Muhammed Kılıç
Muhammed Kılıç
Original PR: https://github.com/firebase/firebase-admin-dotnet/pull/72 #71 Configuration keys are missing on the actions machines so that had to handle exceptions. Google was not allowing me to submit other users commits so that...
[nodemailer](https://github.com/nodemailer/nodemailer) is an easy option to integrate email services such as [mailtrap](https://mailtrap.io/). It would be good to have it as an option to Sendgrid. @diegohaz
"Please use section heading links to submit feedback." overlaps
Environment variables were not read by db setup command. ```bash rails db:setup --trace ** Invoke db:setup (first_time) ** Invoke db:create (first_time) ** Invoke db:load_config (first_time) ** Invoke environment (first_time) **...
When both label and input are the same it is kind of hard to focus as UI/UX: @Shpigford
Updated pages with links to have a flow between pages: - Login - Register - Reset @Shpigford
Resolves #319 with helper method.
If .kamal/hooks file exists but sample hooks are deleted. `kamal init` command is not creating sample hooks. #### Results for /bin/test ```bash Finished in 274.016546s, 1.5291 runs/s, 4.6713 assertions/s. 419...
Whenever `FetchUserPodcasts.perform_async(user.id, auth)` method fails, even though the user is successfully saved into database we are throwing error. An begin rescue ensure can be useful here in my opinion.