-
This came up in https://github.com/unicode-org/icu4x/pull/5413#discussion_r1724947448.
On types that have an owned and a borrowed variant, should the compiled data constructors build the owned or t…
-
Thanks for the wonderful repo and documentation.
Is there the ability to load/store multiple 128-bit vectors with Highway for Neon targets? For example, say, load a value of `int8x16x4_t`. I believe …
-
### Describe the problem
Typescript is kinda bad at knowing what is in a form; Which makes sense since it can't deduce what types certain fields have without having access to the markup.
But, thi…
-
Maybe answer?
Just disallow Null as a standalone type. Instead infer `Top | Null` or `AnyValue | Null` for things like `let a = null;`.
Longer discussion:
This kind of thing works in interp a…
-
JIRA Issue: [KIEKER-989] Kieker record structure inconsistent
Original Reporter: Reiner Jung
***
While updating the generator for the Kieker IRL, I found minor discrepancies in the basic structure o…
-
Hello, amazing work !
Was thinking it could be crazy and very usefull if generic types could be implemented instead of static struct definitions, for example **serde_json::Value**. And thus the pos…
-
Changes include:
- Full support for multiple elections
- Elections with multiple rounds
- `Alliances` and `Factions`
- All filtering options for `Questions` and `QuestionCategories`'
- Multiple `Nomin…
-
**Describe the bug**
Pubic property with private setter are not mapped even with `IncludedMembers = MemberVisibility.All` applied
**Declaration code**
[https://dotnetfiddle.net/E4iGqY - reproduct…
-
Issue related to tracking Metal syntax. This issue should only contain syntax that is relatively not going to change heavily.
## Imports
```
"import" module[.[{]submodules[}]]
```
```nim
imp…
-
I noticed that running mypy (https://github.com/python/mypy) on this project shows a bunch of type errors, and I was wondering if you would be interested in accepting a pull request wherein I add type…