|7eter l-|. l3oling
|7eter l-|. l3oling
It is clear in the README screenshots, and that is what I see as well
That would be great!!!
With https://github.com/heartcombo/devise-encryptable you can use other encryption tools, such as argon2, which will hash up to a 4Gb input string (not recommended, it might let out the magic smoke!).
@drakmail The `bcrypt` algorithm actually ignores the characters after the first 72 bytes, so there is no way to hash a 1024 character password with `bcrypt`. Perhaps you meant another...
Disclaimer: I am not a part of this project, and I actively avoid Microsoft *everything*. Open source contributors often do not work in enterprisey environments, and many of them consider...
The readme states: ``` ... more to come (PRs welcome) ``` You assume that means "no love for Microsoft", when it could simply mean they are the least important integration...
@Mon-Ouie cool! I'll check it out! Thanks.
We just ran into this on version `0.7.6`. Hacked solution was to clean the query param in the controller: ``` filtered_query = params[:query] ? params[:query].split(/\W/) : nil if filtered_query.present? model.search......
When installing the most recent 2 versions (the only ones I've tried) with `asdf`'s `asdf-ruby` plugin, which uses `ruby-build` under the hood, I get an error that tells me to...
@eregon I disagree; IMO, this is the same issue. The error reported when `asdf install` fails is this same issue, which you may have missed in the noise (see more...