-
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…
-
### Description of problem
When running dokku in a docker container and building an app with `git:from-image` where the image has a `Procfile` that has the file mode `0600` the file is successfully c…
-
### Summary of Feature
**Description:**
This request came about as a result of a conversation with Oliver on gitter. Basically, `popBack()` will halt the program today if it is called on an empty…
-
### 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…
-
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 …
-
### Description
Currently, if you are using an Identity Provider (in my case an OIDC compliant provider such as Okta) in Keycloak for authentication, the user is always imported into Keycloak and is …
-
I am making a process which will run periodically, but it should also be possible to kill it. This is the code:
```
(defn foo [kill-d]
(d/loop []
(prn "Setting up with timeout" 1000)
…
-
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…
-
### Go version
go version go1.21.6 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/akashem/.cache/go-build'
GO…
-
I'd like to have a small wrapper in Elisp that allows me to perform signing and encryption actions on an Emacs buffer, however the keybase calls would need to pass on the --no-tty flag to `gpg` - othe…