Tim Fish
Tim Fish
It's probably possible to add `vcpkg` support, but the build for `hdf5-sys` already complex and without testing in CI it could get broken without manual testing. This is why I'm...
This is coming from `.compilerc`: ``` "env", { "targets": { "electron": 1.7 } } ``` Simply make the version a string: ``` "electron": "1.7" ```
Now that npm v7 supports workspaces, both yarn and npm support workspaces and hoisting `node_modules` so is Lerna even required any more? The only missing ingredient seems to be running...
This PR is not finished and I haven't got time to finish at the moment. Anyone else is welcome to take the reins though!
There's also an unfinished PR for forge: https://github.com/electron-userland/electron-forge/pull/2345 There were some reported issues around scoped packages which should probably be looked into/tested: https://github.com/timfish/forge-externals-plugin/pulls
I help maintain `@sentry/electron`and when developers open GitHub issues it would be great to say "modify this fiddle to show us what's not working". There are quite a few ways...
> Figure out minimum supported version of each browser Merging [this globalThis simplification PR](https://github.com/getsentry/sentry-javascript/pull/5913) would take the minimum supported versions a bit beyond ES6 to: | Browser | Version |...
Yep, need to add details for this. The Electron SDK uses its own offline transport by default. From v4, there's a single configuration option that allows you to queue events...
Please assign this issue to me!
The offline transport has been the default transport since v3 of the Electron SDK and should work without any configuration. I recently had a PR merged in this repo that...