Georg Semmler
Georg Semmler
@ModPhoenix If you don't have arguments to add, which are not already listed above please don't comment on old issues asking for updates. If there the issue has no update...
@Jackbaude That's a classical case that could easily be solved by using `#[serde(flatten)]`: ```rust #[derive(Insertable, Debug, Deserialize)] #[table_name = "articles"] pub struct NewDbArticle { pub title: String, pub description: String,...
@drusellers Sorry for the late answer. There is currently no approved direction for how this should be implemented. That does not mean you cannot start to work on this issue,...
@matrixmosaic Please stop adding comments that you want to see a certain feature implemented. Those comments are not helpful as they don't bring up new points. If you really need...
@jiangxiaoqiang That's not surprising as this is not implemented yet. Please don't comment on old issues if you don't have anything to add.
@StuartHadfield Please don't comment on old issues if you don't have anything to add.
@StuartHadfield It doesn't matter for me why you comment here, but how. It would be a completely different discussion if you used a different wording in your question, possibly even...
Sure, it shouldn't be to hard to put that behind a feature flag. The harder part is to discuss how we would like to have those features be organized? To...
The code is at least in a state where it compiles and passes the test-suite. Without knowing the exact error messages it's a bit hard to tell what's exactly wrong....
@jamessewell Asking for updates on a stalled pull request won't magically make this feature appear, so please don't do this. If you are interested in having this feature here are...