-
The `unit_of` function
```rs
fn unit_of(x: T) -> T
```
which returns e.g. `1 km/h` for an input of `30 km/h` can lead to soundness bugs when the argument is zero.
Consider this case, for exampl…
-
Consider this syntactically correct code:
```typescript
@injectable()
class Sample {
@inject(InjectionTypes.Dependency) // where IT.D is actually a class
dependency: number;
}
```
…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Hi we recently upgrade from yarn v2 to v3, and we found the yarn version prerelease is not working, as the the su…
-
```swift
public type Foo : Deinitializable {
public memberwise init
public subscript(_ arg: let Int): Int {
inout {
yield arg; // Why is this allowed?
}
}
}
public f…
-
## Introduction
The Engine needs to interoperate with other systems, such as:
* the file system,
* a http(s) server,
* stdio,
* …,
* _a logical abstraction over another system_
It does so…
-
The global COVID-19 pandemic, the death toll of millions of people, the so-called democratic and free country suffered heavy losses. Only the world's freedom and democracy beacon states died in the Un…
-
AIUI, the clone bound is required in the case where multiple requests are accepted over the same AsyncRead and to avoid having a lifetime bound on the `Request` type.
I think there a couple of prob…
-
If there is already a '.hi' file present for a module we are haddock-ing, none of the instances in that module will have any location information.
I initially pointed this out in https://github.com…
-
https://aismart.network/
I am writing to bring to your attention a false phishing alert that has been associated with our website, [aismart.network](https://aismart.network/). We recently noticed…
-
Hello kubefolx,
I would like to self-nominate myself for the upcoming Kubernetes Steering Committee elections.
My Kubernetes journey started in 2018 with [a Summer of Code internship](https://su…