-
I was trying to use this crate to implement rate limiting in a synchronous context, and using the default direct rate limiter, where a negative decision hands back `NotUntil` so the caller can interro…
-
It looks like a downwards closed subset $L$ for the infix relation that is `well-quasi-ordered` (for the same relation) has an order type of at most $\omega^3$.
-
Using `haskell-language-server`, adding a use of the `nat` quasi-quoter causes HLS to stop working and just report one error:
```
GHC runtime linker: fatal error: I found a duplicate definition fo…
-
Running the following code...
```python
from irods.session import iRODSSession
with iRODSSession(host='localhost', port=1247, user='rods', password='rods', zone='tempZone') as session:
h…
trel updated
3 months ago
-
Looking forward to add a feature which will clone the whole real-debrid torrents folder into another user-specified cloud drive.
Since real-debrid provides direct links for all the files (and given…
-
You are using the quasi-fact that BigFloats know how to do arithmetic with directed rounding.
It is necessary to assure that effective precision of a BigFloat when doing the rounding is more than eno…
-
Haven't checked this, but I have a _feeling_ the following fails:
```
BEGIN my qs = [];
macro moo() {
my x;
my q = quasi {
say(x);
};
qs.push(q);
return q;
}
…
masak updated
5 years ago
-
-
-
### Problem
Attempting to sort a multiline `__all__` attribute that is longer than the line limit with `isort . --sort-reexports --profile=black` wraps the lines in a non-black compatible way:
#…