rocap —
Is there any way to see the parameters for a function even if it's just in loaded files? Using lis…
Terans —
Until day 342, the Clear function on arenas looked like this: So in this case, clearing the arena …
hane —
I appreciate you taking the time to draw it out. Now it is very clear. Some things are keeping me …
thank you for feedback! call ReadFile with OVERLAPPED structure in argument and it will do read in…
Although I cannot say definitively I believe the source of the issue lies in GNOME not Xorg. See G…
It was on laptop + usb keyboard. Running ArchLinux with Sway/wayland.
I think this may be an issue with xorg, as running in a virtual terminal I don't get any stalling.…
I didn't know that you cannot capture stdout concurrently You do that by using overlapped reads - …
I think I will keep the input file format because I can easily add new stuff and try things out wi…
My Jam project was to make a utility that I can see myself using for a long time. I decided to rec…
Let me expand on the module system and how it works with conditional compilation. It's influenced …
I'm not really replicating C++ features nor was I thinking C++ at all while I created this. I simp…
Shadowman (from Prince of Persia) would be a more suitable name then.
This particulate hierarchy allow to have a very simple file structure, each layer is a plain array…
Nobody's been hacked (to my knowledge). If you're referring to this thread, all of the "hacked" ac…
Replicating C++ features is a fine way to learn making compilers, but if you want the language to …
So the "Enterprise Business" scammer just openly brutforced four accounts with weak passwords on t…
I figured out my issue. I forgot to copy over the modified 4coder_default_framework.cpp file (as p…
For the jam, I worked on an experimental viewer for Metadesk files. Metadesk is a data description…
Appreciate the kind words! A better layout for this app would use the horizontal space more, displ…
Hey, I am currently in the process of requesting to be able to use Milton on my work computer and …
I'm so glad to see that someone tackled typesetting in this jam. What led you to the particular hi…
This looks really nice! Do you intend to keep the input file format, or is that just a stopgap unt…
The ideas you're building your vector editor around are definitely interesting and I'm curious to …
Could you share the complete platform layer so I can try to compile and run it ? Have you tried se…
Hey guys. Been a long time, but I was trapped in the duties of neverending work. As I was in betwe…
Hello, Have never posted here before and just registered yesterday, although I have browsed the si…
No, I'm referring to your allocation code. That is only place where the error is. Usage code is fi…
hane —
Are you refering to this part of the code: (?) I'm not really sure what you mean by "advancing po…
Ah, I missed that assignment to Size.Section above. In that case the problem is very clear. You we…