-
### 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 …
-
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)
…
-
I have this example code:
```python
from typing import Protocol, final
class Proto(Protocol):
def foo(self, x: int) -> str: ...
@final
class Impl(Proto):
def foo(self, x: int) -…
-
## Summary
You [iterate over a channel](https://github.com/getsentry/sentry-go/blob/master/transport.go#L462) in a [separate goroutine](https://github.com/getsentry/sentry-go/blob/master/transport.go…
-
As per https://github.com/jonboulle/clockwork/issues/82, BlockUntil blocks on the number of active waiters, and for Timers/Tickers this means construction. Stop removes the waiter, and Reset adds it a…
-
Running `dune fmt` with the dev tools feature enabled (e.g. in the developer preview) dune will install ocamlformat before using it to format the project. However, dune also runs `ocamlc` to get infor…
-
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…
-
Just installed ofexport.
Three questions:
Is there any way to output only tasks that are available (or alternatively, exclude completed tasks)?
Is there any way to output the tasks that would be inc…
-
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…