René van Mil

Results 12 comments of René van Mil

Not sure if I understand the question correctly, but I think the way to use this with webpack is to first start a webpack-dev-server and when that's done starting up,...

This has been fixed in `bson` release 4.6.5 https://github.com/mongodb/js-bson/pull/500

I had the same issue, looks like all sourcemaps are missing from the published package. The build scripts do generate the sourcemaps though. After some investigating I was able to...

That is great news, thanks!

I was able to center the spinners by wrapping them inside a div with this style: ``` display: flex; justify-content: center; ```

Same problem here with Travis. I posted a question and some more details over here: https://travis-ci.community/t/cannot-add-certificate-to-cert-currentuser-my/5976

Good news, I got this working with GitHub Actions 😊 This is the (short version of the) workflow script I'm using ``` name: Build for Windows on: [push] jobs: build:...

This issue is being tracked by https://github.com/netlify/build/issues/1149

Thanks, I must have overlooked that fix. I just ran a quick test and it looks like the connections are properly closed after calling `return` on the change stream. Thank...