Oskar Manhart
Oskar Manhart
This will fail if either the longpolling port or the longpolling port is changed. Also, longpolling is disabled by default so nothing will listen on 8072 and the healthcheck will...
It would be great if sea-orm-cli would allow skipping tables without primary keys
I'd say websockets are the best bet here. However, in JavaScript a websocket does either text or binary data, mixing them is a bit of a pain. In this case...
We also have to keep speed in mind I am not sure on how to best incorporate this; I'll be digging through the current sync server to get a better...
I feel like a more advanced websocket library like https://feathersjs.com/ or https://socket.io/ would be of good use here, which allow emitting multiple "events" on one socket which then can be...
You should really try https://bun.sh. It's a runtime, package manager and bundler fully compatible with node. I'll review the whole code later today and might open a PR or two....
The crypto module isn't fully ported (see https://bun.sh/docs/runtime/nodejs-apis) which is expected since bun hit 1.0.0 like a week ago. Related to your issue, did you try importing from `node:crypto` instead...
Aside from the nonexistent naming convention (which I can fix if you want me to) it looks great logic-wise. I have to dive deeper into the actual sync server though,...
I tried out and strongly dislike Trilium since getting out your data is hard since it isn't actual markdown, the formatting differs and since like you mentioned it required an...
Well this library is intended to not be bound to obsidian but to be usable with any kind of client plugin, so in logseq too