Quentin Santos

Results 38 issues of Quentin Santos

https://addons.mozilla.org/en-US/firefox/addon/hnes/

https://hn.algolia.com/

Not high priority. When implementing this, keep in mind that Ctrl/Alt/Meta modifiers are filtered early. That logic might need to be reworked. See: https://github.com/plibither8/refined-hacker-news/issues/39

From #192: ``` ~% git clone [email protected]:infrastructure/forward.git ~% cd forward/agent ~/forward/agent% buffrs install Error: × failed to install dependencies for `hs-infrastructure-forward-agent` ╰─▶ No such file or directory (os error 2)...

bug
complexity::low
component::cli
priority::high
docs::project

https://github.com/helsing-ai/buffrs/pull/18 brought support for the syntax of dependency specification. However, currently, only pinning (e.g. `=X.Y.Z`) is actually implemented. Supporting caret version constraints (e.g. `^X.Y.Z`) and making the default would increase...

datamodel
component::cli
component::registry
priority::high
complexity::high
type::epic

I was a bit surprised when `buffrs init --lib units` created `Proto.ml` and `proto/` in the current working directory instead of creating a `units/` directory, like Cargo would do. The...

complexity::low
component::cli
type::fix

When publishing, Buffrs populates the `proto/vendor/` directory. If one attempts to publish again, Buffrs then complains that the repository is dirty. I think Buffrs should either: - clear `proto/vendor/` before...

complexity::low
component::cli
priority::medium
type::fix

When trying to run `buffrs init` in a directory with an invalid name for a package, for instance `a.b`, the error message does not explain that the name was automatically...

complexity::low
component::cli
type::fix

``` ~% slap init a write a/.flake8 write a/LICENSE 'name' ```

``` ~% mkdir a ~% cd a ~/a% slap venv -c -a creating local environment "3.10" (using python3) warning: the -a,--activate option only works when shadowed by a shell function...