Jacob Pratt

Results 264 comments of Jacob Pratt

@kizu Regarding `:stuck` in CSS, how would you deal with infinite loops (as Tab pointed out)?

A [blog post](https://developers.google.com/web/updates/2017/09/sticky-headers) with a [live demo](https://ebidel.github.io/demos/sticky-position-event.html) using `IntersectionObserver` was posted a couple days ago by @ebidel.

No worries! Things happen — I'm sure everyone can understand that.

Hey @nellshamrell, is this still welcome? I just checked the CSS, and it's quite minimal. I could quite easily add something in with `prefers-color-scheme`. And looking at the CSS, I...

Coming back around to this. I see that the theme actually comes from [this repository](https://github.com/Pelican-Elegant/elegant), given the CSS file name. I presume it's fine to just update the CSS in...

Just ran across this repo, and definitely like it over plain CS. I'm currently using [email protected], and the main thing preventing me from switching compilers right now is `import`/`export` and...

Hmm, I hadn't put thought as to the fact that it's intended to be a one-time converter. Regardless of my (admittedly odd) use case, I'm sure others could make use...

@alangpierce Found a bug. In both `import` and `export`, anything between braces doesn't need a comma, but decaffeinate throws an error. Simple test cases: import { foo bar } and...

Any updates on this? A quick check by toggling this extension shows that it's using between 40 and 80 MB of memory (uncertainty because it's not the only extension).

@Giltyhub2 I actually saw that pull elsewhere and reinstalled — I imagine wasm will help out as well. I'll certainly report back if I notice any issues.