rb1147x

Results 7 comments of rb1147x

@Gama11 you work on the Haxe language server right? Any thoughts on the above error? Thanks.

FYI, if you try to run dts2hx on Got, there are a few libs that don't automatically have externs created by dts2hx when running `npx dts2hx got` and so I...

Oops, I forgot to include the errors that appear when I run dts2hx on `cacheable-lookup`: ``` > Converting module cacheable-lookup > Error: [TypeScript 3.7] Cannot find module 'dns'. (C:/test/node_modules/cacheable-lookup/index.d.ts:1:57) >...

Thanks, this works as a solution to my problem! Is this the intended way to solve this problem or can/should there be a better, seamless experience when working with libs...

Thanks for taking a look. My original example was born from the project I'm working on that uses two scenes - one for the game world and one for drawing...

@RealyUniqueName Thank you, that seems to fix it!