Brad Buran

Results 15 comments of Brad Buran

I can confirm that I had this error and upgrading to bcolz 1.1.2 fixed it (per @gogoengie's suggestion).

@carstvaartjes: Any luck fixing the ZSTD issues? Would be great to get this merged in because of deprecations in third-party libraries (e.g., `pandas.DataFrame.from_items` is now gone). Happy to help test...

I just ran into this issue. Is there a reason why the package available on pypi is able to include portaudio compiled with ASIO support built-in, but the conda version...

@martgras Any chance of reviewing this?

@MatthieuDartiailh I had not considered the use-case of other fields (e.g., HTML and Multiline). I guess one other advantage to attaching an AutoComplete item to any text widget is that...

How would `delete completer` be implemented via PyQt5? `del completer`? On Thu, Mar 3, 2022 at 10:01 AM frmdstryr ***@***.***> wrote: > In the changeModel function it looks like they...

@MatthieuDartiailh I agree with your thoughts. The choice to do an AutocompleteField as opposed to binding a completer declarative object was a matter of expediency and simplicity for me. When...

@MatthieuDartiailh I added the example to the docs and an entry to the changelog. This should be ready to merge whenever deemed appropriate. Thanks for your feedback!

Ok, I rebased off of main which should help with the merge conflict. I don't see the CI running after I rebased, though.

Ok, I was rebasing against an old version of Enaml's main branch (buranconsult/enaml), which is why it got messed up. After rebasing against nucleic/enaml it worked. The merge conflict was...