-
```
I know the following enhancement request is a result of bad code design, but I
find myself often in the following situation.
In our code we're depending on some third party library, which expose…
-
```
I know the following enhancement request is a result of bad code design, but I
find myself often in the following situation.
In our code we're depending on some third party library, which expose…
-
```
I know the following enhancement request is a result of bad code design, but I
find myself often in the following situation.
In our code we're depending on some third party library, which expose…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
```yaml
Foo:
type: object
properties:
msg:
type: string
…
-
### Google search terms
"@extend-chrome/storage" bucket.set mutates irrelevant state key in the valueStream
### Describe the bug
When using `bucket.set` method, and updating a particular pr…
-
```
I know the following enhancement request is a result of bad code design, but I
find myself often in the following situation.
In our code we're depending on some third party library, which expose…
-
If both arguments have cycles, like if you're trying to compare doubly-linked lists, dequal goes into an infinite loop.
repro:
```ts
const a: any = {}, b: any = {};
a.next = b;
b.previous = a;
…
-
## The dependency [luxon](https://github.com/moment/luxon) was updated from `1.17.2` to `1.17.3`.
🚨 [View failing branch](https://github.com/juliuste/train-ose/compare/master...juliuste:greenkeeper%…
-
I've built libarchive for Win32 (32-bit) architecture on Windows (Visual Studio 2019, toolset v142).
When `archive_read_extract` is invoked, it returns with the error "Truncated 7-Zip file body".
…
r0ptr updated
3 years ago
-
### Description
I'm writing my own extension that makes use of the capabilities of the baked-in attributes extension. However, upon testing, I found that it is currently not possible to add an attr…