I want to write a FFI wrapper for sn_api library, which contains async functions. It will be used in single-threaded non-async code written in Red. I found, tha
Am a completely new flutter dev. I am trying to save a document from a queried firestore list on another saved documents page like an add to cart functionality.
I am have this Exception please help me! "Error occurred during initialization of boot layer java.lang.module.Find Exception: Module test not found" But i write
I'm working on a codebase that is known to only run on windows and be compiled under Visual Studio (it integrates tightly with excel so it's n
Having problem with relationship in PRISMA. I have two tables: user customer and this is my relationship 1 to 1 1 to many table user and customer model User {
I am getting the following error when trying to get all documents from a collection in Firestore using firebase admin SDK: [nuxt] [request error] Expected firs
I have an array of objects in an array. Each object has a date field. Here is a method I wrote to retrieve the index of the object with the newest date, works f
On my discord bot, I am making a "nickname" command. My code on the nickname.js: const Discord = require("discord.js"); const client = new Discord.Client({ inte
I'm using React navigation 6 import {createMaterialTopTabNavigator} from '@react-navigation/material-top-tabs'; const renderCourses = () => { const Tab = cr