ztz

Results 6 comments of ztz

Hi @argos83, sorry for reply later, I can pass 'bundle exec rspec' in my environment (too many deprecated warnings). ``` ~/P/ritm [develop] » bundler exec rspec 16:59:57 /Users/ztz/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/x86_64-darwin19/date_core.bundle: warning: already...

It seems that django-simple-captcha hard code the `img` tag ``` python def render(self, name, value, attrs=None): self.fetch_captcha_store(name, value, attrs) self.image_and_audio = '' % self.image_url() if settings.CAPTCHA_FLITE_PATH: self.image_and_audio = '%s' %...

> > It's been a while... Any new on this? > > > Any News on This? > > > If no there will be no fix is there any...

It seems you have a problem with dependencies. Please check gem 'activemodel' is in your Ruby environment. Run `bundler install`.

It was because `sqli-hunter` could not find any valid certificate. You could solve this problem simply by changing your directory to `bin`

I got the same problem, changing my shell from zsh to bash and changing my terminal from iTerm2 to Terminal (with different fonts). It is always like this. ![image](https://user-images.githubusercontent.com/7644862/153056220-0ea61db6-0c57-45c2-a9c2-1d16819ae7cd.png) Here...