-
I think Supadart could generate better type safe code by creating a wrapper for Supabase instead of adding to it.
current:
```dart
supabase.my_table
.select()
.eq(MyTable.c_id, id)
.sing…
-
The current specification of extension types suggests `protected extension type` declarations to introduce a type which:
* is a zero overhead abstraction,
* not related to the `on` type (only to `Ob…
-
After the merge from develop and cql-to-elm into develop-2.0, the generated c# code includes expressions where a null is safely cast to a particular type, where it isn't required.
For comparison, hav…
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to …
-
Bitfield can’t be drawn, the script gives an error :(
-
```
[
{ "name": "IPO", "bits": 8, "attr": "RO" },
{ "bits": 7 },
{ "name": "BRK", "bits": 5, "attr": "RW"…
-
axum extra has its own `Multipart` type which does some borrow checking at runtime, making it possible to implement common and safe use cases. See https://github.com/tokio-rs/axum/pull/1692 for more c…
-
## The devDependency [@types/dotenv-safe](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `5.0.3` to `5.0.4`.
🚨 [View failing branch](https://github.com/icapps/nodejs-silverback…
-
### Bug Report
MyPy incorrectly asses the type of list comprehensions built from union types. I can't see a way to make this pass typing checks. This and it even affects `TypeVar`. My only option i…
-
### Entry type
- Update
### App info
- no update
### Supported networks
- Mainnet (existing)
- Optimism (existing)
- Arbitrum
- Base
- Polygon
- Gnosis…
-
## Description
When we use the `kedro catalog create` command on existing YAML file, we're losing comments from the old file.
## Context
As of now, when we use the `kedro catalog create` command,…