Peter Bengtsson

Results 314 comments of Peter Bengtsson

What I miss is the ability to do some minor cleanups. E.g. `strings.Trim(value, " ")` after it has passed the basic validation.

I like @ysimonson's idea about the `binding.NewRequiredField` and `binding.NewOptionalField` but I think it could be even simpler, like `binding.Required("id")` and `binding.Optional("page")`.

In fact, I'd like something Django has in its form framework. You can define the types and Django will do its best to do the basic stuff. E.g. ``` python...

@aymerick Hi, How likely are you to have time to look into this issue? No pressure. Just curious if I have to fork the code for my own project (with...

See https://github.com/aymerick/douceur/issues/4 My question is; why not accept all things starting with `@` to be considered an "at rule".

It's on multiple of my repos. Here too https://github.com/mdn/yari/pull/3161

Here are the workflows: - https://github.com/mdn/yari/blob/main/.github/workflows/auto-merge.yml - https://github.com/mdn/content/blob/main/.github/workflows/auto-merge.yml

So pressing "Re-run jobs" will retry? Or do you have to `@dependabot recreate`. I've tried both. Still not working. I'll try again tomorrow.

> Would it be possible to have a scheduled workflow go through all open dependabot PRs and merge the ones that have passed all > checks? It would probably be...

One thing I don't understand is; **why would it be dangerous/insecure for public repos?**. You can definitely "tighten" it by checking the PR author and check that it's not a...