Ignacio Taranto

Results 38 issues of Ignacio Taranto

Like the title says, having a dedicated field for issue links would be nice for tracking.

### Describe the Bug I did `qmk flash -n -kb file.hex` and `qmk` flashed the firmware anyway. ### Additional Context? OS: Arch Linux. Version: 9874d78da30997023fc07d4c057a7dc4a3ba24dc

bug

Running `eslint_d --fix-to-stdout --stdin < some_file.js` shows errors that are ingored by my `.eslintrc.js` config while `eslint_d --fix some_file.js` doesn't. Is there any way to print a debug message to...

I'm using [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)'s highlights, and Go's struct declarations look like this: ![image](https://user-images.githubusercontent.com/11463919/230923347-14db8024-2c28-4d22-a68f-6d5862107b0b.png) Notice that `Command` is highlighted as purple in the declaration but then it's highlighted as yellow when referencing...

Currently, only struct on struct or interface on interface embedding is explained in OOP.md. It would be nice to have an explanation about embedding interfaces into structs. Here's a nice...

Hello, it seems about a year since the last release (tag). I couldn't find any documentation about the release process. I was using release `0.0.1` until I realized is way...

### Requested feature I'd like to be able to use the `searchcount` component with `hlsearch` disabled. ### Motivation I'm trying out `cmdheight=0` and currently there's no way to display the...

new feature

Assuming I have an initial image `target.jpg` and another two images: `foo.jpg` and `bar.jpg`, then if do: ``` feh target.jpg & while true; do cp -v foo.jpg target.jpg && cp...

This is a minor OCD kind of bug, but anyway: **picom.desktop** has `Icon=picom` but there's no **picom.png** nor **picom.svg**, instead we have **compton.png** and **compton.svg**. A possible solution could be...

I'm attempting to optimize the query presented in [this](https://github.com/go-jet/jet/issues/252) issue, this slightly different model that the one presented there: ```go type component struct { model.Components Vulnerabilities []model.Vulnerabilities Threats []model.Threats }...

missing feature