David Sanders
David Sanders
_Originally posted by @pipermerriam in https://github.com/ethereum/eth-utils/pull/143#issuecomment-448722217_
We recently merged #1731 that reverted changes in #1677 and #1679. We still need to add tests that confirm that the workaround is still needed. See PR description in #1731...
It appears that only a limited range of notes on the piano are supported. It would be nice if notes down to C1 and up to C7 were supported and...
* py-evm Version: current master (d2ccc1e8a9be1cb92cb15a8bb117bb6a1972636e) * OS: osx * Python Version (python --version): 3.7.4 * Environment (output of `pip freeze`): ``` alabaster==0.7.12 attrs==19.1.0 Babel==2.7.0 bumpversion==0.5.3 cached-property==1.5.1 certifi==2019.6.16 chardet==3.0.4 cytoolz==0.10.0...
### What was wrong? Noticed errant uses of "it's" as well as some other low-hanging fruit around those errors. ### How was it fixed? Fixed incorrect uses of "it's", made...
This issue is related to another discussion that happened on #945 . I noticed that some of the logic in woodwork that uses the Pandas API is also designed to...
I recently was having issues with this section of code in `TypeSystem.infer_logical_type`: https://github.com/alteryx/woodwork/blob/0c3978f1d2ce1e1c6433421ca172330277a5f1a0/woodwork/type_sys/type_system.py#L260-L263 The problem was that this test was initially failing when I added it, but only for dask:...
Sort of a nitpick I noticed. But having a bit of discussion about it might be useful for other issues that are conceptually related. With Python, the convention is often...
We recently made some edits to the categorical inference logic in woodwork. While that work was happening, I noticed that the way we're testing type inference logic is a bit...
Trying to use racer with deoplete-rust. Getting these option unwrapping panicks all over the place. Here's one reliable way to duplicate at least one of them: With racer v2.1.28: 1)...