-
### Describe the project you are working on
Heavy UI-use RPG-like game project, with many containers and controls for responsive dynamic UI. Usually composed of many organizing controllers such as `M…
-
```
Hi there,
we've been using a Swing-Component (in our case a JDialog/JCalendar) which
we initialise only once in our application.
This might be very interesting for fest-users that take care of …
-
Hello 👋
## Bug report
### Required System information
- Environment: development
- OS: darwin-x64
- Strapi Version: 4.24.3
- Node/Yarn Version: yarn/1.22.19 npm/? node/v18.20.2 darwin x64
…
-
Hi,
I used the context menu to add member of an issue when onClick but the checked value of this item is not updated.
```js
{
label: t('members'),
children: members.map(member => ({
…
Dysey updated
2 months ago
-
e.g.
```
current.children.filter(notNull).forEach({ queue.enqueue(@value) })
```
instead of
```
current.children.filter(notNull).forEach({ queue.enqueue(_value) })
```
-
# Bug Report
### 🔎 Search Terms
array.filter, type guard, explicit, is
### 🕗 Version & Regression Information
TS 3.9.7–5.1.6, target version ES2019 or later (releases earlier than 3.9.7 di…
-
Problem:
AND filter shows results for OR if you have a filter group set to taxonomy, multi-select with children. If you don’t include children, or are using a non taxonomy filter type, it AND works a…
-
... when using multiple instance of filters:
```
items = ${q(node).children('[instanceof Vendor.Site:Content.Image],[instanceof Vendor.Site:Content.Text]')}
```
I would expect the returned nod…
-
Right now if StructArray has top level validity that's not `AllValid` or `NonNullable` the validity is discarded
-
This is an error that shows up, using Drupal.
In that case, this method is called: `Html::serialize($dom);` , but $dom->nodeValue is null, and its causing the error.
Propose a solution: upcast…