Benjamin Kane
Benjamin Kane
@pipelight , It seems like `procfs` is still a dependency for `dev`: ``` master 10:14:12.756 PST mac02:~/Git-GH/pipelight $ git pull Already up to date. master 10:14:14.674 PST mac02:~/Git-GH/pipelight $ git...
haha you caught me just before I turned off my Mac - now I'm getting several warnings that look much easier to deal with (mostly `#warn(unused_imports)`, and an `error[E0659]: exec...
```bash $ rustup -V rustup 1.26.0 (5af9b9484 2023-04-05) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active `rustc` version is `rustc...
Still interested in providing a Homebrew formula for macOS? I'm not sure how to do it for Rust (I use [GoReleaser - GoReleaser](https://goreleaser.com/) for my Go ClIs).
Hooray! On Sat, May 1, 2021, 12:17 Josiah Bradley ***@***.***> wrote: > This is an issue to add toml config support, assigning to me. > > — > You are...
@Aga-C , this ticket still has the "triage" label. I'd like to try to implement it, but only if Fossify is likely to merge the changes. Should I just wait...
Also need to fix the "--confirm" flag in symlink_settings.py - rename to --ask and it should default to True
https://pkg.go.dev/rsc.io/markdown might be a good option for this. It has few dependencies and is used for pkg.go.dev , so it'll probably stay maintained
Ooh, another alternative would be add a `serve` command and serve the docs live- it would be easy enough to just copy/paste from https://pkg.go.dev/rsc.io/cmd/mdweb I'd be happy to add this...
Currently doing this with a find command in https://github.com/bbkane/dotfiles/blob/4c313fe3fb409b43e59080ef446788429055e952/zsh/dot-zshrc_common.zsh#L276