-
### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed…
-
Let’s do the duck-typing approach. For example: a WordCount source can check if the data looks to be in ((“word”, 12),...) format
-
As discussed in the last community meeting and on the call with @moradology and @ranchodeluxe today, I will try to boil down one of the [CMIP6 feedstock](https://github.com/leap-stc/cmip6-leap-feedsto…
-
I know golang has a thing where you can go:
```
type S2SApp interface {
...
}
type C2SApp interface {
...
}
type Application interface {
S2SApp
C2SApp
}
```
Instead go-fed req…
-
I think it'd be nice to have some transformers that work on dask and numpy arrays, & dask and pandas DataFrames. This would be good since
1. We can depend on dask and pandas, scikit-learn can't
2.…
-
Hey,
I'd like to be able to write
```
attributes :foo, :bar
```
instead of being forced to write
```
attribute :foo
attribute :bar
```
What steps would I need to take to add this to Imperator, @k…
-
Right now, the API defines a `ColorSpaceWhitePoint` class, with static predefined values `ColorSpaceWhitePoint.D50` and `ColorSpaceWhitePoint.D65` that authors are supposed to reference in creating `C…
-
# Cancel Async Functions Without Throw
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[summary]: #summary
Cancel…
-
I cooked up a match/case version of a visitor pattern from the PEG parser. This is in a function that computes and prints FIRST sets for the grammar. (It is not used as part of the PEG generator, thou…
-
Should we have type annotations within the code base, per @hoechenberger comments here: https://github.com/mne-tools/mne-bids/pull/532#pullrequestreview-477865444?