Vibhakar Solanki

Results 21 comments of Vibhakar Solanki

Gif to show the error ![bug_report](https://user-images.githubusercontent.com/22869882/179291717-f8f8bbea-599a-462a-871d-738d8425a366.gif)

why not add [touch behavior](https://kivymd.readthedocs.io/en/latest/behaviors/touch/index.html) to a custom class inheriting mdlabel

thx this fixed it, either clone the fork or clone this repo and update the submodules with the command `git submodule update --remote`

adding something like ```js snowflake = snowflake.split("-").at(-1) ``` before https://github.com/vegeta897/snow-stamp/blob/main/src/convert.js#L13 should do the trick as we dont care for the left hand side part after the split

yh that is also a good approach, i was just looking at convert js so didnt think of the lol

i would recommend against it, as take this `423250272316293120-938769477812764682` for an example both of them are valid snowflakes but only one of them is a message timestamp, i believe if...

working correctly on firefox `v98.0.1 (64-bit)` and wagtail `2.15.1`

@pythonic64 it is also happening in my project too, i'll try to make a minimal runnable

ooof forgot about this, I had a minimal runnable just forgot to update this issue Minimal runnable ```py import json from kivy.app import App from kivy.config import ConfigParser from kivy.lang...