John-Kim Murphy

Results 48 issues of John-Kim Murphy

Fixes https://github.com/jashkenas/docco/issues/424. I confirmed the css option is honored with this fix.

Some debugging reveals that these properties on the `options` object are always `undefined`, even if the CLI options were passed. I was about to submit a PR, but someone else...

On HN Poll posts, the poll options + results are missing. Example: https://news.ycombinator.com/item?id=33223222 Result from hnpwa-api : https://api.hnpwa.com/v0/item/33223222.json Compare to cheeaun's API: https://api.hackerwebapp.com/item/33223222

Apparently there is a [work-around](https://www.reddit.com/r/sveltejs/comments/11hsz5o/enable_vs_code_breakpointsdebugging_for_sveltekit/?utm_source=share&utm_medium=web2x&context=3) for the lack of proper Vite sourcemaps (https://github.com/sveltejs/kit/issues/7781, https://github.com/sveltejs/kit/issues/7320) I think it would be simple to create an adder that does this. The changes required...

make a new adder

Details here (with live demo): https://stackoverflow.com/q/45123543/117030

### Describe the bug If `lang="ts"` then `@hmr:keep` is not honored. (`@hmr:keep-all` still works). ### Reproduction 1. Clone https://github.com/Leftium/kit-bugs/tree/hmr 2. Open /lang-ts route 3. Click button to change value of...

bug
has-workaround
hmr
edge-case

**Full steps to reproduce the issue:** 1. Backup emails with GYB. 2. Restore emails with GYB (to a different email address). **Expected outcome:** Dates are preserved. **Actual outcome:** Some dates...

**Full steps to reproduce the issue:** 1. Backup email with message that ~is not saved in UTF8 format~ has unicode/emoji in `From:` header. 2. Restore email using `--cleanup`. **Expected outcome:**...

**Full steps to reproduce the issue:** 1. Backup email with (invalid?) date header (`Date: 2023-07-26 18:53:25.162982`) 2. Restore email using `--cleanup`. **Expected outcome:** GYB gracefully handles invalid date header, either:...

**Live demo:** https://ripples-bug.glitch.me/ (Resize so window is much wider than tall) **Expected:** Ripples canvas should be square **Actual:** Ripples canvas is rectangular If Ripples is disabled, the background image is...