Fernando Valverde
Fernando Valverde
**Describe the bug** When editing an existing Post and changes are introduced a "Revert" button appears but it doesn't work **To Reproduce** Steps to reproduce the behavior: 1. Go to...
**Is your feature request related to a problem? Please describe.** It would be ideal if we can clear the WKWebView history after a user has signed in (to avoid them...
We haven't integrated the framework in any SwiftUI based project so far. Our lack of experimentation may translate in undetected bugs or missing capabilities. We will appreciate any feedback if...
Hi, I have a query that looks like this: ```ruby entries = environment.entries.all("content_type" => content_type.id, 'sys.createdBy.sys.id' => user_id) ``` How could I add a filter to that query for entries...
I noticed the OAuth2 flow always asks users to confirm authorization when signing in, even after they've already given authorization to the app before. From the [Twitter docs](https://developer.twitter.com/en/docs/authentication/oauth-2-0/authorization-code) all I...
Hi, For some reason during my use of the gem I ran into this issue when trying to print out some entries while debugging. I can't seem to find an...
Hi, I've been enjoying using these controllers in my projects, thanks a lot! I have a question because when using a few controllers I added them with this format: ```...