Espen Antonsen

Results 53 issues of Espen Antonsen

Fixes #49. I was unable to add a failing test. Both the test formats added passes before this change. However this returns nil before adding this format and works after...

``` Timeliness.parse('2024-09-04T12:30') ``` returns nil Works: ``` Timeliness.parse('2024-09-04T12:30:00') Timeliness.parse('2024-09-04 12:30') ```

It is possible to specify ruby version in the Gemfile using a file instead of a version: `ruby file: ".ruby-version"` This is not supported by asdf-ruby. Related code: https://github.com/asdf-vm/asdf-ruby/blob/d6eb4145ef780fda868fd4439c60dd84a941cb8e/bin/parse-legacy-file#L7 Bundler...

### Reduced Test Case https://fullcalendar.io ### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket? - [X] I understand...

Docs
Confirmed
Distribution

After upgrading from v0.6.0 I am seeing "Instance method "method?" is already defined in Model". But I have set: `StateMachines::Machine.ignore_method_conflicts = true` in Rails initializer.

Added info about breaking change from https://github.com/Shopify/liquid/pull/1847

``` NoMethodError: private method 'warn' called for class ActiveSupport::Deprecation (NoMethodError) ActiveSupport::Deprecation.warn( /config/initializers/deprecations.rb:22:in '' ```

`Chronic.parse("two days and one hour before")` Results in: ``` chronic-0.10.2/lib/chronic/handlers.rb:517:in 'Chronic::Handlers#get_anchor': undefined method 'start=' for nil (NoMethodError) head.start = self.now ```

I am trying to use getNumber but it is only working on the initial call. To reproduce: 1. go to https://intl-tel-input.com/examples/strict-mode.html 2. enter phone code in international format 3. Run...