Nihaal Sangha

Results 132 comments of Nihaal Sangha

> I think I can extend my explanation of using multiple processes with this to explain why you might actually do that and a bit of how you might do...

> ```shell > brew bump --open-pr="--no-browse --no-style --fork-org --no-audit" > ``` That does sound like an interesting and simple solution, although it doesn't feel the "smoothest" e.g. breaks shell completions.

> Could you list the specific arguments you'd want added to `brew bump`? @apainintheneck I think these make the most sense to me: - `--no-audit` - `--no-style` - `--no-fork` -...

I agree with the points about the other flags. > > * `--no-fork` > > * `--fork-org` > > Why do you need both of these? I thought I ran...

Hopefully this makes it easier to keep track of each flag: | `bump-cask-pr` flag | Add to `bump`? | Notes | |---|---|---| | `--dry-run` | Out of scope | |...

Sorry for doing such a poor bug report, I’ll write a minimal project and show the result, it’s possible that there’s a conflict. I’ll make a more clear report later...

Do you have an example of the view code? For some reason I do not see the error message when the page is reloaded. Mine: ```py def post(self, request, *args,...

I have found the problem: `django crispy forms`. I'm using the `crispy` filter on the form and with this it does not show the error. Not too sure why this...

I think I ended up leaving it broken as it was fairly minor

It would be nice if there was a way to switch between referencing pages for subcommands and including them in the same page (as either an argument to `Man::render()` or...