angelsen
angelsen
Hello @Colorjet3, thank you for your response and the helpful suggestions. ExifTool, as you mentioned, is a software program that can read, write, and edit metadata in various file types....
Adding `hx_` would handle htmx tags as they are `hx-sometag`. ```python # Workaround for dash special_prefix = any([attribute.startswith(x) for x in ('data_', 'aria_', 'hx_')]) if attribute in set(['http_equiv']) or special_prefix:...
When i try the latest example [poly_draw.html](https://docs.bokeh.org/en/latest/docs/examples/interaction/tools/poly_draw.html) i'm not able to add new patches or multi-lines by press(single tap?). I get the same unexpected behaviour if i run the example...
I believe it would be beneficial for users if the documentation included a dedicated section explaining the different gesture interactions required for tools in Bokeh. If such documentation already exists,...
`Press tap` differs from `tap`, `press` involves a `long hold tap`. This behavior is perhaps more intuitive on touch devices. However, I believe the documentation would benefit from clearly differentiating...
> Thought I'd chime in. Just noticed that if I slash + tab while in a text, not as the first character, I can include resources. It seems like its...