Gastón Haro

Results 10 comments of Gastón Haro

Did you check what happens if initialView is not in the keys of config.mappings.changed? What I mean is the initialVIew must be part of the views asociated with the datepicker...

Nice, I mentioned it because I had already been thinking about implementing this. Keep it up!

What is the status on this? @edcarroll do you need extra hands?

Thank you for having a look at it! I repeat that I am not very proficient regarding packaging. Though I could not understand why would there be needed any changes...

> Hi! I merged the relevant changes for Arch Linux. > > The relevant documentation for this (agetty) can be found here: https://man.archlinux.org/man/agetty.8#ISSUE_FILES > > I guess on the one...

I'm trying to resolver a similar problem where typing or in cmdline without the completion popup menu opened does NOTHING where I would like to have cmline history navigation. This...

> Still an issue Sorry, got it working after ```lua routes = { { view = "notify", filter = { event = "msg_show", kind = "shell_out", }, }, } ```

Just try using this config, it should work: ```lua routes = { { view = "notify", filter = { event = "msg_show", kind = { "shell_out", "shell_err", }, }, }...