-
Write code, but don't activate yet, we ideally want to enable/disable this functionality with a ENV variable/flag, so that we can check the different behaviour on live vs staging.
---
If there a…
-
### What happened?
The Avatto TRV06 properly pairs and returns all of the available configuration. The `Exposes` are properly updating the device state and the currently pulled states are reflectin…
-
**Describe the bug**
When using ItemsControl with variety of item underlying types, the drag behaves incorrectly. The item type is evaluated incorrectly, thus drag won't work.
**To Reproduce**
St…
I4-PJ updated
3 weeks ago
-
If I have a schema like:
```json
"rings": {
"type": "array",
"description": "Array of the deployment ring object.",
"items": {
"anyOf": …
-
I am using pgx with a database which defines a very large number of custom types. Virtually every stored procedure returns a custom type, and any given application needs at least 50-100 types, often m…
-
@collab-with-tushar-raj @alexreardon @DeolaJ @debo07 @tnhu
Hi guys I am facing similar to same issue , My scenario is little complex . Working in Next js.
if you see the attached screenshot
…
-
Docs on Array type says that we should [use bitwise-or NpgsqlDbType.Array with the child type](https://www.npgsql.org/doc/types/basic.html#write-mappings)
But analyzers warning about the bitwise-or…
-
### NetBox version
v3.2.7
### Feature type
Change to existing functionality
### Proposed functionality
When viewing a list of child objects under a parent object (for example, when viewing the li…
-
**Description**
Using `cnip test.c` produces no output. The content of `test.c` is as follows:
int main()
{
T a = 0;
T->value = 3.14;
T->next = a;
return 0;
}
**Version*…
-
## Steps to Reproduce
1. Create a stepper with 5+ steps with any title such as "Step Title"
2. Make its direction horizontal
3. The Stepper widget puts step icons into a row until it overflows th…