I'm writing unit test. For testing the method below, public async Task<Guid> CreateWebJobStatus(string blobId, Guid loggedInUserId, string loggedInUserE
I'm building single page website and trying to add Scrollbars to whole page, but my scrollbars are not filling height This is maximum where I can scroll to bott
If I am running container in AWS ECS using EC2, then I can access running container and execute any command. ie. docker exec -it <containerid> <comman
I use the Querybuilder in Symfony 5 and have two date columns. In the JSON String the date would be not only one string. And I had tryied to add DATE_FORMAT to
Hello i have now Xcode 8 and i know it for use Swift 3.0 ? But i dont know old versions which ones to coding for Swift - Obj-c versions ? Who
I tried to add multiple product at once using WooCommerce API but I can't. Can any one help me. I successfully added single product but I can't add multiple. (W
In a flutter project, I am trying to return a list of objects as stream from a method. Here is my code: Stream<List<Flight>> getLove(String seamanId
I have an array, I would like to concat all values except the first one element. For example: Doing it on the array [1,2,3,4,5] should output 2345 I tried to do
I built a cnn model that classifies facial moods as happy , sad, energetic and neutral faces. I used Vgg16 pre-trained model and freezed all layers. After 50 ep