Ricardo Lüders
Ricardo Lüders
OK! Since now I put it back as a paid plug-in at the OctoberCMS Marketplace maybe would be a good idea to improve the documentation that explains how to install...
I think that would be nice to have a GitHub Page to organize the documentation. So, all the documentation can be moved to the GitHub Page.
It must have a better way to bind the Requests. For now, it's all in `AuthServiceProvider.php`, so one code block is created for every single Requests. Can I bind using...
I'm pretty sure that you can search just by adding a "space" to the search input. To avoid this kind of behavior, the best thing to do is to `trim()`...
Our README file is really bad, we should improve it adding more information about the project. - Godot supported version; - External links; - Contributors; - License; ... more?
I'm wondering if we can use our **StateMachine** with Godot's **AnimationTree** to create smooth animation transitions between states. Check this video: https://www.youtube.com/watch?v=0bq2OIjHxk4
Hello, **DISCLAIMER**: If accepted this PR should be added as a separated branch and NOT merged to `main`. I just converted the code to C#, so you can have it...
This PR adds the support to use ReactComponents inside the `renderNotAuthenticated` properties. **Simple example**: ```js // file: ./components/notauthenticated.js ... export default function NotAuthenticated(props) { const { onSignIn } = props;...
We are using `keycloak.js` to authenticate the application, but it causes some undesired dependency. We should prefer to use protocol over service. In this case, it means that we should...
### Description The current route structure doesn't support nested routes, which causes some undesired full-page reloads while navigating between pages. ### Steps to reproduce Steps to reproduce the behavior: 1....