Mark Robinson

Results 26 issues of Mark Robinson

Could we have ranges like: ``` Chronic.parse("3/1980 - 4/1980", guess: false) => 1980-03-01 00:00:00 +0000..1980-05-01 00:00:00 +0100 ``` like we have: ``` Chronic.parse("3/1980", guess: false) => 1980-03-01 00:00:00 +0000..1980-04-01 00:00:00...

feature

I'm having an issue setting up an ability that looks like this: ``` can :read, Project, :allocate_to => user.id ``` The problem is ``` ability.can?(:read, my_project) ``` returns false even...

So I tested inviting a user in development and it works fine: ``` Started GET "/users/invitation/accept?invitation_token=[FILTERED]" for ::1 at 2021-09-27 17:13:49 +0100 Processing by Devise::InvitationsController#edit as HTML Completed 200 OK...

How would you change this so it didn't keep sending requests as the user scrolls down when all the content is already loaded?

It would be sweet to be able to drag a folder from the Finder and have it continually watched for new images which would then be processed in the background

When you click on the toggle you get a focus ring or outline when using Chrome (I'm using latest version on Mac). Safari and Firefox don't have this issue. I...

Would be great to be able to open multiple tracks in one window and see them overlaid on a map

enhancement

I noticed an exception being raised when a bot submits text with entities/emoji etc. Here's the log: ``` ArgumentError (invalid byte sequence in UTF-8): lib/active_support/core_ext/object/blank.rb:128:in `blank?' lib/honeypot-captcha.rb:18:in `block in protect_from_spam'...

bug