Kamil Tomšík
Kamil Tomšík
Hard to tell without complete output, but I was compiling it on raspi few hours ago and I went really close, unfortunately it's crashing in runtime (because it doesn't have...
Hm, what node version do you have? It's just a guess (I'm using node 11)
I've re-benchmarked it and when built in release mode, it seems to be actually faster than yoga. I'm in the middle of replacing rendering part (which should simplify building a...
for some reason, stretch is doing multiple `measure()` calls during layout, first with max_width and 2 others unconstrained... do you by a chance know why? master should be now with...
Could anybody do short write-up of what's missing and what were the biggest challenges, where would you continue if you had time, etc? I was playing with the idea of...
This is not just about performance, but also about availability. If there's slow SQL query, it will block main thread, right? And no other requests can be handled (sockets will...
FYI it's not possible to connect to huggingface.com from windows. macOS works fine. will update here with more info when I figure out what's the problem... (Fails with `TlsInitializationFailed` which...
I got into this again, this time because of TLS v1.2. Is anyone working on this? Maybe I could give it a try? (my PR would be limited to "make...
IIRC `-fsummary` worked before and I think `--summary all` worked too at least once but it does not work anymore (`0.12.0-dev.1849+bb0f7d55e`) and I had to use `std.debug.print()` instead.
Yeah, I know but it feels weird.