-
Currently, all options inside the `environment_setup` section are optional, but the section itself is required. So even if not setting anything there, one needs to add an empty `environment_setup` in…
-
We need to be able to support fields that optional with the use of std::optional.
This means that if a user mark a fields a in class as `optional` with std::optional, then we need to be able to not s…
-
The index in an SSTable should be optional as this is never used for topic data and takes up space.
-
```php
Button::button();
Button::submit();
Button::reset();
```
-
Per https://spec.openapis.org/oas/v3.1.0#fixed-fields-4, `enum` is An enumeration of string values to be used if the substitution options are from a limited set. The array MUST NOT be empty.
I thin…
-
I have a bunch of games that are Japanese and are not listed on IGDB. I would like to be able to add these games without doing a bunch of work to remove whatever game IGDB guesses it must be.
-
**Is your feature request related to a problem? Please describe.**
When hosted in an aspnet.core app, some tasks may require to be done before the server is even ready to accepts requests (cache warm…
-
### What do you want to improve?
Kiali has an Istio health check in the masthead. As part of that health check, by default, Kiali checks if there's an ingress and egress gateway installed in the `i…
-
### Tell us your idea!
Using the map, my finger sometimes slips (because I am walking, cycling ...) and then the map scrolls , although I just wanted to click.
### What solution would you suggest?
…
-
Needs some investigation, but I think we have a feasible path to replacing pyarrow with arro3 internally. The only thing we use pyarrow for is to create a recordbatchreader and convert that into the …