Marcell Perger
Marcell Perger
This ```js function test_x_1() { it("Tests x", () => { expect("x").toBe("x"); }) } function test_x_2() { it("Tests x", () => { expect("x2").toBe("x2"); }) } describe("Test 1", () => { //...
Use importlib instead of imp, fixes #166
When a function with with a name containing `$` is passed to `pool.prepare`, it gives an error. For example this code: ```node var ProcessPool = require("process-pool").default function a_$_function() { return...
OpenRailwayMap sometimes renders tracks that aren't actually there (and seem to be from a completely different area). Permalink: https://www.openrailwaymap.org/?style=standard&lat=47.78123396619475&lon=18.95837903022766&zoom=16  It isn't in the OpenStreetMap:  The extra track that...
There is a broken link on the ['Hacking' page]( https://www.pygame.org/wiki/Hacking?parent=#Generating%20docs):  The `Sphinx to generate HTML docs and src_c/docs/{module}_doc.h C headers from reStructuredText source` actually appears to be 2 separate...
Previously, the code in `workspaces/config/lib/index.js` didn't take into account the environment variables when determining `Config.localPrefix`. This means that commands using `localPrefix` could previously behave unexpectedly or fail (if the current...
### Description The top breadcrumbs bar only show elements and not svelte blocks like `{#if }`: (it also doesn't show the elements fully correctly, like `ButtonDiv.{[`) ### Proposed solution Blocks...
An `s-const` snippet would be very helpful. I am happy to implement this and send a PR if it would be accepted