Viktor Rozenko
Viktor Rozenko
Another one here! **Version**: V 0.2.2 5cfe55b **OS**: Manjaro Linux ```v struct Just { value T } struct None {} type Maybe = Just | None // ^^^^^^^ C builder...
@oz123 > ... Python community departed from setup.py ... I've been mostly working with Go since 2019, perhaps I missed this shift. What are people using nowadays?
@matteius > I disagree with adding a utility that isn't actually in use within pipenv I understand your reasoning and I still think that it could be useful. Of course,...
Wow, @oz123, when I opened this issue I didn't recognise how far it could lead us. I _love_ your idea of the `pipenv build` command. Realistically, I think it would...
I'd like to also note that this function would be a bit more involved if we wanted to make it work with all possible types of import allowed by the...
For this, the `--dry-run | -d` flag can be added. It will run `sema`, avoiding any effectful changes, merely describing what would happen.
With the introduction of `v2.0.0`, sema does not rely on the `git` binary for its commit functionality. We use `git-go` library under the hood, which probably means we have to...
@kbiits I've renamed this issue and put it into [this project board](https://github.com/users/sharpvik/projects/2). However, I understand that this is not exactly what you asked for. The current ideology of `sema` is...
Hey there @djetelina! Ye, that sounds very much plausible. During its early versions, `sema` used to rely on the native `git` command calling it directly though `exec.Command`. However, someone later...
> TypeScript version? I'm not sure, @MKRhere. Is there a special way to install Telegraf for TS? I just hit `npm i telegraf`