Dario Hamidi

Results 9 comments of Dario Hamidi

Hey! I just skimmed the lexer code; it doesn't look too complicated. There is a [talk by Rob Pike](https://www.youtube.com/watch?v=HxaD_trXwRE) about writing lexers in Go, which details how the lexer for...

The flag is called `-y`, see http://linux.die.net/man/8/apt-get (search for `interactive`)

> I had thought -y was synonymous with --yes (which I'm using) It is synonymous with `--yes`, `--assume-yes` and the configuration item `APT::GET::Assume-Yes`. From the link: > `-y`, `--yes`, `--assume-yes`...

The naive approach of just moving the type definitions into a separate package leads to import cycles. Trying to resolve those leads to more import cycles. A possible solution is...

This is indeed a bug. It should print the string the user entered. I only tested that tmenu prints the user's input string if the menu is empty. Good catch!

Eugene [email protected] writes: > can bindings be moved to config.h or like that? > because some other people prefer hjkl I can imagine configurable bindings in the future. Supporting hjkl...

Thanks for the feedback! @cipriancraciun if bindings for arrow keys are important, I'll prioritize this feature more.

Hey @5c0tt-b0t :wave: Thank you for the feedback and sorry for the late reply, I didn't get a notification for this! I'll need some time to look into your use...

@mrnugget I just went through this for [leader] a while ago, it's actually not that hard for Go: https://github.com/dhamidi/homebrew-all/blob/master/Formula/fzz.rb @matteeyah I added a formula to my Homebrew tap, you can...