9876691

Results 40 comments of 9876691

We've simplified the community edition installtion to use docker compose. Docs are here https://bionic-gpt.com/docs/community-edition/docker-compose/

Sounds good actually. Let me think on it. Todo - [ ] Add invites nav and page. - [ ] Show pending invites - [ ] Lookup by email address

Fixed in 1.7.14 Thanks @TaunoTinits

I created https://rust-on-nails.com/ a while ago which uses Axum for server side rendering of web pages. It's MIT licensed so could be used as a basis for anything that Axum...

For a project I'm working on at the moment we've already started to use cornucopia in it's own crate. Our structure looks something like the following ``` db/ migrations/ 20220529105613_initial_tables.sql...

Another thing I forgot is that some people are happy to generate the code into their projects and check it in. I don't do this and follow the https://github.com/hyperium/tonic and...

@LouisGariepy Sounds great.

@LouisGariepy One more thought. If I'm generating code with `build.rs` then I think it won't work. The `Cargo.toml` will reference a `cornucopia_gen = { path = "..." }` that doesn't...

In the solutions section you could add feature flags. SQLx has a whole bunch of them, but if I take an example from a `Cargo.toml` in one of my projects...

@tbillington > It has some small downsides like you can't implement common traits (serde etc) for the generated types now because they're both in external crates, whereas you could if...