kaatt

Results 11 issues of kaatt

Can you make and add a link to a HTML demo page like https://github.com/davezuko/react-reformed has?

I have a local server that doesn't accept http1 requests.

enhancement
help wanted

Users can go back and remove the slash from the expire field and then cannot add it back unless i remove everything Try this: 1. Open http://jessepollak.github.io/payment/example/ 2. Type 1234...

My code: ```js const App = () => { useSelectedObj({ a: 1 }) return ... } export function useSelectedObject(obj) { const store = Store.useStore() useEffect(() => { store.set('obj')([obj]) return ()...

I've got two partitions in my internal drive: a HFS+ where OS X is installed and an exFAT (for easy file sharing between Windows and OS X) where I keep...

A feature to disable generation for specific categories will be useful.

feature

Copy it from https://github.com/browserify/commonjs-assert/blob/master/internal/util/comparisons.js?

Setting the `curr` property breaks the `:eta` and `:rate` tokens. To reproduce, edit `examples/customtokens.js` to include the `curr` property: ``` var bar = new ProgressBar(':percent eta: :eta downloading :current/:total :file...

Is it possible for the framework to automatically avoid flood waits?

I'm seeing requests like ``` GET /style.css?_vogue_nocache=1468957215136?_vogue_nocache=1468957238055?_vogue_nocache=1468957243715 0.637 ms - 27758 GET /style.css?_vogue_nocache=1468957215136?_vogue_nocache=1468957238055?_vogue_nocache=1468957243715?_vogue_nocache=1468957245865 0.495 ms - 27760 GET /style.css?_vogue_nocache=1468957215136?_vogue_nocache=1468957238055?_vogue_nocache=1468957243715?_vogue_nocache=1468957245865?_vogue_nocache=1468957296296 0.453 ms - 27762 GET /style.css?_vogue_nocache=1468957215136?_vogue_nocache=1468957238055?_vogue_nocache=1468957243715?_vogue_nocache=1468957245865?_vogue_nocache=1468957296296?_vogue_nocache=1468957313872 0.519 ms - 27763 ```...