-
For example, I think it would be easier to use context with *any* custom element system regardless of the authoring experience if users could use elements, because all authoring experiences standardiz…
-
```
Assumption is that this would improve discoverability of API and type/value
safety.
Would also need ability to pass int directly (for tag types at least, not
format types etc) so that additiona…
-
```
Assumption is that this would improve discoverability of API and type/value
safety.
Would also need ability to pass int directly (for tag types at least, not
format types etc) so that additiona…
-
```
Assumption is that this would improve discoverability of API and type/value
safety.
Would also need ability to pass int directly (for tag types at least, not
format types etc) so that additiona…
-
I'm writing my own middleware that calls `koa-passport` internally, It would be great to have access to `AuthenticateOptions` for type-safety.
-
Could help a bit with type safety
```
storIo.put()
.`object`(sqlData) //should fail to compile if `SqlData` does not implement the marker interface
.prepare()
…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
…
-
With null-safety, a factory can no longer return `null`. The implicit return type is non-nullable, so all these factory constructors become invalid code. The tests need to be fixed before the code can…
-
Hey,
I have a use case where a relationship can be nullable. I defined this in the schema using the `isOptional` but how would I go about typing the field in the model?
Given the models in the e…
-
Convert the group and decimal separators into Kotlin enums for type safety. Can reproduce by switching between languages.