-
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 …
-
When clients prematurely abandon a proxied HTTP request, there is no identified cause other than "context canceled".
### What version of Go are you using (`go version`)?
`go version go1.8.1 darwi…
-
Hi--,
I had installed airwave with probably wine 1.6 or 1.8 earlier found on the ubuntu repositories ( I cant remember) and then updated to wine 2.0 in order to avoid a bug with C++ in wine. Air…
-
#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…
-
Rentalog || Free Rent Management…
-
### 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…
-
### 📜 Description
Recently we enabled paginated catalog view in our instance of Backstage. This changes the view to fetch entities from catalog using `queryEntities` call instead of battle-tested `…
-
### Describe the bug
Hey everyone! I'm planning to set up an SMP server with my friends. I noticed that Geyser now works with Bedrock version 1.20.30, which also supports Minecraft Deferred rendering…
-
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)
…
-
### Description
Presumably for historical reasons, the `container_properties` field of `aws_batch_job_description` is represented as a JSON string, instead of using a block. This defers validation of…