setRetainInstance is deprecated. What alternative? I have a lot of fragments with many complicated object variables inside them. Today I only have one line of c
We have a view in our transaction database that is used to pull information from a number of views (i.e. view built on views). When we access this view across
I'm working on Chrome extension, that need to work with another extension (Metamask). Standard way of doing this is by window.ethereum object, but from content
I have 2 of the same components on the screen. Each component is a table where you can show/hide the columns. <Customtable> <child 1> ...
I have set up a middleware for error handling: //errorMiddleware.js export const notFound = (req, res, next) => { const error = new Error(`Not Found - ${re
I have this planning sheet I am working on: https://docs.google.com/spreadsheets/d/1GQpZh0MOotBl_iAucGm_LnK8shIKjjgukGqaFVvGKF8/edit?usp=sharing As you can see
I am trying to use an Elasticsearch BulkRequest. I believe I am having some sort of scope issue, which I cannot for the life of me understand. public void saveA
I am trying to implement a generic Linked list in C++ and I get an error that I don't know how to deal with. Here is my Link class implementation (which is also