Now i develop Xamarin application on my Hyper-V workstation. I'm using nested virtualization to host MacOS Mojave on Ubuntu host. I write small project descri
I have a jhipster generated application which I want to use with docker-compose, so far the application works starts and so on. But when I try to open h2 databa
I'm making login function. I want to add automatic login. So, I referenced the code below. if (currentUser != null) { Log.d(TAG,""); /* Intent */ }else
In Django Rest Framework, how do you filter a serializer when it's nested in another serializer? My filters are imposed in the DRF viewsets, but when you call
I've got a problem with flexbox. What I want to do is this: I almost did it. However, for an unknown reason (for me), if the width (of the div or browser) is t
I have a query where the elements I want to show come from a big list of elements where you can have the same element several times and I need to show all the e
I am using OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.3.5. I load objects from an .obj file with matching textures, 51 textures to be exact. To
I try to populate a many-to-many field. The Relationship exists between the Menus and Course Model. I added some custom fields to the M2M Table, so I can store
So this might be very easy, but this is my first time using javascript in google sheets and im already stuck. I made a simple counter adding +1 every time you c
I have been asked to do this, "make a dotplot of the average age for each combination of sex, passengerClass and survival. Use geom_pointrange, order the dots b