-
I'm writing my own middleware that calls `koa-passport` internally, It would be great to have access to `AuthenticateOptions` for type-safety.
-
mpcimg does not work with HeadRush Prime/Core firmware Update.img. It works fine with mx5 firmware and I have dtc installed.
```
--------------------------------------------------------------------…
-
Convert the group and decimal separators into Kotlin enums for type safety. Can reproduce by switching between languages.
-
To support better type safety (and code hinting) when making API calls, we should replicate the object types that are returned from the server.
It may be possible to use automatic type generation f…
-
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…
-
```nim
import std/asyncdispatch
proc f2(x: openArray[int]) {.async.} =
for i in x:
echo i
waitFor f2(@[1,2,3])
```
Error: 'x' is of type which cannot be captured as it would vio…
-
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…
-
# Problem
At the moment an `Object` has a `container` field of type `usize` that stores a pointer to one of the compositor's structures. We use `@intToPtr` to get a pointer to said structure. Obvio…
-
Let's try share useful datasets and highlight their useful columns. Our biggest challenge is finding a reliable way to link patient outcomes to hospital ownership.
I've found that this [hospital …
-
## Description
The `any` type can sometimes leak into your codebase. TypeScript compiler skips the type checking of the `any` typed variables, so it creates a potential safety hole, and source of bug…