Huon Wilson

Results 245 comments of Huon Wilson

Idle thought based on the UI dots hanging: I wonder if part of the problem here is some blocking code running within the async/await executor, i.e. if the UI is...

There's some bits of code that seem to have the intention of showing the `` 404 component when there's no route match... but apparently not triggering? - fallback handling: https://github.com/facebook/docusaurus/blob/ca09f238f3d809641614309cd8118a4e42475c1b/packages/docusaurus/src/client/exports/ComponentCreator.tsx#L28-L45...

Ah, right, okay, so with `routeBasePath` == `/` as we configured, the docs plugin catch-all route is `/*` and presumably is in the route list before that final catch-all, and...

I agree with your point that this could be better: pants is writing new data to file that it (a) knows how to reformat, and (b) knows should be reformatted....

Ah, overlapping (case-insensitive) filenames is unfortunate. We could definitely improve the diagnostics here. The default `build_pattern` option (https://www.pantsbuild.org/2.20/reference/global-options#build_patterns) includes any `BUILD.*` files, so a workaround would be to use file...

Potentially a wild idea: instead of starting the container with `/bin/sh` as the entry point, start it with a watchdog server process that can: - be used to kill tasks...

Sorry for letting this one sit for so long. When you have a chance, please merge main (or rebase onto it) and add some release notes to docs/notes/2.22.x.md (maybe in...

Heya @lilatomic I think you might've added this new warning (thanks for improving diagnostics!). Could you describe the background for #20390? Did you find circumstances where the existing warning didn't...

This may (or may not) be related to to #18209 or #18210, which are also vaguely related to environments and clean-up.

Awesome! I'll let @alonsodomin shepherd this though for real, but from a quick skim, could we add a test for this, to be sure it continues to work in future?