Alessandro Rodi

Results 27 issues of Alessandro Rodi

I could not find an example in the documentation on how to achieve that. I want to fetch all records not created in a specific year. I don't like this...

This is currently available for Postgres https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/postgresql/column.rb#L21. can we have it as well? does oracle enhanced support array columns?

wontfix

Let's not allow to specify `expect(...).not_to be_able_to(:action_a, :action_b)` for multiple actions. This lead in the past to too many open issues. Here are some: * https://github.com/CanCanCommunity/cancancan/pull/646 * https://github.com/CanCanCommunity/cancancan/pull/602 * https://github.com/CanCanCommunity/cancancan/issues/505...

The instructions for Nominal Typing don't work anymore. See also: https://github.com/microsoft/TypeScript/issues/32891#issuecomment-527491212

Everyone wants it different, I think we should provide a default, but also allow to change it. With this PR you can now configure it freely. ![image](https://user-images.githubusercontent.com/1319150/99673633-50331f80-2a75-11eb-87d3-39da248be171.png) Tackles #135 and...

TODO: * update airesis_i18n * run tests

Allow users to edit the proposal inline

New way of displaying the results

Very old PR containing a lot of different stuff: * new layout for the HomePage * new schulze gem * new results page for proposals

``` sc = DidYouMean::SpellChecker.new(dictionary: [:emailaddress3]) sc.correct('emailAddress') => [:emailaddress3] sc.correct('emailAddresseswe') => [:emailaddress3] sc.correct('emailAddress3') => [] ``` I'd expect did_you_mean to be able to suggest `emailaddress3` for `emailAddress3`