Sam Thorogood

Results 36 comments of Sam Thorogood

These are different types—this isn't a bug. `number` etc are the primitive types, but `Number` is the object form (think `new Number(10)`).

@SneezingCactus thank you again for this fix. Some feedback: - can we keep using `yargs.prefix` but change its default value to be a path that makes sense on Windows? -...

Is there any chance you can send us a fix for the other issues? Having the site work even without Closure on Windows would be a great start—there's only a...

@SneezingCactus can you send a PR to fix this?

I'm one of the original authors of closure-compiler-js so I can probably help with that. :) Although I think we are using the binary version now. Having the non-Closure scenes...

I've [done this](https://github.com/emojityper/emojityper/commit/c950233bd829d93f28a75af44187fe72a2436eca) but there's no visual feedback yet.

Hey! If you're on Windows, the flags [aren't supported](https://emojibuff.com/united-states) (should just be letters), so Emojityper doesn't show them. You can disable the valid checks if you want: https://emojityper.com/?ignore_valid ^^ It's...

You're welcome. Flags are easy, because you see the letters, but unsupported emoji are just boxes so you can see why I don't want to show them. (unless we go...

Fixed as we now force `scrollLeft`. This pops on Safari though, which IIRC has an incorrect timing around `rAF`.

Can you be clear—is this where you're doing `@import` inside your styles (in that you mention `fetch()`)?