05storm26

Results 12 issues of 05storm26

Hi I would like to build the frontend when the backend is being built automatically using a `build.rs` file in the backend crate. The frontend and the backend crates are...

Seems like doing what is requested in #398 is too difficult. However allowing users to create a `sea_orm::Database` from `sqlx::ConnectOptions` implementations like `MySqlConnectOptions` seems to be doable. For me this...

Currently sqlx allows you to create a connection pool with custom pool options based on e.g.: the kind of database (extracted from the url) or anything else. e.g.: ```rust let...

### Motivation Break the `ahash` dependency cycle: ``` error: cyclic package dependency: package ahash v0.7.4 depends on itself. Cycle: package ahash v0.7.4 ... which is depended on by hashbrown v0.11.2...

Allow setting the `onclick` property on the `NavbarItem`. This would allow the creation of Single Page Applications that handle routes using javascript and update the browser history from javascript like...

I am fine with the new gnome shell horizontal look on a single monitor alone. Could you add an option to the extension that enables the vertical mode only when...

Support TLS enabled mail submission over the 465 port.

In the README it says: > If you do not want to await for the message to complete processing, you can do the following: > > `let _ = my_actor.print();...

Currently you can put your resume file into an encrypted luks drive, also now you can have systemd automatically unlock the luks drive if your system meets certain attestation criteria...

Support importing accounts from the URL exported by Google Authenticator export functionality. The export generates a QR code that contains within an URL like this: ``` otpauth-migration://offline?data=urlencoded-base64-encoded-protobuff-binary-data ``` The protobuff...

enhancement