261 questions
I stumbled while creating a discord bot.I created it with node.js and run it with the forever command, but there is a bug(?) that sends a lot of replies.This increases every time you issue the forever...
I would like to use the Complete example sample on the BootstrapVue site, but it doesn't show well.In particular, it differs from the sample display in areas other than the table, such as sorting filt...
I would like to get a list of clients connecting to Socket.io from my client.var http=require(http);var server = http.createServer(function(req,res){ res.write(Hello World!); // ・・・ ① res.end();//...2...
I am creating a chat app like LINE with the html5 hybrid app (I use Monaca).I plan to use node.js, socket.io, and redis.When you search socket.io Chat on Google, you can find code that acts as a chat ...
** is hidden because of abusive language.What code should I reply to when I find a sentence with a specific message?client.on(messageCreate, (msg)=>{ if(message.content.match===**){ msg.reply(Don'...
I have a question about JavaScript garbage collection (GC).I don't understand why only the former variable obj is GCed in the following two examples.Both of them have not been referenced to be monitor...
○ProblemsI am writing a proxy with node.js.Proxying heavy POST content caused disconnection.クライアント Client → ode node.js Proxy → Web Web Server As for the proxy method, I am sending the chunk I receive...
When I executed the code below, the message was replied, but it was mentioned.Please tell me how someone won't mention it.v13.message.reply({ content: hoge allowedMentions: { parse —[ ] } })
When you try to use gulp-sass to transport a specific SCSS file, you will not get the following error and you will not be able to: [16:51:18] Error: Module did not self-register. at Error (native) at ...
I would like to move JS as server side from browser, but the JS file to which the file is loaded is returned.When I was running PHP with Apache, I wrote the loading of the module for that in httpd.con...
« | - 12 - | » |
© 2024 OneMinuteCode. All rights reserved.