-
### Version
v2.0.5
### Issue
When using with React 18, typescript will throw an error when a function is passed as a child, specifically to use the `close` callback. Although this worked pr…
-
### Description
**The Issue and context**
I have a theme that defines a whitelist of blocks using the filter, `allowed_block_types_all`, in this whitelist I allow the block `core/columns`. This su…
-
mobsfscan /Users/cxf/work-zeek/apks_analysis/Scanner/.tmp/InternetVehicles/sources
- Pattern Match ████████████████████████████████████████████████████████████ 8728
Exception in thread Thread-1…
-
The below code causes the compiler to panic or run forever, depending on how large the compiler `recursion_limit` setting is.
Here's a summary of code below: I have a trait `S` with associated type `…
-
### Problem Description
The core issue is that once a service is resolved in a container, it gets locked to the value that was provided at the time of resolution. When child containers override tha…
-
**Is your feature request related to a problem? Please describe.**
In `lua` we can declare function in two ways:
```lua
local hello = function() print("hello") end
-- or with syntax sugar
loc…
-
### Version
^5.18.0
### Platform
NodeJS
### What happened?
When adding a child job (following the steps documented here: https://docs.bullmq.io/patterns/process-step-jobs#waiting-childr…
-
ndscan has pretty good API documentation, but is lacking a bit of the bigger picture "how should I think about this?" stuff.
I'm going to use this issue to post a few bits of a conversation (these …
-
The `Unpack` addition has been great, however a lot of our code has an existing library of dataclasses instead of typed dictionaries. Here's a dummy example using one of the more common patterns that …
-
Pretty much an extension of [this issue](https://github.com/playwright-community/eslint-plugin-playwright/issues/154).
We use a sort of scrappy version of the Screenplay pattern, basically just an …