Arlen Beiler
Arlen Beiler
Someone needs to check if it changes anything about how the browser handles paths and make sure that the `filepath` field isn't commonly used for something else. I'm assuming not...
@pmario > I am not sure, if we add package-lock.json to a PR. IMO it should be removed. It will be rebuilt by the node build system anyway. Oops, thanks....
> In the browser every module gets a sourceURL info set by TW core. I think it's used to by the debug-tab to show the "file structure" on the left....
change this to not use a field and instead use a hashmap of plugin and title to retrieve the file path.
put the following schema in a parent and child folder (so the second schema's folder is sibling to the first folder) ```prisma datasource db { provider = "postgresql" url =...
> I did not read or test the code yet. -- But is this a preparation for the MWS plugin? For "batch" processing I'm not sure. Server-sent events and other...
@Jermolene I'm marking this for 5.3.7 because the changes are quite simple and I'm targeting es5. It's up to you whether you want to include it this last minute.
I've added this to MWS for now so if anyone wants to test how it works you can open a codespace on [this commit](https://github.com/TiddlyWiki/MultiWikiServer/tree/68c6d7a15cbbe0d6018200e825293a88cf8884c3) of MWS and then run the...
I'm adding a subscribe function so the syncadapter can request the syncer to poll. This lets us keep the existing pattern of (mostly) not telling the syncadapter what syncer is...
> Since 5.3.7 will be released on 7th of July, I don't think it will merge PR with new features. IMO this PR should target 5.4.0. Agreed, that's sooner than...