I have seen other questions on here like: How is the default max Java heap size determined? and Understanding java heap I run the command to see my heap size ja
I am a student learning PHP. To my knowledge and from tutor's comment, I guess the tutor said that server side runs before and client side after. So when i che
I've been banging my head over this. I want to be able to overwrite attributes on top of traits. I've been reading the documentation and some internet examples
I have a data array like this {x: 0, y: 7.9} {x: 1, y: 7.5} {x: 2, y: 7.0} {x: 3, y: 7.4} {x: 4, y: 7.3} {x: 5, y: 7.2} {x: 6, y: 7.5} {x: 7, y: 7.6} {x: 8, y:
I have 2 examples, 1 work and the other not. I'm fixing a plugin and I have some issue with the translation using the language file. Some place I have this code
const { MessageEmbed, WebhookClient, GuildMember} = require('discord.js'); module.exports = { name : 'guildMemberAdd', /** * * @param {Guild
This is the application to calculate tip and split it between number of selected users. In the screenshot below, I've 3 buttons under "Select tip" section. I wa
I am using the npm module chartjs-node-canvas to create the chart and add it to my xlsx file . I am getting the wanted result without running my app as a dokcer