Dave Jeffery

Results 57 issues of Dave Jeffery

Not sure if this is something that you want but it adds an `` to the banner. Found this useful for notifying the user of background tasks that are in...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/macOS
component/tray
bug :beetle:
status/confirmed
has-repro-gist

* **Electron-Builder Version**: 24.9.1 * **Node Version**: 20.1.0 * **Electron Version**: 28.2.1 * **Electron Type (current, beta, nightly)**: current * **Target**: macOS When moving from Yarn 1 to Yarn 3...

It works for a period of time and then I get an error in the browser console: "net::ERR_INCOMPLETE_CHUNKED_ENCODING"… after this it stops working. Works perfectly if I load the site...

`usePolling` is a workaround. Adding this ticket to track the issue and hopefully find + fix the root cause in future. See here for more context: https://github.com/svelteness/kit-docs/pull/71

I am trying to put a left curly bracket `{` in my markdown docs but it doesn't seem to be possible. A few variations that I've tried all give the...

I can do `ins.reload()` no problem if I initialised `ins` with no params (i.e. `ins = instant()`) but if I pass a root folder to instant (i.e. `ins = instant("/some/folder")`)...

I have files that are created dynamically from a number of files and don't map 1:1 with a static file on the filesystem. It would be very useful to be...

Just wondering if showing the release notes when prompting the user to restart is on the roadmap? Release notes would be taken from the github release. Here's a potential mock-up...

Really appreciate your open source work @nullxx 🙏. This is a question rather than an issue. I'm trying to understand why to consider this module over the [active-win](https://github.com/sindresorhus/active-win) library? It...