Yuichiro Tachibana (Tsuchiya)

Results 334 comments of Yuichiro Tachibana (Tsuchiya)

Type error: https://github.com/dmtrKovalenko/date-io/issues/52

Thank you for the report! However, I cannot reproduce the bug in my environment... Can you please run this app on your local and share the logs printed on the...

In my understanding, > which are the image segments are extracted This is what `nblocks` parameter specifies. The image is segmented into grid of nblocks * nblocks cells and the...

Hello, sorry for my late reply. 1. Can you show me full `gist.py`? 2. Can you confirm that you completed all the installation steps without any error? 3. Can you...

This is because the `gist` module you are using is a different one with same name, possibly here: https://pypi.org/project/gist/ Sorry for name collision as lear-gist-python has not been registered to...

@zqnnn Please see here: https://github.com/tuttieee/lear-gist-python/blob/190126a06282bf3b62d2ce044a6daa3db240c1d5/gistmodule.c#L70-L75 The dimension can be different if `n_blocks` and `orientations_per_scale` (and `n_scale`) are changed while these params are fixed in the current version of this repo.

> while these params are fixed in the current version of this repo. Now `gist.extract()` can take `nblocks` and `orientations_per_scale` arguments. Please see `test.py` about how to use those arguments.

@worksking Oh, sorry, please ignore this sentence: > edit setup.py in this repo to make it to have different name. Please just try to uninstall the existing `gist` module and...

For custom component maintainers who want to support `on_change` with Streamlit==1.34.0, which broke [the workaround above](https://github.com/streamlit/streamlit/issues/3977#issuecomment-1046085057) and also hasn't included the upstream patch (#8633): Change the workaround like this: https://github.com/whitphx/streamlit-webrtc/pull/1627/files#diff-13e026829b8d8af6f7e8e38713751b200a2b9978c33c5bd2788abe762cb6d6df

Fwd: @raethlein wdyt about the on_click use case posted above?