John Laxson
John Laxson
This is the next step on my texture sampler journey. I have some architecture questions, as not much feels very clear to me. Unlike OpenCL which has a separate device...
This is a simple way to address my desires in #160. Maybe also starts to speak to #191. Not sure it's exactly what you'd want to add to the api...
##### Brief Description When parsing a header that #includes or similar, the parse hanges for a long time before failing with a Stack overflow. I certainly don't need all (or...
The core mechanism of cc_shared_library is nice in that it decouples the libraries you actually depend on from the linking and library structure. However I run into several cases where...
Primarily, clang-format now has C# support.
Typo `It's` ### Why: Closes ISSUE ### What's being changed (if available, include any code snippets, screenshots, or gifs): ### Check off the following: - [ ] I have reviewed...
This bounds check was broken in two ways: 1. It happened after memory access already occurred, meaning it didn't really protect anything 2. It swapped x/y checks in the dimension...
The no-remote-exec is definitely not required. I don't use no-sandbox and it seems to work, not sure if there's a case running locally that you would need it. shutil.copy copies...