-
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"…
-
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…
-
Hi there :-)
In the cpu there is a real value I sent to HA with the addon.
First I read this like a normal sensor.
```
- name: Temp_House
type: sensor
state: DB56,REAL6
```
Now …
-
This prevents the use of `Bearer` tokens for authentication. The following throws an error:
```lua
myWebsocket:setHeader("Authorization", token)
```
Where `token` is:
```
Bearer eyJhbGciOiJSUz…
-
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…
-
1. Add **warning notice** to admin dashboard when WPLANG is empty.
2. Add info notice on **plugin settings page** when WPLANG is not pl_PL or cz_CZ.
Props for @ellmann-creative
-
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…
-
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…
-
We could introduce value types in LionWeb.
# Characteristics
Value types:
* have no identity
* assignment implies copy-by-value
* are composed of fields
* tend to be immutable
* tend not to…