I have a class class User{ String name; Address address; } and class Address{ String houseId; String location; } how can I make an empty address json ob
I have been looking for the answer to this question for some time now and all I seem to find is answers from 6+ years ago, so I figured I'd ask this question ag
I'm new to using neovim so pardon me if the fix is too obvious. The issue that I'm having is that if I create a file using the command. nvim file.txt and then
I've migrated https://resolvered.com and as you can see its not loading the font compared to https://digitalcloud.co.za/resolvered Would appreciate your advice.
I have an application, working with python 3.7 and flask, that runs locally. I'd like to ask the user (myself) to give a path to a folder. I know how to use tki
I'm trying to create a script to generate generic maps with bathymetry, and I'm struggling to get it to work. My issue is that depending on the map I want to ma
So I have the following method $data = Twitter::get_profile_tweets() which outputs the following response: object(stdClass)#1597 (3) { ["data"]=> array(5
I have never had an issue with Entity Framework attempting to save to the wrong table before. However, today I've run into this issue. I am at
Is it possible to use Espresso with Mockito? I have an App where we call the API 2 times appart from authentication and we are trying to use Espresso with Mocki