I'm trying to save a list of object into a shared preference for easy storage. I'm getting the error [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exce
I am trying to log each time an account is created and deleted. I created a trigger functions.auth.user().onCreate() and as I understand it returns an user obje
I have a SOLR schema.xml like this: <field name="cartype" type="lowercase" indexed="true" stored="true"/> <field name="color" type="lowercase" indexed
I have a problem with my program: I get my data from a database and I am trying to create a new personnel with a Button and add it to the list in the first colu
since I updated my Git to the latest version, sometimes it will show this kind of characters when I'm typing something in this case I was only typing the word
I'm using Java Spring Boot to build a simple desktop app and there, in the following constructor for the class EmailSenderHandler I want to set this.emailBody p
I made the stupid mistake of enabling people to select multiple categories in a survey question. Now the data column for this question looks s
I'm working on an Android app (Java; minSdkVersion 21) and using One Signal to receive notifications. The One Signal notification will send a payload with enoug
I successfully installed the pyg package and other four related packages as pic shows: pic 1 however, when I tried to import it in my python code, it doesn't wo