Dimitris Vichos
Dimitris Vichos
When trying to login to Dovecot > Does your password contain the " quote? If not, enclose the password in "" https://dovecot.org/pipermail/dovecot/2015-April/100438.html
Right now, when you define multiple rules for a field and more than one of them fail LIVR returns the first error code and exits. Would you consider changing this...
Thanks for the feedback. Indeed, rules are applied serially and can transform the output, thus returning multiple errors can lead to confusion granted that they may be the based on...
I needed this as well, and I needed to check other rules instead of comparing to a scalar values, that's very easy to implement as well: ```js const LIVR =...
@alexbilbie, thanks for a very nice OAuth2 implementation :) do you have any plans & time for OpenID Connect?
This seems to no longer be an issue? I was not aware it could be, tried it, worked. ```ruby class SurveyQuestion < ApplicationRecord typed_store :settings, coder: ActiveRecord::TypedStore::IdentityCoder do |s| s.string...