-
**Description**
I've been briefly looking through the Wiki and I cannot find an example that shows if it's possible to use plain objects/models/DTOs and index them with this bundle. I've found in…
ToshY updated
4 months ago
-
On ESP32 and ESP32-S3 I am seeing various exceptions and crashes related to the native modules.
It can be exceptions like `TypeError: 'slice' object isn't callable`. Or `array object is not callabl…
-
## 【Task Description】
Manual tests are being migrated to automated tests using Jest.
This task focuses on reproducing of experiments at Record View.
The test needs to click the reproduce button an…
-
### Description
The documentation site has served as the primary documentation source for our components, making these files no longer necessary to keep and maintain. Since Lumina does not generate t…
-
We are facing confusions because we do not have proper naming. This results in confusion during discussions, naming in code is not consistent and we are transporting inner workings to the public in th…
fredo updated
2 months ago
-
## Description
Implement a method to save and load catalog obtained from `KedroDataCatalog.to_config()` - https://github.com/kedro-org/kedro/issues/4330, so it could be used when running kedro projec…
-
We do not want any logic depending on protocol(http, gRPC) and we keep our client API and server API 100% the same. in fact, we want to share the API to both and generate the client and generate the …
-
### Describe the bug
Hi, we are implementing the spec to create a `Message Example Object` for xml.
The field `payload` assumes a `Map[string, any]`, which only works for json.
How is i.e. an xml…
-
### Describe the bug
When a method returns a `jakarta.ws.rs.core.Response` object that does not explicitly set its mimetype, the method's `@Produces` annotation is ignored, potentially resulting in a…
-
I triggered a stack-buffer-overflow bug reported by AddressSanitizer when fuzzing cantcoap. The bug was identified in the CoapPDU::getOptionDelta function at cantcoap.cpp, which occurs when processing…