-
**Is your feature request related to a problem? Please describe.**
It would be nice to allow users to request the cainjector to inject the `ca.crt` into Kubernetes Secrets with the `cert-manager.io/i…
-
Currently the base type of all objects in TS seems to be `{}`, which looks like an empty type but actually has members inherited from the Object object. This leaves no way to express a type with null …
-
I took the liberty of rebasing your ode-vec branch on the master because I needed the RK8PD integrator recently (in vector form). Do you still intend to integrate this feature? If there are any known …
ladc updated
10 years ago
-
Implement various optimizations for constructing collections from collection literals, including:
- [x] Use *inline array* for the collection builder method `ReadOnlySpan` argument when the span ca…
-
Currently the homepage features a rather uninspiring wall of text, much of which could be moved to the various sub-pages listed in the menu bar.
I think we could take some design inspiration from o…
-
#### Minimal, reproducible code sample, a copy-pastable example if possible
```python
import numpy as np
import zarr
import os
import dask.array as da
from ome_zarr.io import parse_url
from…
-
Is the use of `if x is True` throughout the code intentional? Testing _truthiness_ with `if x` is sufficient.
`x is True` is specifically [proscribed by PEP8](https://www.python.org/dev/peps/pep-0…
-
Related to at least #119, #242, #267, #280, #291, #355, #401
We do `if formdata is not None` before calling `process_formdata` on each field in a form. This broke the rather common case where users…
-
First, I have to say I really like **this** approach to bringing runtime and static types closer!
I can only agree with @gcanti on what he stated [here](https://github.com/facebook/flow/issues/2625#…
-
Was able to get [`pushshift`](https://pushshift.io/) as mentioned in the README working to export old comments. Thought I'd mention it here.
It's possible to use pushshift to get data further back,…