Stephan Hesse

Results 64 comments of Stephan Hesse

Puh. What a blast. I only realized this had happened just a few days ago. What I think: There is probably still a big problem with many of those "infrastructure"...

If anyone still looks for a replacement, `node-static` has a new maintainership and many issues resolved and PRs being merged: https://github.com/cloudhead/node-static/issues/224

I do understand that this stacktrace points to an error resulting from lack of heap-allocated memory, but I don't yet see how this should be allowed to happen when we...

Great topic. I full agree. We should be much stronger in having much better test-content database with better sorted categories and cases. I think it looks messy and dodgy what...

Q: What Node.js version are you people running here? :) I have a similar issue on a local VM with node-wrtc v0.4.5 ... I figured it might be the Node.js...

Not sure if that helps you, but this package here is using node-pre-gyp (atm still) to download prebuilt binaries. That is a tool that will fetch the prebuilt for the...

It installs fine here with Node v14.19 running via `arch` emulator (aka Rosetta) in x86 mode. I dont see any drawbacks whatsoever with that in general in terms of nodeJs...

To explain better: You cant use any non x86-build of Node here running directly as arm/m1 native exec as long as the node-wrtc binding build isnt distroed for that arch...

I agree with @markandrus on this. I am using TypeScript myself with this package and can confirm that the standard support for WebRTC API is sufficient. You can for example...

Q: What Node.js version are you people running here? :) I have a similar issue on a local VM with node-wrtc `v0.4.5` ... I figured it might be the Node.js...