-
Consider this test case:
```Go
package main
type CloseSetter interface {
Set()
Close() error
}
type S1 struct {
f int
}
func (p *S1) Close() error {
if p.f != 0 {
panic(p.f)
…
-
I have a benchmark [here](https://github.com/mindplay-dk/sigma/blob/605780ab4ce6eb7d8bc335c62b7c2b7acdcd88c1/benchmarks/src/json/index.ts), in which the order of the tests seems to completely change t…
-
Hi folks. Interested in feedback on some experimental promises with deferred rejection. Has this been considered as a solution?
The pattern is you create promises with rejection deferred: if they'r…
-
### Configuration
```hcl
resource "databricks_mws_ncc_binding" "ncc_binding" {
+ id = (known after apply)
+ network_connectivity_config_id = "xxxx"
…
-
Currently there is no way to map one ARB file to multiple locales, outside of using it as the default language. Would be great for the `"locale"` within the ARB file to specify multiple locales. This …
-
### Which @angular/* package(s) are relevant/related to the feature request?
compiler
### Description
Right now if not deferrable dependency is provided, angular will load it eagerly without …
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
So I've been using defmt in a couple of libraries of mine and it's super nice!
However, when I want to add tests to the library that I run on my PC, defmt needs a global logger and there are no log…
-
*HTTP2 locally-originated stream resets use the [NO_ERROR code](https://httpwg.org/specs/rfc9113.html#NO_ERROR)*: *When envoy originates a stream reset on an HTTP2 codec it sends a RST_STREAM frame bu…
-
This is a proposal for a new guarded import syntax which allows conditionally either importing or *not* importing a library, and telling at runtime which one it was.
The allowed conditions are the …