Daniel Chao
Daniel Chao
The error would be accidentally setting the flag to a directory, when it was supposed to be a file, or vice versa. I also like that: * This aligns with...
What does your Pkl code look like? Do you have a reproducible example you can share with us?
Can you share a snippet of what the error looks like?
> But I see that CliEvaluator has outputFiles and outputDirectories properties, which might be all that's needed for accurate tracking. Great idea! Updated the PR to add new properties that...
New PR: https://github.com/github-linguist/linguist/pull/6730
Thanks! Looks like a bug.
I know you already said mirroring is a requirement, but: would HTTP proxying be good enough for you? To support mirroring, we are considering rewrite rules. This is hand-wavey, but,...
Currently, there is a bug when mixing entries whose keys are integers with elements. So, the first snippet is incorrect, and is a bug. This happens because Pkl mistakenly interprets...
Currently, the behavior is: if there is an element at index `n`, `[n] = x` means: overwrite element at that index. And `foo[0]` means either "get element with index 0`,...
Thanks for the error report. Although, it's not strictly necessary, the percent-encoding there is intentional (we are using `java.net.URLEncoder` underneath the hood to encode links and anchors). We should similarly...