-
I've been working on a plugin-like switch for some time. It's a pleasure that someone has done it - thank you.
If you could support iterating over enum values, it would be super cool.
I mean replaci…
-
`LS_COLORS` allows to specify exact color via `;38;2;Pr;Pg;Pb` (see ), where `Pr`, `Pb`, `Pg` are RGB values. For example `*.md=0;38;2;131;148;150`.
Right now this tool silently skips this kind of …
-
ECProperty supports adding constraints to values.
https://www.itwinjs.org/bis/ec/ec-property/#additional-optional-attributes
These are not enforced by the ECDb.
They should be enforced by the inputs…
-
Using a modified example from {coro}, it is unclear how to access the value of the function. Here we return `n` after the async function has completed.
```r
async_count_down 0) {
cat("Down"…
-
When doing regression, the regression equation is nice but I would also like to have a declared coefficient listed underneath just like the r and r^2 values are. Occasionally there are issues with dec…
-
Hi there
, attributes with IDs are quite difficult for us to handle since we have more to offer than Allegro shows us. For example, the attribute “dedicated brands” in the category “Electronics/Phone…
-
### Package Version
v1.0.7
### Laravel Version
v11.29.0
### PHP Version
PHP 8.2.18
### Problem description
When the title value is evaluate using TimeLineTitleEntry->configureTitleUsing, wrong …
-
After authorizing with google login in the ID field, email instead of ID. This happens during testing in Android Studio in the Pixel 8 emulator.
In the Web version, everything is fine.
Version 0.0…
-
I'm working on a use case where the user can select from a pre-populated list or enter a custom value. Additionally, they can use the "contains" operator to filter values.
I implemented this functi…
-
`ecma_is_value_null` and `ecma_is_value_undefined `is used together in multiple places in the source code. It would nice to have a new `ecma_is_value_nullish` function to make the code simpler and mor…