André Mello
André Mello
The filesystem template for the remove command test is missing files in the `proto/vendor` path so it should fail (and currently doesn't due to a bug in the main code....
you might want to use a library which avoids putting the token in stdout as it's typed in? _Originally posted by @j-baker in https://github.com/helsing-ai/buffrs/pull/38#discussion_r1330581138_
should add and remove also be updating the lockfile? _Originally posted by @j-baker in https://github.com/helsing-ai/buffrs/pull/38#discussion_r1330624575_
I'd recommend here separating out the type 'DependencyString' from the thing that adds it to the manifest. Why? because you want to write tests. _Originally posted by @j-baker in https://github.com/helsing-ai/buffrs/pull/38#discussion_r1330637991_
The implementation of the `download` method for the Artifactory registry creates a new HTTP client in each call. To take advantage of connection pooling, it should reuse the client instead....
It would be cool to support git repositories as dependencies, similar to Cargo.
Follow up from #27 Make Buffrs able to generate some javascript and/or typescript code.
Currently the implementation of the Artifactory registry `download()` function does not use the base URL that was provided when it was initialised, and instead just makes a request to whatever...
Another one for ergonomics. Scenario: - Install a Prometheus exporter, but skip the HTTP server, as we have our own. - Inside our HTTP server, we add an endpoint that...
`with_local_recorder` requires the logic to be inside a closure, which isn't always feasible. Imagine for example running tests: cargo compiles a single binary per target, so if you have multiple...