Humoroussix2799
Explore posts from serversIncorrect Position for syntax tree nod
Huzzah! We Triumph!🎺 🎺 🎺
it was because the buffer was being split by \n before I passed it into the parse tree, Instead i just made the document contents a SourceText dict
Before:
After:
and in my change/update doc handlers it was splitting by new lines to get it into one string
4 replies
Reading in JSON-RPC for LSP msg returning Null???
and here is the CustomScanner Class:
As you can see it logs the message right before it reaches the bytes func... but once it does suddenly the message eviscerates gone just like that its null???? hence why it ''fails'' and yet just before the actual check in the log you can clearly see the message is complete?
7 replies
✅ Is there a way to programmatically formatt a file
Yea the transpiler is built for people who don't know how to code (Its a data scripting language) In theory they should be able to look at the code without it looking like hieroglyphs or never look at the code, the goal of the language is to kinda point people in the right direction on how to actually code, knowing the command CTRL + K + CTRL + D may seem obvious to people who code but to someone who has never coded they would probably just think that coding is supposed to look like minified code on one line.
28 replies
DIAdiscord.js - Imagine an app
•Created by Humoroussix2799 on 8/13/2023 in #djs-questions
Leveling system not working
*mongoDB and says the level up message three times?
5 replies
DIAdiscord.js - Imagine an app
•Created by Humoroussix2799 on 8/13/2023 in #djs-questions
Leveling system not working
IGNORE PREVIOUS, I got it to work, sort of, It was what I needed to create a seperate client.on with a messageCreatre call althoug it does seem to create two models in my discordJS
5 replies