Tim Fish
Tim Fish
I would like to create an offline transport that queues envelopes on disk if no connection is available. The only way to currently do this is to copy one of...
I've been [messing around](https://github.com/timfish/sentry-rust-minidump) with the `minidumper` and `crash-handler` crates and now I seem to have minidumps being captured in pure Rust and sent via Sentry Rust. Minidumps are sent...
* [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate. * [ ]...
It's worth noting that due to this repos dependency on `keyboard-layout`, when building on a CI server I had to install `libxkbfile-dev` on Ubuntu to get build completing on Linux.
When opening the console, it bumps editors off the bottom and you can't scroll the entire viewport to get to them. This might be intentional but I spent a while...
It's recommended that Electron renderers have `nodeIntegration: false` and `contextIsolation: true` and this means no access to `require`. This in turn means that it's currently not possible to create a...
When using this plugin, my page still contains: `` It's my assumption that these are only required for React so they have no use with JavaScript removed?
The following code: https://dash.deno.com/playground/close-kingfisher-10 ```ts import { serve } from "https://deno.land/[email protected]/http/server.ts"; const error = new Error('Error from line 3'); serve((req: Request) => new Response(error.stack)); ``` Results in: ``` Error: Error...
If I create a library that supports running on Deploy, I would need to be able to run the tests on the Deploy runtime to ensure that it's compatible.
When deployed from GitHub, the commit hash should be included as an environment variable. For logging/reporting purposes, it's helpful to be able to link your deployment to a specific commit...