Don
Don
I was able to get a possible solution working on my fork which detects and treats the first row of the table as the header row regardless of the presence...
I've been in a circular loop on this... 1. I got the bundle command not found error. 2. Added env :PATH, ENV['PATH'] to my schedule.rb -- did not fix the...
SweetAlert2: Please inlude Promise polyfill BEFORE including sweetalert2.js if IE10+ support needed.
I confirmed that this warning is caused by the rails-assets package. Remove `gem 'rails-assets-sweetalert2', '~> 5.1.1', source: 'https://rails-assets.org'` from your Gemfile and include the sweetalerts2 assets in your project directly....
This issue is still present in 2021 when labels have UTF-8 character codes, in our case French names with é character.
> The problem is in lib/graphviz/utils.rb:46 > function output_and_errors_from_command: Open3 works in binmode, that force > Encoding:ASCII-8BIT When producing a SVG using -Tsvg, binode should be `false`. Working on a...
PR submitted - not sure if anyone is listening though. To contributors: Thank you for your consideration on my PR and for supporting this great gem.
I am having this issue with spring 2.1.2 and bundler 1.17.3, Rails 5.2.4.5 app If I start the spring server manually via `bundle exec spring server` and leave the terminal...
Adding this to bin/spring solved the issue for me. Spring launches the server properly now with this added to spring. ``` ENV['SPRING_SERVER_COMMAND'] = "bundle exec spring server" ``` Possibly env.rb...
Possibly related: spring 1.7.2, Gemfile uses `github` method to get some gems... I get the ` is not yet checked out. Run `bundle install` first. (Bundler::GitError)` message unless I leave...
Writing to confirm that this is happening in the 4.4.0 production release. The web interface displays the file name of the most recently uploaded file instead of the file that...