Alexey Kutepov
Alexey Kutepov
@abridgewater Thank you for submitting an issue with such a detailed explanation! Since we are planing to do some form of bytecode compilation in the future tsoding/ebisp#25 I'd go with...
Fixed in tsoding/nothing#648
Not fixed in tsoding/nothing#648
``` snprintf will never return -1 (error) since the encoding error happened only on widechar just make sure your glibc is higher than 2.0.6 since before 2.0.6, snprintf return -1...
@milochadam thanks for reporting that! I'll update documentation when I get a chance! :)
https://dev.twitch.tv/docs/irc/commands
Exploit: ```html Not an Exploit Kapp Ya got CSRF-ed bruh LOOOOL const form = new FormData(); form.append('cd', 'cd #tsoding'); form.append('say', 'say you got CSRF-ed :)'); fetch("http://localhost:6969/", { method: 'POST', body:...
Could be a pretty cool accessibility feature
@Ciremun yeah, the profiler is not portable rn. On windows we have to use something like [QueryPerformanceCounter](https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter) I think (not really an expert).
@w23 isn't this a duplicate of #14?