Kyle Cordes

Results 129 comments of Kyle Cordes

I just tumbled across this old open issue. This appears to still be a very useful (although not very updated) plug-in. But it's unfortunately impractical to add to an existing...

Thank you, I will try the updates. Here is what would help more, though. Move the file reading up earlier in the steps, so that everything is populated and ready...

Per the README, this project now really lives over at this fork: https://github.com/elm-community/elm-webgl ... which already shipped 0.17 compatibility. (I am tinkering with its demos right now, running in 0.17.)

@devmondo The material API / packaging is a little different than before, as they work their way through their beta process. I've followed along the Material development with other tooling,...

Yes, thank you, this makes sense. It is frustrating to see each library "out there" that wants to provide observability, have to take on such a large dependency.

This issue is not truly Windows-specific - it would be highly, highly convenient also to ship working binaries on Linux.

VSCode+Java+Bazel support is described in this issue about the Redhat-made Java tooling for VSCode: https://github.com/redhat-developer/vscode-java/issues/909 (No idea if there is anyone involved in that project with an inclination to do...

Is this, or any other similar tool to wrangle windows, working for anyone at all on current-ish ChromeOS?

I think the behavior where `srcs = ["dir/example.txt"]` sees the file even if dir is .bazelignored is likely a bug. At least it doesn't match the general experience of .bazelignore...