I'm using Discord.Net v3.5.0. I have an OAuth2 Access Token and I'm trying to use a DiscordRestClient to get the user's guilds, but I'm getting back 401 Unautho
I am new to Kotlin. I received a value in my class method via listener and now I want to push that value to whoever is calling my method. How do I add a liste
I have 3 tables and I want to update the first table from second table by third table and fourth table. The IDs in table1 & table2 are unique and the IDs in
I'm trying to use a 3rd party node_nodules which contains css i've tried importing it in various ways into tailwinds app.css in a remix application. The tailwin
I am building a function in MySQL and I need to change the year of a date. I want to use the DATE_FORMAT function. SET teacherDate = (Select GebDatum from lehre
I keep getting this error on styled components at-rule or selector expectedts-styled-plugin(9999), I looked on the internet and can't find any fix that's not a
When using TextEditor and enabling animations (e.g. .animation(.default)) the text 'jumps' up and slides back down when entering a \n in the keyboard. I suspect
I have the following person table with the dbirth column (date of birth). I need to compute the column age. I has been trying, but I have the following ERROR:
I would like to query the items collection by filtering out only documents that have a certain ID. import { Firestore, collectionData, collection } from '@angul