Râu Cao
Râu Cao
It's now possible to ditch all the custom workarounds and environment and just specify a node.js version as well as npm packages to install, like so: ```yml build: os: ubuntu-22.04...
https://github.com/remotestorage/remotestorage.js/issues/1253#issuecomment-985132217
This was one of the main reasons for porting the source code to TypeScript. So now it's time to actually refactor and clean up the code that is virtually impossible...
Jaribu is a bit dated now, and it's still using AMD modules. I talked to @silverbucket (the author of Jaribu, and a rs.js contributor) today, and he agrees that we...
This will prevent browsers from automatically clearing data from IndexedDB in any circumstances other than intentional clearing by the user. https://web.dev/persistent-storage/
For a proper major release, we should ensure that all docs are up to date, and while reviewing them, we could also improve whatever we see.
We don't need to document the types in the comments anymore, because TypeDoc can extract them automatically from the code itself. (#1199 is completing the TypeDoc switch, but not implementing...
The docs explain what a conflict event will look like: http://remotestorage.io/doc/code/files/baseclient-js.html#RemoteStorage.BaseClient.change But they don't have an example of how to actually handle a conflict. Apparently in the olden days of...
It's easy to miss this when getting started, and should be explained with actual examples. refs #1183