jade

Results 267 comments of jade

Is there any possible workaround for this without fixing it in buck2 e.g. to pass the pointer of the problematic tset out of the cell so that it doesn't require...

Found an instance of this problem on 0.11. It's slightly improved but it still does not tell you which query file failed. ``` Error in decoration provider "win" (ns=nvim.treesitter.highlighter): Error...

> By the time this error triggers, query files have been concatenated already, so this information is lost. The context is also clear from the buffer where the error triggers....

> Hi [@torfluor](https://github.com/torfluor), > > It makes more sense to make this change upstream. Please get in touch with the PDFium team: https://groups.google.com/g/pdfium > > Best regards, Benoit So my...

I need ExecutionPolicy.framework for EPDeveloperTool: https://developer.apple.com/documentation/executionpolicy/epdevelopertool?changes=_5&language=objc The use case for this is ensuring the calling terminal has developer tool permissions.

@edef1c notes that this likely cannot be done on the current main channel branch as it will break "all commits on a channel appear in that channel's release branch". So...

The reason to do this is the same reason that hydrasect exists: to not deal with commits that don't have 100% of things built, and yes this does regularly happen:...

Yes, though I would be inclined to use git commit-tree when making the commit to make absolutely sure that the tree is identical to the second parent.

If meson is going to corrupt the input to custom_target, can this gotcha at least be documented in the manual?

This affects us in [Lix](https://lix.systems), since we have a lot of libraries and we have little reason to not simply use the same PCH across all our libraries. It looks...