I'm using SWC for the first time and I'm not able to compile my ts files into normal js files
In my Resolver, I have this update function:
I am trying to recreate a Note Taking App using ExpressMy code follows the instructor's example but when I deploy it and try to add a new note I get the error cannot get/api/name
I am having trouble adjusting the code (using cors) for a firebase cloud function I am working on
Hi im having problem with express-session, it seems like not saving my user sessionHere is when I declare my session
I am trying to use an npm package fsuipc in an electron appHowever, when I start the app I get the following error
everyone so I have been working on a Bidding Bot to make Offers on Assests of a Collection on Openseaio
Preface: using Nodejs w/Express to build a blog website and using multer to upload an image to mongoDB
~/go/src/githubcom/hyperledger/fabric-samples/test-network$ peer lifecycle chaincode install simple_chaincode
`appget('/', (req, res) => { res
I am using this monorepo as a base templateI installed UI Kitten based on the instructions in the UI Kitten documentation
I have a user model with two roles
I have a collection called imported_products with documents as following,
I have an express server that uses nginx and monitors the X-Forwarded-For header
I've been trying to get babel core and cli to convert modern JavaScript from indexjs into bundle
I'm just starting on backend learning and I managed to write some simple stuff with nodejs, but I also would like to test my stuff on other computers and show it to other people - even if it is for a little while, just for learning purposes
I have created a simple discord bot in nodeI enabled "GUILD_MEMBERS" and "GUILD_PRESENCES" intents, yet when I try and fetch all members, it is only returning online members
When attempting to set client status for a specific shard, it sets the same status for all shards
I have a group of array values with 'Working_date' and 'Working_hours' as given belowThese dates can be any dates but most probably they will be consecutive dates
I've a reset password feature and this page is only accessed via a token that is sent to the user that requestIt's a simple form to update the DB with the new password
Hello I am a new coder but I am having troubles trying to add a new user (req) to a json file of users I have for a fake bankI'm more confused on the type of object these are and how to access them from data
I am trying to make this video possible to play in Safari on iOS: https://ekgcampcom/api/videos/video1
I'd like to store encrypted passwords on FirebaseWhen the user types in their password, I want the code to pull the encrypted password on Firebase, decrypt it, and compare if it matches the user-entered password
How to prevent a token created with OAuth 2.0 from expiring?
Can we create an object in Java with out class like in js or python with random key and values
I decided to use nested sets model. [nnn]My table has columns: id, name, lft, rgt, parent_id.
I think I'm missing an obvious answer. I have an array of arrays, like this.