Jim Fisher
Jim Fisher
(With apologies: I'm cross-posting this from https://github.com/electron-userland/electron-builder/issues/4931. It's not clear which package is at fault.) * **Electron Version**: `8.2.5` * **Electron Type (current, beta, nightly)**: current * **`electron-builder` version**: `22.6.0`...
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/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 adheres to. *...
# Steps to reproduce * Use version `4563b0b` of `httprouter` * Compile the following program ```go package main import ( "github.com/julienschmidt/httprouter" "net/http" ) func main() { router := httprouter.New() router.GET("/user/:user",...
### Preflight Checklist * [x] I have read the [contribution documentation](https://github.com/electron/electron-packager/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....
**To Reproduce** Steps to reproduce the behavior: 1. Go to the official example at https://davidjbradshaw.com/iframe-resizer/example/ 2. Open console 4. See error `$ is not defined` **Expected behavior** No errors in...
**What is the purpose of this pull request? (put an "X" next to item)** [x] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please explain:...
The type declaration currently looks like: ```ts declare function unsealData(seal: string, { password, ttl, }: { password: password; ttl?: number; }): Promise; ``` This typing is weird and implies that...
Steps to reproduce: 1. Cmd/Ctrl + F (a search/replace bar appears) 2. Enter "\n" in the search field 3. Enter "" in the replace field 4. Hit return Expected behavior:...
> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [ ] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly....
See http://harelba.github.io/q/examples.html What is `clicks.csv`? What is it supposed to look like so that I can reproduce these examples?