Oleg Lebedev
Oleg Lebedev
### What version of gazelle are you using? `v0.25.0` ### What version of rules_go are you using? `v0.29.0` ### What version of Bazel are you using? `bazel 4.2.2- (@non-git)` ###...
## Motivation Then run on a machine that has an issue with running puppeteer (chromium under the hood) the process is printing [Unhandled Rejection](https://nodejs.org/api/process.html#event-unhandledrejection). This PR fixes it and handles...
Hi, I would like to say thanks for this project guys. Is there any plans to add onEvict callback to ARC cache too? Actually, it's pretty useful when you work...
Hi there 👋 First I want to say thank you for such a good project, this is a big deal when we talk about extensive use of nix shells. Currently,...
## The use case Currently it's not possible to construct a `Value` from neither `i64` nor `u64` but only from `f64` which is a bit of a limitation. For example,...
I need to include this library into my application bundle. It's OK. But at the server I have got this error in my terminal: ``` bash ReferenceError: identifier 'window' undefined...
I have spent a some time to understand why webpack [po-loader](https://github.com/perchlayer/po-loader) is not works correctly with puttext. And I found [this](https://github.com/piranha/puttext/blob/master/po2json.js#L39) pretty strange modification for parsing result. Could you please...