In my url.py I have: path('gpd/<pk>/', views.gpd, name='gpd'), my view.py looks like: @login_required(login_url='login') def gpd(request,
I want to modify a data (Map<int,String>)from a widget outside my data declaration. For example : class Home extends StatefulWidget { //...some code
I'm using Firebase here but my question is more general, and not related to Firebase (I think) Firebase has a snapshot function that serves has a listener for c
I want to port a small python library to JavaScript, running in Node.JS. I get an encrypted message, the initialization vector and the key. In python3 these are
I am trying to display member's education and work experience using Angular. The code i tried is here: i am getting neither error nor displaying the data. i am
using createTheme I have created a theme for my project, it works fine. My question is how can I use that particular theme for my other projects without copying
I'm trying to pass a 2d array to a kernel so that each thread can access index = threadIdx.x + (blockIdx.x * blockDim.x) but I'm having trouble figuring out jus
I've got a pretty complex project (about 100 modules) on which I'd like to run mvn dependency:tree. It fails, complaining about dependencies it cannot resolve.