Glenn 'devalias' Grant
Glenn 'devalias' Grant
I was intrigued to take a naive look into this and try and figure out if I could see why it might be getting the wrong path/etc. Deepdive context: -...
Just tried cloning your repo to see if I could reproduce the error you're seeing, but it seemed to work for me when running `yarn workspace example oex hello`. Is...
@prakashraman ~This may be a dumb question, but does your `package.json` have `"type": "module"` defined as per these StackOverflow answers?~ (**Edit:** I explored this (see 'DeepDive' section below), but it...
I tried following along with the esm instructions from the following: - https://github.com/TypeStrong/ts-node#esm - https://github.com/TypeStrong/ts-node#experimentalresolver - https://github.com/TypeStrong/ts-node#commonjs-vs-native-ecmascript-modules - https://github.com/TypeStrong/ts-node#native-ecmascript-modules - https://github.com/TypeStrong/ts-node#api - https://typestrong.org/ts-node/api/ - https://typestrong.org/ts-node/api/index.html#register - https://typestrong.org/ts-node/api/interfaces/RegisterOptions.html - https://typestrong.org/ts-node/api/interfaces/RegisterOptions.html#esm -...
Potentially related: - https://github.com/oclif/oclif/issues/110 - https://github.com/oclif/oclif/issues/899
> plus I’ve just double-checked my sources and I can’t find any mentions of significant compatibility issues. @iamakulov Are you suggesting that the advice should be that the alias turns...
FYI (semi-related): There is some discussion on the official opencv repo around making a web-friendly npm packaged version in https://github.com/opencv/opencv/issues/15315
I think the more general solution of 'B' would probably be more appropriate. I'm not really actively using/maintaining this script though. I'm not sure if @adityaks is/plans to over at...
Not my work per se, I just added NTLM auth support. Haven't really touched it since.
Would also love this feature! When I get a spare moment I’ll see if I can dig into the code here and figure how hard it would be to implement....