André Vitor Terron
André Vitor Terron
Resources: - https://www.zetetic.net/sqlcipher/ - https://blog.dornea.nu/2011/07/28/howto-keep-your-passwords-safe-using-sqlite-and-sqlcipher/
This would allow users to have an authentication method that's simpler that user/password Some things to keep in mind: - Do the users need to create their own app, or...
Start the mainframe sync service on boot/startup/login. ### References: - https://www.npmjs.com/package/auto-launch - windows: https://www.npmjs.com/package/node-windows - example: https://github.com/tallesl/qckwinsvc/blob/master/bin/qckwinsvc.js - macos: https://dev.to/mjehanno/launch-a-node-script-at-boot-on-macos-1dnd
### Docs frameworks - [Docusaurus](https://docusaurus.io/) - [MkDocs](https://www.mkdocs.org/) - [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) - [Mintlify](https://mintlify.com/) ### To-Do - [ ] Define which docs framework to use - [ ] Create a `/package/docs`...
Allow users to create a table by importing a CSV file
Currently, every dataset is backed by an integration. Users should be able to create tables/documents that are just stored in Mainframe. This requires a way to update data through Mainframe...
Currently, all data is read-only. This would allow a table/row/document to be updated through Mainframe, and propagate the changes to the underlying integration.
### What happened? I created a pencil shape with a rectangle and triangle. When scaling it, the triangle shifts away from the rectangle. https://github.com/tldraw/tldraw/assets/1753594/ed2217e5-a17a-4b62-bb1f-88b331369e0a ### How can we reproduce the...