Carlos Rueda

Results 48 comments of Carlos Rueda

@lewismc As John notes, those do look like classes. Take for example `GeometricalObject_1D`; it makes sense to have statements like `ex:fooObj a GeometricalObject_1D`, `ex:baz a GeometricalObject_1D`, etc. By contrast, as...

Just entered #48 as I think this particular aspect of slash vs. hash deserves its own entry for further discussion and resolution.

Similar discussion at https://github.com/cf-convention/cf-conventions/issues/127

Maybe use https://doc.rust-lang.org/std/fs/fn.rename.html in these cases(?)

Just exploring MPC (which looks great so far!) ... and let me chime in with the mentioned fix as well as one more (switch order of the or options for...

Great discussion here. I have found tree-sitter really amazing, however, the dependency on node (besides the tree-sitter binary itself) is practically a showstopper if I wanted to integrate the code...

This seems like a duplicate of https://github.com/juhaku/utoipa/issues/529

Thanks @juhaku . In case it helps @FloppyDisck, I faced some similar issue: ```rust #[derive(Deserialize, IntoParams, Debug)] #[serde(rename_all = "camelCase")] pub struct PositionsQuery { /// Maximum number of last positions...

@juhaku - just noted your recent https://github.com/juhaku/utoipa/issues/622#issuecomment-1630142681: > ...need to provide explicitly the #[into_params(parameter_in = Query)] attribute. If I remember this should not be necessary... so, I shall be on...