Alexander Grimalovsky
Alexander Grimalovsky
At the time of submitting this report documentation seems to miss part of public API. Following methods and property are not mentioned: - [`get()`](https://github.com/invertase/denque/blob/a299325e871dfa8f58c326b67e9bb30ba595a6ed/index.js#L51) - [`peek()`](https://github.com/invertase/denque/blob/a299325e871dfa8f58c326b67e9bb30ba595a6ed/index.js#L59) - [`size()`](https://github.com/invertase/denque/blob/a299325e871dfa8f58c326b67e9bb30ba595a6ed/index.js#L94) - [`length`](https://github.com/invertase/denque/blob/a299325e871dfa8f58c326b67e9bb30ba595a6ed/index.js#L84)...
There is a case when upgrade from Expose 1.x to Expose 2.x results into runtime error during client authentication process, effectively resulting into unusable service. Issue is triggered by upgrading...
Attempt to dump (using `@debug`) a map that contains list of map as value of map entry produces invalid Scss code. Consider this small script: ```scss @debug ( a: ((x:1),(y:2)),...
Hello, At this moment library relies on the use of `os.hostname()` as a part of the fingerprint generator for Node.js: https://github.com/ericelliott/cuid/blob/fb9bb90644110474253bf8e03fbf26668cd105c0/lib/fingerprint.js#L6 This method is broken on Windows 7 due to...
### Describe the bug I've started receiving reports from Bugsnag for my application: ``` TypeError: Cannot read properties of null (reading 'removeChild') ``` Application is built using SvelteKit, but the...
This pull request fixes #26 by cleaning up the contents of the `UnitOfWork` after populating the database. The test is added to verify updated behavior.
At this moment plugin incorrectly handles domain name extraction in case a non-root path is used as a home. `\Plausible\Analytics\WP\Helpers::get_domain()` for some reason tries to use a regular expression instead...
As part of https://github.com/haraka/Haraka/pull/2737 which was included in Haraka since 2.8.26, there was an [unexpected change](https://github.com/haraka/Haraka/pull/2737/files#diff-874c59f541c9869c0d6cff354ee5a99e4aa00bba5be3874c0b149d32fea369caR25-R29) of the type of `Body.body_text_encoded` from `string` to `Buffer`. Moreover, the new `Buffer` is...