Bob Fanger

Results 30 issues of Bob Fanger

**The issue** 1. When the block.i (intro) is called it registers a callback (via add_render_callback) 2. Then the block.o (outro) is called and start the outro and adds a callback...

For the `fly` transition, the x & y are passed as numbers and are used are pixel values (px) This limits the range of what fly can do. This PR...

**Describe the bug** `if (filename == null) return { code: content };` in [svelte-preprocess/src/transformers/typescript.ts](https://github.com/sveltejs/svelte-preprocess/blob/main/src/transformers/typescript.ts) line 497 is the issue. **To Reproduce** Call `svelte.preprocess(code, processor)` manually without providing the third optional...

**Is your feature request related to a problem? Please describe.** `yarn install` fails on modern node versions. https://sass-lang.com/blog/libsass-is-deprecated **Describe the solution you'd like** 'sass' (dart-sass) is the recommended successor. Which...

When the GOPATH is empty (which is optional since go 1.8) the [watcher panics](#22) I've patched watcher.generateBinaryPrefix() to use: ```go gopath := os.Getenv("GOPATH") if gopath == "" { gopath =...

[rendered](https://github.com/bfanger/rfcs/blob/reactivity-update/text/0000-reactivity-update.md)

**Describe the bug** A` {#key}` block should destroy the component of the previous key. This works most of the time, but when an intro is started the components is not...

**Use case:** On Azure we configured the HOST_HEADER to `X-Forwarded-Host` which work like a charm when the request is going via the Azure Front Door CDN, however the site is...

pkg:adapter-node

When no cache exists one of the https.get calls is keeping the node process alive much longer than needed. This is causing (minutes) of unneeded delay before the degit command...

Typing "16 *2" into a number input should result in setting the value to 32