Alessandro
Alessandro
https://github.com/CSFrequency/react-firebase-hooks/blob/edab3f3f3b5ec01c8aafcc6096755dfcc69e4408/auth/README.md?plain=1#L150 In the docs you use `user.email` but `useSignInWithEmailAndPassword` returns UserCredential type not User. The correct use should be `user.user.email`. It might be good to rename it then...
https://github.com/CSFrequency/react-firebase-hooks/blob/edab3f3f3b5ec01c8aafcc6096755dfcc69e4408/auth/README.md?plain=1#L559 In the docs you suggest to use `email` as a parameter, but it should be `password`.
This is a tricky one. # TL;DR I need to manually pass a **value** to a **field** as this is accessible only within the `RelevanssiConnectionResolver::get_query()` method. In other words the...
### Issue It's not possibile to complete setup. ### Expected behavior Should complete the setup as usual. ### How to reproduce the issue 1. `rails db:drop && rails db:create` 1....
### Issue Postgres gem seems pretty old. Is there any reason to keep its version `
### Issue Guidelines added to _ActiveSupport Concerns_ aren't covered by YARD. ### Expected behavior Guidelines should be precompiled and visible in the final documentation. ### How to reproduce the issue...
### Issue This line creates a long list of updates https://github.com/BindaCMS/binda/blob/master/app/models/binda/component.rb#L19 ### Expected behavior It'd be best to use active job ### How to reproduce the issue 1. Create a...
### Issue > Ruby Sass is deprecated and will be unmaintained as of 26 March 2019. > > * If you use Sass as a command-line tool, we recommend using...
Integrating GitHub with BrowserStack Integrate GitHub with BrowserStack to easily file bugs. More info here: https://www.browserstack.com/github-integration
### Issue In field group editor you can delete a repeater. The UX is not consistent though: deleting a repeater field immediately remove the field instance, but the block with...