Rustam @SecondFry Gubaydullin
Rustam @SecondFry Gubaydullin
https://github.com/1milligram/1loc/blob/cecbfa239c1d6c9d527518c157b9ea20c4140c9b/snippets/array/compare-two-arrays-regardless-of-order.md?plain=1#L10 > The Set object lets you store **unique** values of any type, whether [primitive values](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) or object references. And an array can have duplicate values. So it fails simplest...
### Version Information Clientside (M1, aarch64 java via ManyMC, but probably is unrelated, because in #173 there are same actual behaviour): Lithium config (tl;dr everything is disabled, except `mixin.entity.collisions.suffocation`) –...
Kinda necroing #31 as one can't really cleanly catch 404 while using URL based image manipulation. Maybe we can get 'not-found image' as config variable?
### Describe the problem i.e. I want to log errors during SSR to Sentry while having access to `RequestEvent` parts. ### Describe the proposed solution Use Svelte Server-side component API...
Closes #10070 Sometimes you need a function defined only in server context – i.e. to log errors inside of SSR. This PR allows one to define context in `RequestEvent` as...
1. Add `.dockerignore` with `/mongodb` as the only line, so one won't transfer entire MongoDB as context to bot Python container. 2. Add INFO level logging with `logging.basicConfig(level=logging.INFO)` so user...
https://github.com/edorivai/nock-record/blob/master/package.json#L54 Should be a pretty simple fix of changing `13` to `14`.
## Which problem is this PR solving? I'm observing that `instrumentation-undici` does not work in Node.js 18.16.0 if code was started with no Internet access. I nailed it down to...