Klaus L. Hougesen

Results 29 comments of Klaus L. Hougesen

sure that's a duplicate?' The intention was to always respond fast, and take the hit on a long loading endpoint in the background - and next request would then have...

i realize it's sorta by design, but when using something like: ``` // method and url getMethodUrl: 'GET users/:id/:some/:thing', ``` readability increases when doing ```user.getMethodUrl({"id":2, "some": 0, "thing":0})``` instead of...

I Think its a great idea, I can understand that there might be outliers and festure triggers on endpoints where you need both, but an endpoint toggle would be great....

give your app a recognisable name by setting process.title so if you're running a Koa server from a node script as part of you JEST setup you can `process.title="MyServer` you...

> > I think that it is better that Preact 11 stops support IE11 and Edge which is not based Chromium. > > Preact X will continue to support these...

could we move to htm and have it compiled out on build instead of vhtml by default (and save a few kb on the post build size) ?

wish: optional DeepEqual comparison in useState, keep the default Shallow Eval, and an optional Deep Eval. const [ getter, setter ] = useState({DeepObject}, {deepEval:true}).

changed my mind on this, after microsoft is kicking ie11 down the road, i think this should be dropped aswell

personally i think you should remove the devServer entirely and show an example of how to do it via koa or express - its not a lot of lines of...

Previously stencil did not add Event types to proxies, it does now - but since they are not exported in the root project (only in the local component) accessing them...