Valentin Radu

Results 10 comments of Valentin Radu

That's actually a great idea on its own (leaving aside Helm for a sec). I also think it might be possible with Helm as we speak, but yeah, I suppose...

Same here. aiohttp 2.0 + aiohttp-cors 0.6.0 seems to be a good solution for now.

@asvetlov I'll try to look into it over the weekend. Btw, for me, this only happens on localhost, all other places work fine.

aiohttp-3.3.2 + aiohttp-cors-0.7.0 works fine too!

@TTRh I used the above mentioned versions and it worked. Unfortunately I was not able to make it work with the latest version.

But it already does that. Just use `AutoWidth` or `AutoHeight` for the views that have an intrinsic size. E.g.: `imageView.anchorToEdge(.top, padding: 20, width: AutoWidth, height: AutoHeight)`

That's a great idea. Some design is already available in the `.sketch` file. I don't have time to implement it right now, but I'll try to do so next week.

I'd rather start with 26 bytes like we do now and allow for one single reallocation if `strftime` returns 0 - which is guaranteed (in our specific case / given...

Looks solid 🚀. Out of curiosity, why not `let unavailable` instead (since we're dealing with a string literal anyway)? My only argument against a large initial buffer was that in...

I would say the most common use case I can think of is helping with composition when some the resulting edges of some effects are not clamped. For example, blur,...