Michael Elfassy
Michael Elfassy
Error
``` > git meld staging..master ... | tar -x -C "/tmp/git-meld.j7w7yR/master" failed with exit code -1 at /home/elfo/Program_Files/git-meld/git-meld.pl line 27 ``` Maybe the problem are the capital letters in the...
Is there a way to configure the server? Something like ``` letsencrypt_server: https://acme-staging.api.letsencrypt.org/directory ```
The [current solution](https://github.com/Shopify/maintenance_tasks/blob/main/app/views/layouts/maintenance_tasks/application.html.erb#L35) for refreshing the page was good as a MVP, but it comes with some problems: - hard to search / scroll as the page always moves back...
Sorbet favored `.serialize` instead of `.to_s`.... and has `.to_s` instead alias to `.inspect`. Is there a reason for this? In terms of ergonomics this is really bad as it breaks...
- load a page - click browser back button - click browser forward button then i see double every javascript enhanced elements (example twice the drowp down field, twice the...
works well in chrome, but as soon as i try on firefox the delete rails link break (they redirect to the show action...) Anyone have an idea what is going...
``` TASK [postgresql : Create postgresql user] ************************************* fatal: [....]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "sudo: a password is required\r\n", "msg": "MODULE FAILURE", "parsed": false} ```...
I'm getting a strange issue with RVM. ``` stderr: mkdir: cannot create directory ‘/home/vagrant/.rvm’: Permission denied ``` anyone else getting this? Thanks
# Why Overwriting the `form_class` is deprecated ([has been for 10 years](https://github.com/heartcombo/simple_form/blob/main/lib/simple_form.rb#L275)). Therefore, it doesn't make sense that `form_class` is setting a class that most will want to change. Also...