Henry Schreiner
Henry Schreiner
> Ignored checks without a reason (empty string) don't appear in the report Easy, that's what we already do. > Fully-qualified ignored checks with non-empty strings in the `pyproject.toml`, like...
I've added this issue to the summit planning doc, maybe someone can work on it there. :)
Xcode and LLVM versions are close now, but they are not related. I've not seen this, though I have seen some issues with Xcode 15 producing invalid AVX instructions that...
Very interesting: https://cmake.org/cmake/help/latest/variable/CMAKE_LINKER_TYPE.html > APPLE_CLASSIC > Use the Apple linker in the classic behavior (i.e. before Xcode 15.0). This type is only supported on Apple platforms with GNU, Clang, AppleClang,...
Sorry, forgot or missed this. I think this is reasonable.
This was fixed (for now) in SchemaStore by reverting the change in https://github.com/SchemaStore/schemastore/pull/3568, I think because it broke us and one other tool. I personally think it was not the...
Any thoughts?
Sure, I'm not a huge fan of adding attributes to functions for this, but I'm not a huge fan of the entry point naming either. :) And long-term, it might...
What are you passing to —tool to work around?
One minor downside is that every unique fragment requires a unique function. That is, you can't make a single function that takes the tool and returns the schema, you have...