Dizzy H. Slightly Voided
Dizzy H. Slightly Voided
Unicode characters get scrambled when loaded through Twee2. For example, the back/forward arrows in the latest version of Sugarcube look like this:  Whereas if a story is compiled in...
The decompile function seems to ignore the "ifid" attribute when parsing an HTML file. When I recompile the resulting tw2 file without modification, the compiler then complains that it did...
Hi, is there any chance of being able to set the tree view to unescape escaped strings? i.e. editing ```json "foo\n\tbar" ``` as ``` foo bar ``` One of the...
I got the following error message in my first attempt at logging in: ``` this account has two-factor authentication enabled. we only support automated logins for accounts with 2FA through...
When viewing posts on the dashboard, if a blocked post contains an embedded YouTube video, then that YouTube video appears to be completely deleted from the post, even after un-hiding...
When I try to compile TypeScript, neutralino.d.ts complains about the `enum` statements: `Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.` This should be easy...
**Describe the bug** When using `neu run`, `NL_ARGS` does not appear to be able to handle parameters with spaces properly. **To Reproduce** Steps to reproduce the behavior: Let's say I...
The [Year 2038 problem](https://en.wikipedia.org/wiki/Year_2038_problem) is right around the corner compared to 1995. There appears to be several problems in Fuzzball MUCK: - The basic fact that dates are stored in...
**Describe the bug** When debugging a C# console application, it always runs it in `internalConsole` mode, regardless of the settings of the `console` property `launch.json`. **Please confirm that this problem...
### Describe the bug On Windows 11 with Use System Notification checked, when Obsidian hasn't been in focus for a while, notifications often occur fairly late in the timeframe of...