-
### Describe the Bug
When my web browser makes the following API request, initiated by Umami, the response is only a `400` (header, with no body). Fortunately, when trying to reproduce this bug to …
-
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)
…
-
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…
-
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 …
-
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 …
-
### Configuration
```hcl
resource "databricks_mws_ncc_binding" "ncc_binding" {
+ id = (known after apply)
+ network_connectivity_config_id = "xxxx"
…
-
#230 has no testbench.
We discussed (@thejayps, @rptb1 and @UNAA008) during the preparation of the pull request that the testbench would be difficult to write, and decided to defer it until some ti…
-
### Description
Let it say:
We have two celery workers: A and B, they cannot access to each other
worker A can access file A, but can not access file B,
and worker B can access file B, not file…
-
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…