Stanislav Khromov
Stanislav Khromov
@jepiqueau I've made a bit of a wrapper around the sqlite plugin that works with SvelteKit (and HMR quirks), perhaps it can help you: https://github.com/khromov/sveltekit-capacitor-starter/pull/2#issuecomment-1994313430 Aside from the above you...
+1 I have the same issue, page scrolls to top when modal is closed.
Hey @mislav I think doing mimetype checking is the best way. Most web frameworks/languages will serve `text/html` by default, there's even an RFC for it: http://tools.ietf.org/html/rfc2854 On the off chance...
@tollmanz Bucket clearing could be accomplished using changeable prefixes (based on time stamp, for example). Here's an object cache wrapper we wrote for a recent project where we needed to...
Hey @jmslbam , Yes, I'm open to it! It's an oversight that the filter only runs when using the build command. I don't actually think we need a filter for...
@jmslbam Thanks for the feedback! The original idea for `definitions.txt` was to provide a non-executable file that in the future could be background-updated by Clarity from a master copy on...
To reproduce this: 1. Open Chrome debugger in device mode so you get the "round" cursor. 2. Trigger a notification 3. Click on it with your "cursor" / "tap" 4....
@jcesarmobile Fantastic, removing the trailing slash from `server.url` solved it for me as well!
It wasn't just that you forgot the ending star? ``` .class /* here is comment */ { } ``` Because I can't reproduce this in the online editor: http://leafo.net/lessphp/editor.html
Here is an example how to change the text color on the default text. You will need to adapt it to add the correct classes based on where you get...