Sergey
Sergey
I use Microsoft edge(chrome-based browser), and it supports the Atomics & SharedBuffer, and sometimes I get `database disk image is malformed` error. However, I didn't check if it happens when...
I was able to achieve the same performance as `absurd-sql` has, but with asincify version of SQL.js(using `wa-sqlite`). Here is the comparison: https://user-images.githubusercontent.com/7958527/179220916-6d28aaa3-9ca4-453b-bccb-677aec516b83.mp4 And, you can also run some benchmarks...
~I think it may potentially fix https://github.com/jlongster/absurd-sql/issues/30~ After that fix, the writing performance become slower. But we should await before all the writes finish to finish the transaction. Otherwise, the...
I made a fork of absurd-sql — https://github.com/trong-orm/better-absurd-sql/edit/main/README.md. For now, absurd-sql looks more abandoned than live. I also asked James for the access, but he didn't answer, unfortunately 😓. And...
Before going to typescript support, I want to setup prettier and eslint first 🙂 I also added CI support(Github Actions) on any pull requests or pushes
I am not sure, but usually, `Math.ceil` is used in such cases https://github.com/jlongster/absurd-sql/blob/ee7fa617e48fd6b4a51cf58893ef514b0da272fb/src/indexeddb/file-ops-fallback.js#L1 https://github.com/jlongster/absurd-sql/blob/ee7fa617e48fd6b4a51cf58893ef514b0da272fb/src/indexeddb/file-ops.js#L3 Is it wrong, or could you explain why `Math.round` was used?
Sometimes I get `database is locked` when I have two tabs, and sometimes they write to DB simultaneously. I use Microsoft edge(chrome-based browser), and it has the support of the...
I am using the latest version of the absurd-sql + your sql.js (0.0.53). When I do this: main: ```typescript function init() { let worker = new Worker( new URL('./SqlNotesRepository.worker.js', import.meta.url),...
Hi! Nice plugin! I have a question - is it possible to open coc-explorer in the currently active buffer? I really like the idea of this article http://vimcasts.org/blog/2013/01/oil-and-vinegar-split-windows-and-project-drawer/