FrenchGithubUser
FrenchGithubUser
I seems like the tag `[spoiler][/spoiler]` isn't supported. Would be nice if it was! Ideally, it'd be a black rectangle above the text, that shows what's under on hover
### Are you using the newest Version? - [x] Yes, the issue happens on the newest version - [x] No, there aren't any open issues about this. I checked! ###...
# Description Switched `&str` in struct attributes to `String`. We will be using this library for our push notification gateway [Hewdig](https://github.com/famedly/hedwig), and those changes would simplify it use, as well...
### I have found these related issues/pull requests https://github.com/launchbadge/sqlx/issues/788 ### Description `cargo sqlx prepare` removes some files (without adding the same amount) in `.sqlx/` when changing a query in the...
### I have found these related issues/pull requests None ### Description ``` let rows = sqlx::query_as!( DBImportTorrent, r#" SELECT id, upload_factor, download_factor, seeders, leechers, times_completed, CASE WHEN deleted_at IS NOT...
I'm trying to find a way to directly import the generated api calls with minimal boilerplate. Currently, that's the most minimal I found: ``` import { Configuration, Post, PostsApi }...
Hey, are there builds for arm64 architecture ?