Lucien Zürcher

Results 12 issues of Lucien Zürcher

I fixed the groupBy error, and also added a small system simply edit or extend underscore functions cleanly

Would it be possible to extend the `json_validator::set_root_schema(json &&schema)` function to allow also a custom error handler like `json_validator::validate(...)` has? This would allow me to provide a more precise and...

enhancement
help wanted

Somehow i can only add files to my collection by setting the metadata collection in the file. I can not select any files with the pattern attribute like following: ```...

Hello I am unable to add the "add note" widget to my home screen. I can select it and drag it, but the widget screen blinks And the widget disapears...

Bug - Minor

## 🐛 Bug description While running `wasm-pack-test --headless --chrome` in an docker container the test fails with following error: ``` [2023-12-29T14:15:05Z DEBUG wasm_bindgen_test_runner::headless] POST /session {"desiredCapabilities":{"goog:chromeOptions":{"args":["--whitelisted-ips=","--port=41795","--verbose","headless","disable-dev-shm-usage","no-sandbox"]}},"requiredCapabilities":{}} [2023-12-29T14:15:05Z DEBUG wasm_bindgen_test_runner::headless] got:...

## Added Baseclass: - all - Load a collection of models at once - Model - Load modelname - easier to change Projectmodel: - allAdmin - Load all Projects for...

Hello dear alice team I would like to propose a small extension. It currently seems to be not possible to access the variables list or print the variables list. For...

**Is your feature request related to a problem? Please describe.** Unable to configure [IP_MULTICAST_LOOP](https://tldp.org/HOWTO/Multicast-HOWTO-6.html) which is important to define the correct behavior for sending multicast ipv6 packages. **Describe the solution...

Hello Following example on windows runs correctly for CON (get message timeout), but gets stuck indefinetly for NON. Test Code ```python import sys from aiocoap import * import asyncio async...