gzeronet

Results 5 comments of gzeronet

https://techdaily.info/goodbye-electron-hello-tauri-a-rust-powered-backend-framework Htmx + tauri, I think everything is possible, build webapp for any platform. Hi @asalahli, if you haven't started with Electron yet.

+1, hmm, https://github.com/citusdata/django-multitenant looks great, but I think tenants separated by schema will be more helpful on data statistics group by tenant. I used https://github.com/django-tenants/django-tenants, just wish schema sharding works...

When deploying (rapp is a local custom crate, I just followed sea-orm guide https://www.sea-ql.org/SeaORM/docs/migration/setting-up-migration/#app-crate ) , it shows: ``` Caused by: all dependencies must have a version specified when packaging....

I just add lines here: ``` use sea_orm::{ entity::prelude::*, ActiveValue, ConnectOptions, ConnectionTrait, Database, DatabaseConnection, SqlxPostgresConnector, SqlxPostgresPoolConnection, }; ... #[shuttle_service::main] async fn poem( #[shared::Postgres] pool: PgPool, ) -> shuttle_service::ShuttlePoem { let...

> I managed to run an example of a usb serial implementation on the chipset, as a standalone. However, I failed to have it run on the same pins as...