I was using qraphql (JavaScript graphql-request library) in a project and ran into a typeError. Here's the code: import { request, gql } from 'graphql-request'
I am looking to use the HERE Geocoding Autosuggest. I understand how the API works and it is the implementation in Flutter I seek guidance on. There is a Javasc
I'd like to add an arrow to a line plot with matplotlib like in the plot below (drawn with pgfplots). How can I do (position and direction of the arrow shoul
I have been trying to model a school in Java(no main method, just attributes). How do I assign 30 students and a teacher to a classroom?( is it possible to do w
We are currently using Nginx as our server and memcached for caching mechanism. I was inspecting PHP error logs and lots of PHP Warnings about memcached caught
I have two enums #include <iostream> enum class E1 : unsigned int { E11 = 1 }; enum class E2 : unsigned int { E21 = 1 }; which have identical u
I am tryng to calculate w total working hours of each user what I did is getting the duration of each day, now I want to calculate the total working hours Given