jz

Results 13 comments of jz

i had a similar need but wanted to go slightly further than just using the `textContent` - again, this won't be an accurate representation of what browsers actually do, especially...

It's optional as a prop, but it seems like the keys are always defined, with sensible defaults: https://github.com/JosephusPaye/Keen-UI/blob/master/src/UiSelect.vue#L232

Ah, I didn't understand how the defaults was being used - I assumed incorrectly that any specified keys would be assigned over the defaults. At any rate I think you're...

my personal intuition is that combining: 1. `rel=preload` http header for each of the fonts you want to preload (or `` *early* in the markup if modifying headers is not...

One major advantage of FFO just occurred to me - you can wait for *all* the fonts you care about to load before applying any of them. If you have...

> I need more contributors :) @morishitter I'd love to contribute but it seems like the basic architecture is in flux right now - is there a way to contribute...

Thanks for the reply! I'm actually not sure why anybody would choose `atob` and `btoa` over this library, it seems silly to perpetuate the confusing names of the browser functions...

Heya, sorry to re-open this conversation but I had another question - I noticed that the popular [`jsdom`](https://github.com/jsdom/jsdom/blob/865ad590454dd345521722184bc298b32fa40810/lib/jsdom/browser/Window.js#L15) library incorporates a third option: [`abab`](https://www.npmjs.com/package/abab) - it has tremendous velocity but...

I like the how the `fieldset` border goes through the `legend` by default, but I wish there were a way to prevent it from happening sometimes. It's not stopping me...