Is possible to customize ace editor themes in some way or use some extra external themes? I've not found informations about that.. I hope there is a way to do
I'm running my project on node version 17.8.0 and npm with 6.14.10. As I try to install the pod it fails with the below command but it's working fine in Android
I am trying to create a time series graph of the rolling average of the OLS Beta parameter estimates from a single data set. I need to regress rows 1-36 of the
I'm making a Reddit clone for practice and I added custom validation for unique username. The problem is when I run the app and try to signup I get this excepti
I'm working in Swift with an API that requires you to send JSON compressed using gzip or deflate in the body of your HTTP request. How would I convert testEvent
I am working on a project where I have following Entities public class Product { // all the other properties have been removed ...... public IR
I'm working on Image captioning deep learning project. When i'm adding LSTM layers, it's returning an error. The code and error is below se1 = Embedding(vocab_s
I have a list of 3 vertical views. When I drag an item over another one, I want the target item (as defined by dropEntered) to change its bg color. Problem of m