-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
I'm in process of updating bindings to OH 4 and spotted a bug, which I believe is related to new logic which improves reliability and predictability of thing startup process.
Bindings I have are ra…
-
what about adding swagger routes?
i see it is possible with saving handlerInfo in dsl.nim
and few things to generate better doc:
1. save proc comment to handlerInfo, i think it is already in bo…
-
### What would you like to be added?
Support for selecting objects using 'set operations' (notably 'In') with field selectors, bringing parity with labelSelectors.
More specifically, I'd like to…
-
It's common for some validation rules to be performed against a database (e.g. duplicate checking). Checklist could handle this in one of two ways: either require the user to load related data before …
-
Hello Xtext Community,
You might have observed that the number of people actively contributing to **Xtext & Xtend** has decreased over the recent years. People move on or shift focus. Of course thi…
-
Hi there,
I was wondering if it was possible to add arbitrary keys in the generated JSON Schema. For instance:
```
# Test
- text (string) - My string
```
Currently generates:
```
{
"$schema": "…
-
alibi `detect` is considering init based config or something similar, which will be good to apply for `explain` at some point as well.
Currently implementation details of alibi explainers are leak…
-
Hello,
I am trying to find a good approach to implement a form that is half static (fixed form fields), and half dynamic (form fields added by the application administrator).
I try to explain better…
-
Right now, we support Maps, Lists and values in our data. What should happen if someone does:
```
table("people") |> insert(%Person{name: "Joe"}) |> run conn
```
Options are:
1. Treat it as a map. D…