I'm trying to use useReducer instead of useState in a custom hook that loads the initial data from the API, and getting an error updating a state. (I use useRed
We do have a kendo scheduler bound to a remote data source. The transport configuration of this scheduler's data source is done using remote urls (for CRUD), an
I'm trying to encrypt a password using the build in crypto module. I've been using createCipher before which is now deprecated. So I was wondering if a way like
When I see this CPP Con 2017 webinar, Fedor Pikus says: "it has to be direct initialization" This is the link to the webinar. What are the differences between
this is probably very easy but I'm trying to add the current weather location to an array each time the 'add to favorite' button is clicked. The location change
I have a button that generates another button each time it's clicked. 1 of the problems is, that the generated button is placed in the wrong location. The butto
I am having trouble calculating the time spent traveling. I attached some images one is what I'm trying to get and the other is what I am getting. I find it dif
I'm working on a C++ project that uses two different libraries: spdlog for logging, and mutils-serialization for serializing objects to bytes (for sending over
I'm trying to document my REST API using OpenAPI 3.0 (version 1.5.0). My question is how do I change the swagger url to redirect to my custom doc? This is my cu