Leonard Lesinski
Leonard Lesinski
Can you maybe add an updated editor for the other savegame files like friend1.dat or something?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Affected Build(s) Nightly 2086 ### Description of Issue I cannot find a menu...
### Is your feature request related to a problem? Please describe. I want to use the `top-langs` badge with the `transparent` theme, but I can't find an option to set...
Hi, I added the Python shebang (`#!/usr/bin/env python`) to `./cli.py` to make the file executable on Linux systems. Before that, you had to type `python ./cli.py` instead of just `./cli.py`...
### Font Name Cascadia Code ### Link to font source https://github.com/microsoft/cascadia-code/ ### Link to font license https://github.com/microsoft/cascadia-code/blob/main/LICENSE ### Additional context Cascadia Code is really one of the best monospaced fonts,...
```js const NodeBuffer = require('node:buffer').Buffer; const BrowserBuffer = require('buffer/').Buffer; console.log(NodeBuffer.from('Hello, world!', 'utf8').toString('base64url')); // works //> 'SGVsbG8sIHdvcmxkIQ' console.log(BrowserBuffer.from('Hello, world!', 'utf8').toString('base64url')); // fails ``` **Error:** ``` Uncaught TypeError: Unknown encoding: base64url slowToString...
Before this pull request, TypeScript didn't accept things like `.readUint8()`, it had to be `.readUInt8()`. I don't like the uppercase notation, so now both are allowed.
**Describe the bug** When I want to log in to my GitHub account with Firefox as my default browser, after verifying my identity, it just doesn't leave the GitHub "You...
**Describe the bug** As soon as the ender dragon gets defeated, I get "disconnected" from my offline world (: **To Reproduce** Kill the ender dragon. **Screenshots**  Minecraft Version: Java...
I've formatted every text-based file for better maintainability, readability and an overall better development experience using Prettier. Let me know what you think about this, I am also looking to...