Julian Grinblat

Results 79 comments of Julian Grinblat

I am encountering the same problem on slackware64-current (also not using systemd). I can use the cached passphrase but once the `max-cache-ttl` expires, attempting to decrypt using `gpg2` will result...

Yeah I completely agree with you, I was thinking that maybe the minifier may have some memory that need cleaning up internally, but I was also fearing that the go...

It feels really bad after all the hard work on the C++ bindings, but maybe worth it to look into `wasm` bindings? https://www.npmjs.com/package/golang-wasm

Maybe related: https://tinygo.org/docs/guides/webassembly/

I think it would be pretty common. NAPI libraries are usually used to perform CPU heavy tasks, and it's also critical to run them in separate threads to avoid blocking...

But it's ok, it's not urgent to fix this :)

Hm... I don't know, I find it quite natural that the `cleanup` function would be the default export from `global-jsdom/register`. What would be the functionality of the `cleanup` named export...

The segfault issue is probably caused by https://github.com/nodejs/node/issues/35889

OK, I figured out why this is impossible to do... might need some documentation for other people to avoid confusion maybe?

Wait, actually, there's something I am failing to understand. Why can't: ``` css .foo { font-size: responsive 3rem 6rem; font-range: 420px 1280px; } ``` be converted simply to: ``` css...