Talia Stocks

Results 7 issues of Talia Stocks

This is by no means an urgent issue, but I think it is worth reporting. When using both your SplitView plugin and the Draw Spaces plugin, the Draw Spaces plugin...

Hi, I'm working on a project where it's useful for an attribute to refer to the current class. Currently, I'm using something like: ```python from __future__ import annotations # Needed...

Feature

Fix touch support. In case we are dragging something clickable, preventDefault on drag, not on mousedown/touchstart.

Here is a patch to fix it: https://github.com/johnny/jquery-sortable/pull/169

Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...

bug

**Describe the bug** If an Application has previously been sync'd to the latest image, ArgoCD Image Updater will never update parameters even if they do not currently match the latest...

bug

Some emojis are incorrectly not considered printable, e.g. "😂" will always be quoted as `"\U0001F602"` even if `encoder.unicode` is enabled.