Mark Oveson
Mark Oveson
> 1. Create an constraint that is DEFERRABLE > > ```sql > ALTER TABLE table_name > ADD CONSTRAINT index_name UNIQUE (project_id, position, user_id) DEFERRABLE INITIALLY IMMEDIATE; > ``` @kamilpogo Any...
I'm seeing this warning as well. Any progress on Rails 6 compatibility?
I'm glad to hear there is interest here. In particular, I'd love to see https://github.com/dougfales/gpx/pull/43 get merged so we can keep this gem viable for Ruby 3. Thanks in advance...
@curtis Is there a plan to review the linked PR? Looks like a solid fix.
Understood, but when this option is used in the input file options box, it does add the option to the command-line equivalent shown in the report box: `gpsbabel -w -r...
Maybe it would be more clear if the title were something like: "Target output GPX version (ignored for input files)"
I'm having the same issue. My Heroku CI pipeline broke as a result of this problem. The failure I'm seeing is this: ``` Selenium::WebDriver::Error::SessionNotCreatedError: session not created: This version of...
@mhluska I got no response from this issue, so I was forced to remove this gem.
I agree that absolute value should be an option. I've incorporated the gem into my code and modified it because I need the ability to work with negative values.