Marvin Wendt

Results 86 comments of Marvin Wendt

> for now it remains "unplanned" because there are way too many other issues with higher priority Sure, I was just posting this so that we can track possible future...

A far-fetched idea would be to make it possible to add middlewares in EventHooks (if that's possible to implement). A rate limiting route could then be implemented like this, when...

I made my own custom middleware, and I think that should be enough for now. If anyone is interested, here is the implementation: ### Middleware ```go // RateLimitCollectionOperations is a...

> We need a login abuse limiter as well I think the most common approach for login and registration abuse prevention is implementing a captcha. There are ones that can...

@adam-ah Many highly scalable applications run behind a reverse proxy, of course. But PocketBase is an all-in-one solution. Therefore I think it should not be necessary to put a reverse-proxy...

> This is actually pretty difficult to do because the fields for the API are designed within the UI and can be updated which makes static generation impossible. It would...

> Cloud flare should not affect it .. As stated in the proposal, it does limit client requests to 100MB, which includes file uploading.

Might be the same problem as in #557. Thanks for reporting! We'll take look.

Yes, the issue is, that we move the cursor around the terminal on key input. This is mainly done for the `TextArea` (`TextInput.WithMultiline()`) as we need to move the cursor...

Sorry, maybe I misunderstood something in the blog post, all I saw was that my [new repository](https://github.com/atomicgo/f) did not apply the branch protection rules correctly (required Actions on PRs were...