Dan O'Donovan
Dan O'Donovan
Hi Nicole, I'd be happy to help out with tending issues / reviewing PRs if it would help you keep this project alive. I use `cycli` regularly, and it'd be...
Would it be possible to make a new pypi release? The current latest version (0.7.6) still has the old `prompt_toolkit` dependency which is clobbering other installs. https://pypi.org/project/cycli/
Adds `--no-echo` option to disable echo when reading from file (using `-f`). (Address' issue #62 ) NB @nicolewhite this should really have some testing. The `behave` tests look just the...
Apologies if this is an incorrect implementation, but I think there may be an issue with list types; for example ```python import pandas as pd from typedframe import TypedDataFrame class...
⚠️ NB This PR also includes the commit from #10 and #11 which should be merged first, we cna then rebase this PR. In the documentation we read that >...
Fix for test typo https://github.com/areshytko/typedframe/issues/10
When running the test suite, there's a small typo that causes the tests to fail; ``` pytest tests/test_polars_typedframe.py -k test_base_success_case --quiet ``` raises ``` AttributeError: 'DataFrame' object has no attribute...
Simple print function (and dict keys) changes for python3 and backward python2 compatibility. Thanks for the python hidapi wrapper, having some fun with my USB gizmos!
Sadly (!) the endpoint `https://pypi.org/search` seems to now require JS, with the pypisearch [request](https://github.com/shidenko97/pypisearch/blob/master/pypisearch/search.py#L37) now returning a `Please enable JavaScript to proceed.` message. I'm prodding around for a solution, but...