Tamas K. Papp
Tamas K. Papp
Perhaps it would be better to either make another branch from `master` that contains #149, or merge that, so that CI does not fail for unrelated reasons.
Then I am puzzled why tests on 1.0 and nightly fail, trying to use `columns`.
Thank you very much for writing this up. I have a use case in LogDensityProblems.jl which I am wondering about. Specifically, both the glue code for working with [ForwardDiff](https://github.com/tpapp/LogDensityProblems.jl/blob/d5ffc770eae1333ca6584e7f98aa6db6bb14f36e/src/AD_ForwardDiff.jl) and...
Thanks. So, if I do that, then eg it would be triggered by `ForwardDiff` loading `DiffResults`, and the latter would not have to be explicitly loaded by the user? That's...
@StefanKarpinski: just a question about the syntax in your proposal: for multiple dependencies, should we understand ```toml [glue.ABC...] A = "" B = "" C = "" ... ``` literally,...
Yes, making masks first class would help solve this. Specifically, all this would require is making a mask from existing masks and then using it.
I figured out a workaround with raster masks. 1. Pick a module that (a) has a no-op mode and (b) comes earlier in the pipeline than the change you want...
Let me clarify and rephrase: this is about `xmp` files that are decoupled from their corresponding raw files in the Darktable collections. You are right that just saving `xmp` files...
> "Side"car files are and must always be written beside the raw Not necessarily. As mentioned in the issue, there are use cases for xmp files on their own, eg...
I think the issue is still open.