Luca Palmieri
Luca Palmieri
I wrote a quick stub of what it would look like to completely remove domain logic from our route handlers, moving them into domain commands. Curious to hear your feedback...
I opened an issue on the Realworld repository to add the project as a backend 🤞 Link: https://github.com/gothinkster/realworld/issues/467
Hey! I am starting to play around with `nix` to build Rust projects and I am experimenting on a crate that pulls in some dependencies from a private crate registry....
As discussed in #9, this PR changes the behaviour of the `include` attribute: - `#[assay(include = ["folder/my_file.rs"])` will copy the file into the root folder of the test working directory...
I've been playing around with `assay` today for a side project and it has been 🔥 The only thing I am struggling with, right now, is including files. My project...
I have started to review `friedrich` with the aim of integrating it into `linfa`. I imagine the integration using a "shim" crate in the `linfa` repository, named `linfa-gaussian-processes`, which re-exports...
Roadmap?
The project looks quite interesting - do you have a roadmap that you are willing to share on what you want to achieve in the next 6/12 months? It would...
## Motivation Closes #651 ## Solution - Start emitting a compiler warning if `skip` is used within `#[tracing::instrument]`; - Remove existing skip logic, converting the annotation from opt-out to opt-in;...
Hey! I have been reading around about the project and it does look very interesting. I am trying to understand if it can fit a non-browser flow: if we wanted...
Hey! I am starting to play around with nix to build Rust projects and I am experimenting on a crate that pulls in some dependencies from a private crate registry....