Andrew Krieg
Andrew Krieg
I think you could remove `return` as well, make it nice and short.
I'm very for this change. Took me less than 10 minutes to fix all of my projects with simple find and replace. I'm now no longer using `recover()` for these...
You wouldn't always want to panic when handling errors. In simple example apps there is no need to recover from a failure, but when you are developing an application that...
Here in 2022 as well. Waiting not only on Swagger for this, but also Postman. Both have issues for 3.1 that are well over a year old.
If this is something that would be accepted in a PR, I'd love to contribute, but I believe it would break things like `Mark`.
I plan to make a PR for this sometime next week. If this change would not be accepted because it could be breaking, please close this so I don't waste...
I'm running into this same issue. I don't want something like `class="md:(mx-auto flex-col)"` exploded to `class="md:mx-auto md:flex-col"` in my source, but the only way I can get variant groups working...
> If you don't have time to work on this, then I may be able to find time. Do you have a download link for that yaml file you could...
I wrote this to generate a file that was hitting both problems I was encountering. It's pretty slow, but you should only need to run it once. ``` # #...
Yes, if the email is accepted, run the check. Something I didn't think of though is how to mark a domain as non-accept-all so we don't have duplicate checks. This...