René Koller
René Koller
As already discussed in #341 I think it would make sense to support case-insensitive sorting.
I think a lot of Developers use homebrew to install software so this would be a nice addition.
Fixes https://github.com/vuejs/core/issues/6253
Our packaging library is deprecated so node 16 is as far as we can go for now. 👀 https://github.com/vercel/pkg
I think it is essential to handle both single and multi value attributes as Identity Providers often send responses containing both types, e.g. single for email and multi for roles....
This PR adds support for more than one redis connection by providing multiple configurations to `redis_options` like this: ```ruby Modis.redis_options = { default: { url: 'redis://localhost:6379/0' }, custom: { url:...
While working on a new feature for modis (#49) I noticed that calling `deprecate` without passing in a deprecator instance is deprecated. Thought I would address this apart from the...