I am trying to make it when a user is tagged (eg. MyNameJeff#0001), the bot will automatically respond with you're not allowed to mention them and delete their
I have this object const a = { elementErrors: { errorMessages: [], errors: { project: "Issues with this Issue Type must be created in the same p
I am creating a simple diffie hellman demo with sockets and it seems that whenever my server emits any event, the client repeats it multiple times. For example:
I use sortable plugin to create a table where user can drag and drop the rows to change the order. The plugin works fine but the dragged row does not keep the p
I am using ethers to interact with contracts on Ethereum. This is how my method looks like: const tx = await signer .sendTransaction({ to: contrac
As the question title says, what's the session timeout when I set "session" as cookie expiry? Can you guys point me to some documentation (I searched but haven'
I have a project in Node JS with the following structure: ormconfig.js package.json src main.ts user user.module.ts user.entity.ts user.service.ts (include a fu
i have got a template works fine on visual studio , but when i tried to use it on my angular project i don't know why the javascript code doesn't work , i fille
I am new to coding and have had alot of help with this. I am making a game, you have to choose the right cell in the table. I am wondering how i would be able t
I have a webiste where users can find a discord server with their option,such as if server is NSFW, premium,member count and tags. I tried to
I'm New to leaflet and game development. I have created a custom map to be displayed in leaflet. Map looks more like https://map.pavia.io/#/ I want to do the sa
I'm building a stupid web app to do something funny with my friends. I'm using firebase hosting service and discord oauth2. The problem occurs when trying to ac
I know this may a simple problem but I have a the following javascript object: const categories = { title: 'cat1', contents: [ { nam
Is there a way to make app display it's template above all other browser tabs when the application tab is not in focus (visibilityState == 'hidden')? For exampl
I honestly don't even know how to search for this question (what search param to write) but either way its bit weird issue and I am desperate for help. So I am
I am fairly new to javascript and D3, I am trying to create a tooltip that displays a vertical line and circles on that line along with the value of data in eac
Intro Basically, I am building an e-commerce website. But I got stuck in this problem while saving the order details after I click payment button (although I ha
I'm researching the way on how to avoid to specify @ApiProperty() in each dto. I know there is exist a way to create file nest-cli.json, and if you specify Prom
This little function gives me a headache. document.write in combination with media queries just won't work responsive. I'm trying to change the css stylesheet w
i'm trying to change Header Bar height in React-Native Stack Navigator this is my code I tried to put headerStyle: height:'100', but it doen't work what should