Frederico Oliveira
Frederico Oliveira
If you open the chinook db and run the following command ``` select artists.name,albums.title from artists,albums where artists.`ArtistId` = albums.`ArtistId` ``` litecli will only suggest completions for `artist.` and `albums.`...
### Description Sometimes, even when the command output fits on the screen, it is displayed by the pager. ### Steps to reproduce 1. Open chinook db in litecli and enter...
### Description When configured to use vi mode, Ctrl+y doesn't yank the previous cut text. ### Steps to reproduce 1. Add `key_bindings = vi` to your config file 1. Open...
### Description When using the dark version of the default theme, every command output is displayed by the pager, even if it fits on the screen. ### Steps to reproduce...
Sorry to open an issue similar to dozens of others, but this one is not a duplicatedof any of those (yes, I check all of them to say that. In...
This issue is the same as #319, but it's still a root of problems. The [oh_my_zsh.sh](https://github.com/robbyrussell/oh-my-zsh/blob/master/oh-my-zsh.sh) firstly sources the used plugins, in this case [vi-mode](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/vi-mode/vi-mode.plugin.zsh) plugin, which defines the widget...
Some long barcodes (eg. 44 digits ITF) don't fit the little square scan area and can't be recognized. Please, consider making the area adjustable, or better yet, use the whole...
**Fleet version**: 4.20.0 **Operating system**: Ubuntu 20.04/Windows 10/Windows 11/macOS **Web browser**: Chrome/Firefox/Edge --- ### Description After upgrading fleet binary from version 4.9.0 to 4.20.0 in the server, many links in...
@Neo-Oli Is there any way to make C.A.V.A. work with VLC player, since its my default music player? Currently I can only make it work when playing songs with cmus.
I'm trying to run steam using box86 on Android using Termux. For this I managed to [port docker for Android](https://github.com/moby/moby/issues/41111). Then, I started a 32 bit Ubuntu container with X11...