StabbarN

Results 15 comments of StabbarN

Regarding Safari 9 > Expected behavior: window.indexedDB references the shim instead of the native. Actual behavior: window.indexedDB still is native. Can it be solved by setting `window.shimIndexedDB` to Dexie's options?...

4,100% and 32,225% faster are a lot, great improvement! Is the existing code slow or is the prototype amazingly fast? I guess it's hard to compare to other coins' speed...

I'd very much appreciate if the result was in file path order. It was also mentioned in the forum https://forum.sublimetext.com/t/sort-search-results-by-last-modified/54876

We are also seeing this. We use `Table.put()`, no hooks and non-inbound keys. The put is invoked in a rather large transaction (4-10 affected tables). So far we have seen...

I believe htmx also "steals" style. Alpine's`x-show` doesn't work and here is a demo of it at https://jsfiddle.net/mange85/u3q76z5o/7/ Removing `id="someId"` makes the problem go away. We are aware of https://htmx.org/extensions/alpine-morph/...

I can confirm that it's not working.

> here is a good workaround: https://forum.sublimetext.com/t/sort-search-results-by-last-modified/54876/7 > > with this plugin and some modification of it, it is possible to customize the output, e. g. sort order ascending or...

I was going to reproduce in a smaller repo but then I saw 10.20.2. I can reproduce it in 10.20.1 but not in 10.20.2 so this issue can most likely...

I had this problem and ``` import os os.environ['LC_ALL'] = 'en_US.UTF-8' os.environ['LANG'] = 'en_US.UTF-8' ``` solved it. To solve it permanently I ran ``` set -xU LC_ALL en_US.UTF-8 set -xU...