rossipedia
rossipedia
I'm getting this error on Windows 10. VSCode v1.8.1  However, if I start it from the Start Menu shortcut, it works fine.
none of these workarounds have worked for me
(nitpick) ```js const result = new Buffer.alloc(8); ``` should probably be: ```js const result = Buffer.alloc(8); ``` (carry on)
That's actually a really good point. I'll try to get to it this weekend. Thanks for the tip!
In my experience, not with the command line. But you can with the [API](https://github.com/facebook/jscodeshift#the-jscodeshift-api).
Hi! Thanks so much for your feedback, we're definitely working on improving the accessibility of Docker Hub. It's an ongoing effort, but you should see some improvement in this area...
👋 As I mentioned in the other PR, here's my adapted plugin. I made a couple tweaks around caching results, in particular trying to use `require.resolve()` first before falling back...
> Not sure why your types.d.ts isn't recognized, or perhaps I've misconfigured something? You didn't misconfigure something. The package isn't published correctly: https://arethetypeswrong.github.io/?p=@bugsnag/[email protected] > The resolved types use `export default`...
Yeah that's basically what we have, although we do some things to wrap the loaded route modules (instrumentation and such) before handing the `ServerBuild` off to `createRequestHandler()` I can try...
Note: I've had [conversations](https://discord.com/channels/770287896669978684/940264701785423992/1354834119212793916) on Discord with @brophdawg11 and @pcattori about this, it was requested that I make a GH issue so that it doesn't slip through the cracks.