rb1147x

Results 8 issues of rb1147x

I receive an `Uncaught exception Stack overflow` randomly. This 1000+ line error message appears in the `Problems` tab within VScode: ``` C:\Program Files\Haxe Toolkit\haxe\lib\jsasync/1,2,1/src/jsasync/impl/Macro.hx:109: characters 24-67 : Uncaught exception Stack...

Hello, I've just tried using dts2hx on Chart.js and have received this error: ``` Error: Internal error: Reached type-depth limit, stopping further type conversions. This indicates unbound recursive type conversion...

I'm using [Got](https://www.npmjs.com/package/got) for http requests and received the following error after using dts2hx to generate externs: `/11,8,0/got/RequestError.hx:7 : Should extend by using a class` referring to this line in...

bug

I've just discovered that you can have a local .haxelib folder with your libs. In my example below I'm trying to use: 2 libraries that are in my local .haxelib:...

## Version * Phaser Version: 3.70.0 * Operating system: Windows 11 * Browser: Observed in both Chrome 121.0.6167.8 and Firefox 120.0.1 ## Description Game objects appear to visually shift slightly...

🔮 Renderer (WebGL)

Hi, When trying to convert ```@sendgrid/mail``` types the following error message appears: ```Error: [TypeScript 3.7] Cannot find module 'https'. ``` This may be the same issue as #63?

Hello, It appears that neko.Web.getParamsString() incorrectly parses the first query-string parameter. Given a URL: http://mywebsite.com/index.n?test=1&test2=323 the result shows below: ``` Hello from Tora! Main.hx:9: {test2 => 323, q => /tora/test/index.ntest=1}...

I recently updated my Haxe install to 4.0.0rc4 (from 4.0.0.rc3) and now receive this error message: ``` /js-kit/git/util/CopyMethods.hx:37: characters 13-18 : Uncaught exception unsupported /js-kit/git/js/npm/express/Middleware.hx:58: characters 1-8 : Called from...