miguelbarao

Results 8 issues of miguelbarao

Thanks for the work you put into `bat`. I was considering using `tail -f` and `bat` to colorize the log of a running program. In many logs there are keywords...

feature-request
syntax-highlighting

It would be nice to have an option `-d N` or `--depth N` to limit the depth of the tree shown either in direct dependencies or reverse. This would also...

enhancement
help-wanted

**Describe the bug** Using lazy package manager. Since a few weeks, markdown-preview installed with npm gives an error message: ``` You have local changes in `/.../.local/share/nvim/lazy/markdown-preview.nvim`: * app/yarn.lock Please remove...

The original implementation of the `selectioncount` component had multiple issues (Bug #1012) and only worked with single cell, single byte characters (no tabs). This implementations fixes the following issues: *...

It's not working correctly for visual block mode with ```lua vim.opt.virtualedit = { 'block', 'onemore' } ``` ![nvim-screenshot](https://user-images.githubusercontent.com/6104818/230794155-f1041237-66a5-48a5-8537-7b8dcc9bcfd2.png) neovim 0.9 on linux

bug

### Describe the bug When `dim_inactive = true`, floating windows like Lazy and Mason have the background colors messed up. Opening a floating window sets both backgrounds of the front...

bug

Not sure about this, but shouldn't the global pointer be initialized to `0x10000800` instead of `0x10008000`? The reason is that it would allow access to addresses from `0x10000000` to `0x10000fff`...

In the file `riscv-sodor/src/common/instructions.scala`, I noticed that the bit patterns of the shift immediate instructions `slli`, `srli` and `srai` only have 6 bits on the left while the specification has...