Juhana Leinonen

Results 28 comments of Juhana Leinonen

Got around this by passing a slightly modified `path` to the plugin. ``` import * as path from "path"; const BFS = new BrowserFS.EmscriptenFS(FS, { join2: path.join, ...path }); ```

The example in the documentation has a custom implementation for opening and closing so I assume that's what you have to do. https://github.com/AlgusDark/bloomer/blob/b9af8271840c9a52ecf493f3b1f919d8cd3e5fc1/docs/src/Scenes/Documentation/Components/Scenes/Dropdown.tsx#L41 The documentation strongly implies that `isActive` is...

Right now there are more 6M62 users but that'll change at some point, it's just hard to predict when that might happen. Different branches could work, there can be a...

> But many programming languages change over time. It should be possible to query versions & make variations based on that. If a programming language's syntax changes, it's no longer...

Right, there's no preprocessor for I7 code. There's one on the I6 level but that comes too late for this purpose. > Once a new major version is released, presumably...

Ok, so far it looks to me that the branches option is slightly more popular. The revised plan looks like this: * Create a branch called `6M62` from the head...

Frankly I don't like the idea of organizing extensions by tags in comments. It's a non-standard, semi-complicated technical solution to something that's essentially a human problem. And since it requires...

To start with, it would be nice if it could handle non-integer input without stack overflow.

Thanks for the fast patch!

5 km is way too long, the entire map is only 10 km across so you'd have to walk halfway through the entire world and it'd take at least 15-20...