pySilver

Results 33 issues of pySilver

Extraction & futher translation of the string like this one, works fine: ``` This is somethign & else ``` But for string like the following one extraction would work, but...

Consider the case: * 3 stores (cookie, localstorage, indexdb) are used. * 2 out of 3 loses value (no matter which). * Value counter makes 3rd value disappear too, since...

I'm on cacheops 5.1 and I'm seeing constant issue with one aggregation query which is not invalidated automatically for some reason (at least its unclear what is the cause): ```python...

waiting for feedback

It would be nice to have an option to provide a slug based filename for the SEO purposes in resulting URL. Rationale: https://www.searchenginejournal.com/on-page-seo/image-optimization/ Having option to provide filename in `Content...

Recommended debounce module is outdated (2010) and not compatible with modern JS structures. It would be easy to use https://github.com/niksy/throttle-debounce instead.

Having consul backend would be really nice to have :)

What would be the proper way to handle the situation when leave/enter is called multiple times in a short time window that causes element being out of state? Element is...

Hi! I have 2 instances of widget controller called `search-form`. One instance is used for mobile view and the other for larger screens. Both of them are placed in a...

This is probably somehow related to https://github.com/stimulus-use/stimulus-use/issues/177 Setting up handler as this https://github.com/stimulus-use/stimulus-use/blob/main/src/use-hotkeys/use-hotkeys.ts#L46 causes that both arguments are `KeyboardEvent` while it's expected to be `event: KeyboardEvent, handler: HotkeysEvent`

Hey! That would be nice to have an event when select occurs, so one can dynamically update input value. That would allow to follow the same logic as Google and...