-
There are a few inconsistencies and gaps in the current one-shot systems API:
- There should be a `Commands::unregister_system_cached` method
- `Commands::` and `World::run_system_with_input` should …
-
funziona solo una volta e poi devo resettare db
-
OpenWeather's One Call 3.0 API changed element "timezone_offset" to "timezone". The changes to OpenWeather.cpp are:
62,62c61,62
< String url = "https://api.openweathermap.org/data/3.0/onecall?la…
-
This will require some good refactoring. Maybe we should pass through all the commands and combine them into one command if necessary, marking the last one as the one that should run, and the previous…
-
Today the server API offers two distinct ways to initialize a new VM:
- The caller can pass an `InstanceEnsureRequest` that specifies some, but not all, of the components it wants the new VM to have.…
-
### Problem
(As usual, corrections/objections are welcome, I'm just writing things down...)
Currently we have lots of APIs to insert/replace text, but they all are slightly different:
```
nv…
-
### Describe the bug
Following #43129 and with 999-SNAPSHOT, it's no longer possible to call multiple times QuarkusUnitTest#withConfigurationResource, only the last resource is taken into account.
W…
-
-
**Is your feature request related to a problem? Please describe.**
No, it is not a Thingsboard problem at all.
**Describe the solution you'd like**
Is there any possibility to include an API requ…
-
To implement a functionality like "Find usages" we may want to find all the nodes that point to a given node. At this time the only way to do that is to retrieve all the nodes and check all of them. W…