Nico Braun

Results 70 comments of Nico Braun

> @bluebrown unfortunately that is not true, otherwise I would not have encountered the issue in the first place. You are saying that it is not possible to be in...

@dodomorandi , thanks for explaining. There are langauges that have file local or private tokens, so you are right.

I created a thing that works as standalone. It can commit/pr to your repo as webhook endpoint. https://github.com/bluebrown/kobold.

Technically, this be already possible, if you add a metadata.name field to your kustomization. Kustomize is not bound to any particular resource. The only limitation is that the resource has...

@ppwwyyxx , in case of treesitter you can fix it like this. ```lua run = function() local ts_update = require("nvim-treesitter.install").update({ with_sync = true }) ts_update() end, ``` But I still...

Ok nevermind. The problem was I had already a release version. i.e. 0.1.2 and then the pre release options would create 0.1.2-beta.1 und further commands would prefer 0.1.2 over 0.1.2-beta.1....

@pjbgf , I tried to follow your optimization technique, but the remote HEADs hash comes as `0000000000000000000000000000000000000000`. Therefore, it can't be compared to local. Any idea why that is? Code...

I still think, it would be good to aim for full feature parity with sqlite3. Otherwise, it's difficult to use dqlite as a drop-in replacement for existing code.

@justinb-shipt , well, it used to work. One day it just broke. Even more strange, it broke just in some places but not in others. Anyway, I just dropped this...

Given the lack of a comment from the maintainer, despite the high amount of users facing the problem. I think it's safe to say that this provider is not maintained...