Arlen Beiler
Arlen Beiler
@pmario I redid the store folder using an eslint rule, which was much cleaner and preserved the original formatting pretty exactly, whatever that was, which makes the diff cleaner. Somehow...
@pmario, Per https://github.com/TiddlyWiki/TiddlyWiki5/issues/8885#issuecomment-2583552608, I added a simple worker thread to handle the SQLite calls, but then I realized that the current sync setup is the only thing keeping transactions in...
Not yet. I'm still converting the code.
@pmario, in order to run it you need to run the following code: ```sh npm install # there are some new deps npm run prisma:generate # generate the prisma client...
I'm still working on transactions. But for a proof of concept, I'd say I've proved about enough. It works... but there is so much type weirdness going on throughout the...
After studying SQLite some more, asking Prisma what they're doing, and some other stuff, I'm starting to realize that the MWS plugin cannot be converted to async in its current...
That being said, I still think it should be written in typescript because of the number of bugs I was catching using it. I still can't figure how @Jermolene or...
@Jermolene I'm sorry to hear that. Get well soon. > My primary goals with MWS were to evolve a SQL schema for tiddlers that we could use both on the...
@Jermolene, I've been taking a look at the feasibility of adopting Typescript for MWS without straying too far from existing patterns. Server listeners are very simple so there's not much...
@Jermolene great, leveraging existing modules is definitely my goal. Having tiddlywiki as a dependency has a lot of benefits, and also keeps the MWS dependencies out of the core. At...