Marcell Perger

Results 6 issues of 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", () => { //...

rule: no-identical-title

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 ![image](https://github.com/user-attachments/assets/cc1860a7-a12c-4516-907b-7d2746ce6421) It isn't in the OpenStreetMap: ![image](https://github.com/user-attachments/assets/db2c7e87-49bf-4a14-ae4f-efb9b5358dcf) The extra track that...

There is a broken link on the ['Hacking' page]( https://www.pygame.org/wiki/Hacking?parent=#Generating%20docs): ![image](https://github.com/user-attachments/assets/edfa12a6-8658-47d4-a28a-704f35ed3cf3) The `Sphinx to generate HTML docs and src_c/docs/{module}_doc.h C headers from reStructuredText source` actually appears to be 2 separate...