Mark Shoulson
Mark Shoulson
UnicodeDecodeError was being treated as a ValueError, since it is a subclass, but it doesn't have the .message attribute, which caused an uncaught exception.
Input: `#include int main(int argc, char **argv) { printf("hello world\n"); } ` Output: `#include intmain(int argc,char**argv){printf("hello world\n");} ` Note "intmain". Placing the return type of a function on the line...
How could you manage without all these crappy letters? I made some vital characters nobody should be without, like ƿ and ∃...
from convertdate import hebrew hebrew.monthcalendar(5782, 10) [[1, 2, 3, 4, 5, 6, 7], [8, 9, 10, 11, 12, 13, 14], [15, 16, 17, 18, 19, 20, 21], [22, 23, 24,...
We don't really have to compute the ending day or the rpad anyway.
Might want to check this out: you can say "phenny, tell sbp,clsn,nsh,fred I have a message for all of you." Not heavily tested, though.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Contact Details clsn on discord ### What should this feature add? Regarding regional...
### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system Linux ### GPU vendor Nvidia (CUDA) ### GPU model RTX3060...
Handle sequences containing a right-brace correctly.
A sequence like `"|}"` does not work; the conversion process yields something like ``` { "a" = { "};" = ("insertText:", "M"); }; }; ``` with an extra semicolon inside...