echometerain

Results 19 comments of echometerain

> it happens in any format if the host simply hides and shows the UI again without recreating it. How to I make ardour redraw the UI?

actually inserting `` before `{% seo %}` also works as a workaround

I just realized hyprshot saved it into a folder named "~" in the home directory, still not correct behavior though

Assuming `url` is in the form of `https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=otpauth://totp/LoginSystem%3Fsecret%3DQYX6DXSBCNHGE5RV%26digits%3D6` then do something like `generateCurrentNumberString(url.substring(100, 117))` note: the first `D` after `secret` is actually a part of `%3D` which is the url...

yeah you definitely could

probably, never tried it though

> I don't quite understand where to use as the data source to generate the two-dimensional code, can you further help realize it if you're generating your own QR code...