Ian Prest

Results 28 comments of Ian Prest

FWIW, if your layout has a name, clicking on the name/link that appears just under the layout will open an "about this layout" dialog that shows a rendered version of...

I've got a plan... though it probably won't satisfy everybody. The current code is pretty much a dead-end, for reasons explained elsewhere. It's bad enough that I actively *don't* want...

Looks like we're sanitizing the rule correctly... post-sanitation: ``` #keyboard .keycap *, #glyphScroller * { font-family: 'Railway'; } ``` The `#glyphScroller` part is what's causing your problem. It's there so...

Nothing to do with json. It's entirely due to the CSS specificity rules. Your rule, `#glyphScroller *` (after sanitization), is considered more specific than, e.g., FontAwesome's rule, `i.fa`. I played...

Rotation may have been a bad example since, as you say, FA already has stuff to do it. Anyway, my proposed change to the sanitizer wouldn't affect FA's ability to...

I think there might be some ways to do this using WebPack and PostCSS/postcss-icss-selectors... but that'll have to wait for my UI re-write (I was planning on using both of...

Do you have any ad-blocking or popup-blocking extensions installed? If so, that may be the issue. Try disabling them and see what happens. If that solves the problem, you could...

Do you have any ad-blocking or popup-blocking extensions installed? If so, that may be the issue. Try disabling them and see what happens. If that solves the problem, you could...

If you've got layouts already saved on GitHub, and you want to load them, here's a workaround: 1. Log into GitHub, and go to your Gists page (account dropdown, "your...

It'll be a few days before I can get to this. But when I get to it, I've got a 200% monitor at work I can test on. (It reports...