greenersharp

Results 10 comments of greenersharp

> @greenersharp It's certainly due to some version issues. I used the following version combination and can successfully install the package and import TextPredictor > > ```python > !pip3 install...

strange, not working for me. like in my screenshot, I run the two cells and hit the error.

I can confirm its now working when omitting `pip3 install -U pip` from the installation steps. Thank you

Thanks, this works, the form is remembering the checkbox states now.

Is a fix for this coming? Removing the .active class from the menu is still not closing the menu.

same here. ``` /home/redacted/.nimble/pkgs/suru-0.3.1/suru.nim(241, 14) Error: type mismatch Expression: setup(sbc[].bar, iterableLengths) [1] sbc[].bar: SuruBar [2] iterableLengths: varargs[int] Expected one of (first mismatch at [position]): [1] proc setup(sbc: ptr SuruBarController; iterableLengths:...

Hi, Thanks for the response. > I haven't seen any other iterators with flags in stdlib or other libraries. The LMDB library in python has the ability to move to...

Understood ! Personally, I lean toward the `reverse: bool = false` approach because it's concise and keeps the surface area of the API smaller. The internal implementations for forward and...

Awesome 👍. Sorry for the late reply, I don't use GitHub very often. I've been using lmdb with python for many years, and thanks to Limdb, using it in Nim...

I was also looking for a solution for this. Did some googling and found this gist. Works well ! https://gist.github.com/sombriks/84ea02723623188c72b56060fdceeeb2