-
I'm writing my own middleware that calls `koa-passport` internally, It would be great to have access to `AuthenticateOptions` for type-safety.
-
Currently in C++, if you write a struct which uniquely owns a resource, you have to write a lot of boilerplates in order to be "correct":
```cpp
struct A {
A(A &&src) : ptr(src.ptr) {
…
-
A few potential improvements that we could do to improve the current state of Infra backend:
* [URL pattern restructuring](https://docs.google.com/spreadsheets/d/1ELO8cZyz2C-DzFdYbL-SnIQYMlJv4NxM_RLC…
-
### Add this to std.builtin:
```zig
pub const UnionProperties = struct {
layout: ContainerLayout = .Auto,
tag: union(enum) {
none,
auto,
int: type,
ty…
-
Background.
Not so long ago, in the new type inference of the Kotlin compiler (which became available by default since Kotlin 1.4), we discovered a type safety problem related with the inference of a…
-
Since it is a Elm boilerplate, type safety makes sense even in the Javascript world :)
-
It would be nice to make Nubia strictly type checked so projects that use it could rely on its type safety.
Most likely we'll have to support both mypy and Pyre.
-
The `numpy.ndarray` class has an invariant shape parameter. While there is a PR at the numpy repo that will make it covariant, this change will probably not be backported, so we are still stuck with a…
-
The result returned from `DatabaseMetadata#getTypeInfo()` is a very small (useless) subset of the SQL types sqlite provides.
1. Run the following on any database:
```java
ResultSet rs = dbMetaDat…
-
```
~/git/tmp/delete_me_flutter$ flutter run -d linux
This application does not support sound null-safety (its language version is 2.11).
To build this application, you must provide the CLI flag --…