Federico

Results 94 comments of Federico

> If the menu bar stuff feels good and you want to PR it, it'd absolutely be looked at for merging since it's a common enough need. Unfortunately, I have...

i’d love some help on this! feel free to contribute!

it' used here for the tests i believe https://github.com/u2takey/ffmpeg-go/blob/master/examples/example_test.go

```jsx // My selectable component const Selectable = createSelectable( ({ children, selectableKey, selected }) => ( { console.log(e) }} style={{ color: selected ? "white" : "black", background: selected ? "#ddd"...

same happening here, it would be nice to have a suggested configuration for nextjs projects too

I'll see what I can do 👍

Hey thanks for reporting the problem. I cannot replicate it. ~i see that the `private = false` setting is ignored, this might be a regression happened when we migrated to...

This might be a bug in the setup function, i'll investigate further

@corei8 i cannot reproduce this issue at all, I tried different configurations and all works as expected Via the `opts` key ```lua { "Rawnly/gist.nvim", cmd = { "GistCreate", "GistCreateFromFile", "GistsList"...

Thanks for your feedback! I like your suggestions. maybe we can deprecate the private=true option and create a new one that defines the default behaviour. about the repaint, i noticed...