David Z Hao
David Z Hao
I'm not a frontend expert, so this is my guess to a repro: - Have [email protected] installed - Have a single css file with `@import 'tailwindcss/utilities';` as the contents -...
@googlebot I signed it!
my understanding is that the code block ``` DEPS = [ ":a"', ":b", ":c", ] ``` is handled by some subset of the following lines: https://github.com/bazelbuild/buildtools/blob/master/build/rewrite.go#L411-L434 These branches will only...
I'm not familiar with what jsontables is, and google doesn't seem to be returning relevant results. What is that?
Based on https://docs.bazel.build/versions/master/skylark/build-style.html, it's true that we should `Prefer to list dependencies directly, as a single list. Putting the “common” dependencies of several targets into a variable reduces maintainability, makes...
I will give this a try on Tuesday, I suspect it will work, but it will probably upgrade a bunch of dependencies that we'd rather not upgrade if possible. Will...
I'll do some more playing around given these suggestions, thanks. I suspect that for our usecase, working with --upgrade will be unnatural. When generating a new requirements.txt, we generate an...
Based on the intent of https://github.com/dask/fastparquet/blob/master/setup.py#L25-L29, this block looks problematic https://github.com/dask/fastparquet/blob/master/setup.py#L74-L76 (includes numpy in no matter what command is being run). The stackoverflow link in the block has a less-upvoted...
Given that we encountered this issue on the job and have a workaround (install numpy first), it's unlikely I'll get to this within the workweek; mostly wanted to offer a...
Was about to file an issue but discovered this one, here's some code that illustrates one possible motivation for having delayed fusion support: Basically we want to do a computation...