-
It would be nice to have a configuration option for optimizations as in dask-array and dask-delayed:
https://docs.dask.org/en/stable/optimize.html#customizing-optimization
lgray updated
1 month ago
-
OK I figured this out -- it is due to heap `Alloc` having a special memset(0)
https://github.com/oils-for-unix/oils/blob/master/mycpp/gc_alloc.h#L141
But then the stack instantiation of the con…
-
CLI has `datalad -c var=val ` which makes `var=val` in effect only for the duration of that `datalad` call.
In Python API AFAIK we do not have such a convenience, and only `patch_config` helper for t…
-
## Automated report
_This issue was created with the app's automated bug reporting feature.
Attached to this issue is the full traceback as well as an environment
fingerprint that contains inform…
-
## Motivation
In TorchRL users must manually set the mode of RNN modules using the [`set_recurrent_mode`](https://pytorch.org/rl/stable/reference/generated/torchrl.modules.LSTMModule.html#torchrl.m…
-
The readme discusses using `smatch.match`, but in LSST we're using the `smatch.Matcher` context manager, which does not have any mention in the readme here. Apparently those two interfaces use quite d…
-
(This is a follow-up of #4355, combining comments by @eteq and myself; EDIT (2021): this also is meant to replace #1687, #5879 - calculate magnetic energy density, etc.; #4086 - coulomb-statcoulomb eq…
-
When a Starlette application is run using Vercel, the body of the `lifespan` context manager is never executed. Here's a minimal `main.py` example illustrating the issue:
```python
from collection…
-
I read the docs and examples and tickets about reconnection.
My problem is: I don't want to wrap everything in a while-loop and re-execute *everything* just because of a connection issue, but poten…
mirko updated
1 month ago
-
As there is nothing web-specific about the stack context manager, and it may be useful in testing scenarios like #1344, we should consider moving the stack context manager out of web and into some pla…