Results 54 issues of Greg Werbin

Hello! And thanks for publishing this repository. ## Problem I noticed that the `predict` function is broken with `encode=False`. This is because the code assumes that the output from `ProdLDA.forward`...

I get the "cannot open display" error on MacOS when I try to start the compiled application: ``` (:21916): Gtk-WARNING **: 21:08:42.157: cannot open display: ``` Do I need to...

The type hint for `pendulum.now` doesn't permit `datetime.timezone` a valid input, even though it appears to be valid for the underlying `DateTime.now` function: https://github.com/sdispater/pendulum/blob/3e3fec6a5b66759078c5ae39c736ca95b78adbef/src/pendulum/__init__.py#L247 https://github.com/sdispater/pendulum/blob/3e3fec6a5b66759078c5ae39c736ca95b78adbef/src/pendulum/datetime.py#L158-L160 Is this deliberate, or an...

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

enhancement

### Things to check first - [X] I have searched the existing issues and didn't find my feature already requested there ### Feature description The Python standard library provides a...

enhancement

The `multiprocessing.Pool` interface provides the ability to pass a custom "initializer" function to each worker: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool. This is useful for things like suppressing specific warnings, setting up logging, and other...

Here is an initial draft implementation of https://github.com/nalepae/pandarallel/issues/231. Still to-do: * [ ] New documentation * [ ] Test cases * [ ] Type hints I also see a lot...

- [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related GNU Bash has made some...

Thank you for this very useful library! I am interested in making a scatterplot using R-style "hollow" markers, for example: https://statisticsglobe.com/wp-content/uploads/2019/09/group-outside-plot-in-R.png. This is normally possible in the Matplotlib `scatter` method...

Is there a way to control exactly where isolated build environments are created? For example, I'd like to ask python-build to create its isolated build environments inside `.local/tmp/python-build` inside my...