Jan Schmitt

Results 41 comments of Jan Schmitt

I have read the readme and you probably misunderstood my explanation. The goal would be to specify a colour theme without the need to specify the whole colour palette (or...

> > what happens if you add `print(vim.inspect(colors))` after this line? > > https://github.com/p00f/nvim-ts-rainbow/blob/54ee09f540935c604c9a3d4aed83b7f5314f2caa/lua/rainbow/internal.lua#L20 > > add it after this line Hm, I'm experiencing the same. I can only apply...

> Try adding this to your `.tmux.conf`: > > `setw -g window-status-activity-attr none` > > Now, only the `#` will be shown when a window updates. This is because the...

> It looks like the latest hydra builds are ok: > > * `python39Packages.debugpy`: https://hydra.nixos.org/build/186233629 > * `python310Packages.debugpy`: https://hydra.nixos.org/build/186218528 > > Is this still a problem for you? Yes, still...

> > Ah, you are linking x86_64 builds and those are indeed working, but I'm referring to aarch64_darwin. > > Oh oops! Yeah I only have an x86_64 mac to...

> I doubt this will make a difference, but debugpy was recently updated to 1.6.3. It looks like hydra still hasn't gotten around to building it yet: https://hydra.nixos.org/eval/1776603?filter=debugpy&compare=1776531&full= Yeah, it...

I would also expect using `ansible.builtin.package` to invoke the homebrew_cask and not the homebrew module. Right now this doesn't happen and I have to explicitly use `homebrew_cask` for my play...

@felixfontein my bad. In my case it failed when invoking the wrong variant of the homebrew module, but worked when explicitily calling the "correct" one, which is somewhat different on...

Thanks for clarifying. It just happened now for the first time. I did update a few days ago. Yeah, I found the commit in my local history as well, so...

I have the exact same problem on a different machine now. Looking at the local clone there's definitely some changes in the history >Your branch and 'origin/master' have diverged, and...