zsugabubus

Results 12 issues of zsugabubus

If input is not being read until `EAGAIN`, we will not get informed (signaled) when further input arrives. Fixes #422.

I noticed that Alacritty processes consume remarkable CPU time during pointer movement because they are listening for pointer device events (possibly) on the root window. ### System OS: Linux Version:...

enhancement
B - performance
S - winit/glutin
A - deps

Take the following directory hierarchy: ``` dir ├── a -> . ├── b -> . └── target ``` Execute: ``` :cd dir/a/a/a (select `target`) :rlink b/b/b/link ``` Got result: ```...

`feh` misses some reloads when file is changing too fast.

Hi, Sorry for disturbing you with such a silly question but I just randomly browsed GitHub projects and I come across with `tab`. I have read through manual page, looked...

documentation

## Expected Behaviour Matched text gets colored. ## Actual Behaviour Different part of the text gets colored (but it has the same length as the match). ## Steps to Reproduce...

bug:confirmed

## Changes Fixes #1807. Instead of adding a dedicated `useQueries` function I would like propose a general query builder solution, this way not only `useQueries`, but all similar functions are...

## Changes See changeset. ## How to Review _How can a reviewer review your changes? What should be kept in mind for this review?_ ## Checklist - [x] Unit tests...

**V version:** V 0.2.4 61b99e1 **OS:** Arch Linux **What did you do?** ```zsh #!/bin/zsh for af in '' -autofree; do git clean -xf examples for f in examples/*.v; do echo...

Bug
Autofree

**V version:** V 0.2.4 61b99e1 **OS:** Arch Linux **What did you do?** ```zsh #!/bin/zsh for af in '' -autofree; do git clean -xf examples for f in examples/*.v; do echo...

Bug
Autofree