-
This would require user defined type implication. That would be the only thing though mostly.
```
type List implies Eq where
== = is;
```
This would help clarify some dark corners of inter…
-
I want to use supabase with dart (flutter) apps and it would be cool to generate dart classes just like we can generate types/interfaces for typescript
**Describe the solution you'd like**
I want …
-
### Version
4.29.0
### Question
Hello. I have a question regarding a use case that I encountered on our project. We have a response structure for paginated responses. The parent class is a generic …
-
Enso doesn't have special syntax for writing _type classes_ as of Oct 2024. The original design...
> Implementation and tests for type classes, as described in the [design doc](https://github.com/e…
-
Please consider the following update to the typing spec:
* PR: https://github.com/python/typing/pull/1879
* Discussion: https://discuss.python.org/t/clarifying-the-rules-for-subclassing-generic-cl…
-
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as `Sample`, `dataset`) but not for `query` as attached.
-
On the GitLab GraphQL server (no password required), the `WorkItemWidget` type (kind `INTERFACE`) has multiple possible types.
You can run a query like this:
```
query {
workItemsByReference…
-
With the new query invalidation approach, the vast majority of objects are actually never sent over the wire. Yet, we are paying a large cost during creation to make them "free" to serialize and deser…
-
**Bug Report**
When decorating an empty method ("`...`") inside of a `Protocol` definition as an `asynccontextmanager`, the type checker insists that the return type must use `Never` instead of a…
-
### Describe the issue
We started to add Python type hints to our estimators. However, some existing hints for (Aeon) classes are incorrect, e.g.
https://github.com/aeon-toolkit/aeon/blob/be4af65…