Jake Bailey

Results 1478 comments of Jake Bailey

I can't really do anything about it since it's Datadog's package I depend on (Google's is basically unmaintained), however you can technically patch the package to just swap out "electron"...

> > Error: No native build was found for runtime=node abi=137 platform=linuxglibc arch=x64 > > [@jakebailey](https://github.com/jakebailey) i wonder if datadog borked it here because i even get a similar message...

@mjames-c Can you try out https://github.com/jakebailey/pprof-it/pull/79#issuecomment-3182507667 to see if that works? (I have not tested myself.)

I tested it myself and it did not work, but at least I can reproduce it.

I kinda got it to work, but then: ``` Error: The module '/home/jake/work/pprof-it/node_modules/@datadog/pprof/prebuilds/linuxglibc-x64/node-127.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 127. This version of Node.js requires NODE_MODULE_VERSION 136....

I tightened perms on a bunch of stuff; it's possible this broke (I will look tomorrow)

I did nothing but https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1787 didn't fail to merge, so maybe this was a temporary problem.

`declare namespace` is not a replacement for type-only namespaces; you can declare any value-space thing and it will "just work". Code like: ```ts declare namespace T { export function doSomething():...

Anders had previously suggested `--erasableSyntaxOnly` (which I like), similar to `--erasableTypesOnly` ish. I do not think that naming this such that it's related to what Node is doing is a...