0llirocks

Results 19 comments of 0llirocks

@igorkasyanchuk The issue described here is not about the url for redis but about the creation of the image. If you create an image for an rails app you sometimes...

I ended up implementing a similar workaround as Irvan, just wanted to clarify that this is still an issue when creating an image. Adding a config would be great.

Just ran into the same issue, I fixed it using bundler `bundle install --redownload` It will reinstall all gems and put the gems in the correct dir (i.e. gemset dir)....

Could be related to https://github.com/jhund/filterrific/issues/220? Try adding an empty div with a .filterrific_spinner class.

@rebelagentm Thank you for this issue, I will make sure that the gem runs with newer ruby versions. Just let me clarify the ruby version you use. As far as...

@rebelagentm Hey, yes I already saw that PR. It am very thankful that your colleague fixed it. Currently I am very busy gardening so that's why I am currently not...

@jgarber-cisco I think they changed the round up method from cvss 3.0 to cvss 3.1. Maybe this behaviour is due to [Simple implementations of the Roundup function defined in Section...

@pandatix thank you for this great explanation! @jgarber-cisco could you please check if round(1) is still correct in your implementation in #48?