-
The templates in https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/TypeScript-Angular should be updated to use TS 1.6 best practices:
- No more use …
-
Nix won't be complete until it has static typing.
-
Hey, very interesting project 🙌
Curious if polymorphism is already possible or planned?
E.g. I have a table `commenting` which has `commentable_type` & `commentable_id` fields where type could b…
-
Starting from October 3, 2022 (Beijing Time), more than 100 users reported that at least one of their TLS-based censorship circumvention servers had been blocked. The TLS-based circumvention protocols…
-
I was thinking it could be useful to have a way to specify that a class should not be subclassed, so that the compiler would warn the user on compilation if it sees another class extending the origina…
-
The `items` keyword has an object form and an array form. The object form is used for constraining the items in an array while the array form is for constraining an array that is used like a tuple. Th…
-
#### Goal
I want to update an object touching only the values that are actually set.
More specifically, we have a REST API that follows the expand fields
"design pattern", similar to Confluence here…
-
Consider the following case where we lint a function abstraction:
```
hnix --check -e "{ x, y }: let z = x + y; in [ z (y + 2) ]"
(fromList [("x","int, string, path"),("y","int")] -> [int])
```
…
-
The current polymorphism story in Gren is, in my view, incomplete. There is ad-hoc polymorphism in the language, but it's not possible for end-users to create new cases, nor possible to extend the cas…
-
GraphQL supports subtype polymorphism via interface extension and safe downcasting using fragments. Currently for a doobie backed model this has to be implemented via subqueries, ie. we first have to …