Særgeir

Results 145 comments of Særgeir

Yeah, I can totally relate to not wanting my data dependent on github. A mailing list could be a good alternative 👍

Publishing needs to be fixed, current config creates 3 components for each module, e.g. for `books` faker: - pkg:maven/io.github.serpro69/[email protected] - pkg:maven/io.github.serpro69/[email protected] - pkg:maven/io.github.serpro69/[email protected] The latter passes maven validation, but the...

No, these particular records were made by the homelab. For example, when I added the [homepage app](https://github.com/khuedoan/homelab/tree/master/apps/homepage), it added several records for that app. However, when I tried to expose...

I have a similar problem. Moreover, even after authorizing the app, I still get the pop-up on each application restart... To work around that, I need to completely remove the...

Hi @hesreallyhim , Thanks for taking the time to review. > this is kind of pre-loaded setup for Claude Code with some configurations and other MCPs/frameworks that you find very...

Did the same for exactly this reason - to better visualize in-progress macro recording. This is how I do it: - I have two custom functions that handle the notification...

Hi @siduck , I already had that in the config: ``` { "pearofducks/ansible-vim", ft = "yaml.ansible", }, ``` And in fact the plugin is reported as loaded in ansible files,...

@siduck , Actually I haven't had treesitter for yaml enabled at all. Now tried both with and without yaml treesitter - almost no difference. In fact, ansible-vim doesn't seem to...

@siduck , well, yeah, ansible is essentially yaml, but it has a lot of it's own syntax (grammar?) If you look at [ansible-vim](https://github.com/pearofducks/ansible-vim?tab=readme-ov-file#examples-with-solarized-colorscheme) examples with solarized theme, various parts of...

Yeah, I did ask there first. So far the only thing I could come up with was for me to add custom highlight groups, like ``` hl_add = { ansble_fqcn_keywords...