Dave Warnock
Dave Warnock
I am writing a crate [axum-tenancy](https://crates.io/crates/axum-tenancy) that I would like be as database agnostic as possible. Therefore I would prefer to use sqlx::Any* functionality as much as possible. Currently when...
Following a helpful discussion on Discord I would like to code an upgrade to sea-orm-cli generate entity, if the project is willing to merge a pull request. My idea is...
### Is your feature request related to a problem? The Rust SDK transaction statements are not documented at [https://github.com/surrealdb/surrealdb/blob/54aedcdbdc1c50a55dfaec8f206c4c715ad3cb40/lib/examples/transaction/main.rs](https://surrealdb.com/docs/embedding/rust) the only example is [https://github.com/surrealdb/surrealdb/blob/54aedcdbdc1c50a55dfaec8f206c4c715ad3cb40/lib/examples/transaction/main.rs](https://github.com/surrealdb/surrealdb/blob/54aedcdbdc1c50a55dfaec8f206c4c715ad3cb40/lib/examples/transaction/main.rs) So the only example of using...
Hi, I've just started using mdBook and have added mdBook-admonish. The look is great. I am slightly concerned for the future when it comes to publishing my book in formats...
## Description This PR fixes https://github.com/sparckles/Robyn/issues/1005 Work In Progress ## Summary This PR provides a simple way to add a static directory for the Robyn app and each SubRouter. It...
## Description This PR starts the process of implementing url_for so that Jinja templates can reference Robyn endpoints by function name rather than path see https://github.com/sparckles/Robyn/issues/996 ## Summary [Updated] ~~This...
we probably also don't need a file_path in the subrouters now, right? _Originally posted by @sansyrox in https://github.com/sparckles/Robyn/issues/1100#issuecomment-2571437544_ Agreed. It seems to me that the SubRouter should not hold any...
### Bug Description I just updated to Rust 1.83.0 now my build is getting lots of these warnings ``` warning: non-local `impl` definition, `impl` blocks should be written at the...
Robyn has some powerful features for serving static files. However, there are a couple of issues/ ## Hidden Documentation At the moment the docs for serving files are "hidden" in...
A couple of things bother me about Robyn and SubRouter. First, this is a lot of code to have in __init__.py If 686 lines were the whole package then it...