pySilver
pySilver
Hi, First of all there is a wrong signature of a function: https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Query/MoreLikeThis.php#L33 ```php /** * Set the "like" value. * * @param string|self $like * * @return $this */...
Hi! Here is a possible bug: https://github.com/estebistec/drf-compound-fields/blob/master/drf_compound_fields/fields.py#L105 Shouldn't it be(?): ``` python self.list_field = ListField(item_field, *args, **kwargs) ``` Otherwise validators may report required field error for some circumstances. Consider example:...
Hi! It would be nice to have a shortcut to watch some model or set default country using scope variable like intl-tel-input-country="some_scope_variable". I found it hard to set country based...
I'm evaluating SetFit to predict one of 2 labels using ~500 training samples for both classes and results are very far from being satisfied. Little bit background: * I have...
Hi! Sorry to post question-like issue here. I'm still waiting for approve at FB group, which is not very active I guess. I'm observing some performance issues and I'm not...
Sometimes we know, that cache state should depend on some external data like `some dependency last update datetime`. It would be nice if `extra` args would be supported so one...
Thanks for the great lib! It would be nice to have a shortcut to modify `Turbo.navigator.history`. I find it an essential action since the `Back` button is not doing what...
I've tried to find out how "select multiple" is supposed to work but I've failed and I had to give up. It would be really nice to have a minimal...
Why do we need an index for simple search functionality? Wouldn't it be easier to suppport simple `contains` by `field(s)` ?
Hi! Not sure what I'm doing wrong here ``` this.instance = new PinchZoom(this.element, {}); ``` gives: ``` pinch-zoom.js?0bd1:517 Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth') at PinchZoom.getInitialZoomFactor (pinch-zoom.js?0bd1:517:1)...