Adib Saad
Adib Saad
### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? If I have a form with a subscription for values, submitting,...
# Fixes # The constant "BaseInterface" is used by my app, and when I upgraded Sendgrid to the latest version, it resulted in conflicts. I figured the word "BaseInterface" is...
Should fix https://github.com/elastic/elasticsearch-rails/issues/1004 (also mentioned here https://github.com/elastic/elasticsearch-ruby/issues/1344#issuecomment-1017176417) When deleting an index that doesn't exist, the exception handler references `client` but I think it should be referencing `self.client`
Add an option to specify which process to view logs for e.g. ``` overmind echo web ``` Also, would be nice to have `logs` be an alias for `echo`.
So if I had a Procfile with web and worker, and I started a new session with only web e.g. `overmind start -l web`, I'm not able to start a...
Hello, Thank you for making this library. It is much-needed! 😄 I was trying to use this in my app with react-router, but I'm running into a bug where the...
When I run this command ``` python -m pytest_watch src/ ``` I expect pytest-watch to run pytest without any additional args and for pytest-watch to watch the `src/` directory. Instead,...
``` NameError: uninitialized constant Mail::Header::LIMITED_FIELDS /home/semaphore/api/vendor/bundle/ruby/2.7.0/gems/mail-x_smtpapi-1.2.0/lib/mail/x_smtpapi.rb:23:in `block in ' /home/semaphore/api/vendor/bundle/ruby/2.7.0/gems/mail-x_smtpapi-1.2.0/lib/mail/x_smtpapi.rb:20:in `tap' /home/semaphore/api/vendor/bundle/ruby/2.7.0/gems/mail-x_smtpapi-1.2.0/lib/mail/x_smtpapi.rb:20:in `' ``` The issue is that this gem depends on `mail > 2.6.0` , however as of mail...
https://github.com/advisories/GHSA-3h5v-q93c-6h6q Can we upgrade ws to 7.5.10? Thanks