Ivan Velichko

Results 85 comments of Ivan Velichko

This would be definitely helpful! I was checking if `arkade` could install Go on my system a couple of days ago - having `arkade` already used to install a bunch...

@alexellis Sure! When we do things like `wget https://go. dev/dl/go1.18.linux-amd64.tar.gz`, it does look like pulling random stuff from the Internet to me. Even though in this particular case the source...

Thanks for the pointer, @woodliu! Looks promising!

Hi Dylan! That would be just awesome! Please go for it!

Hi @johndagostino! Thanks for the feedback! Indeed, that would be a great addition to the current mapper's capabilities. I'll definitely add it once I'm back from vacation!

[Dissect](https://www.elastic.co/guide/en/logstash/7.13/plugins-filters-dissect.html) also can be added as a simpler and faster alternative to Grok.

Seems like the crate name [`pq`](https://crates.io/crates/pq) is already taken. I added a workaround `cargo install --git https://github.com/iximiuz/pq` to README, but I'd appreciate any suggestions of a better solution. For the...

Ok, we have all the basic checks in the action now - `fmt`, `test`, and `clippy`.

Yeah, although I'm still not sure about the crate name. `pq-rs` sounds good, but not ideal 😃

Indeed, `cargo clippy` doesn't check tests by default. Updated the action yaml. For the name, I need to sleep on it first 😄