dot
dot
Not sure what `exec (argidx+1).'argument'` does but it seems related to handling multiple arguments and everything works fine when only one file is passed. Obviously testing was limited but this...
## Paste the link of the GitHub organisation below and submit https://github.com/cloudflare --- ###### Please subscribe to this thread to get notified when a new repository is created
## Paste the link of the GitHub organisation below and submit https://github.com/shopify --- ###### Please subscribe to this thread to get notified when a new repository is created
## Paste the link of the GitHub organisation below and submit https://github.com/airbnb --- ###### Please subscribe to this thread to get notified when a new repository is created
## Paste the link of the GitHub organisation below and submit https://github.com/nationalsecurityagency --- ###### Please subscribe to this thread to get notified when a new repository is created
I'm stuck with that: ``` [Downloading: activesupport activemodel activestorage activejob railties activerecord +88] ``` maybe it's using the bundler compatibility layer because that's an issue I have with bundler too...
Essentially doing this makes an infinite loop: `day_of_week(monday: [0])` Full reproduction test case: ```ruby schedule = IceCube::Schedule.new(Time.zone.now) schedule.add_recurrence_rule(IceCube::Rule.daily.day_of_week(monday: [0])) schedule.first ```
When running the example: ```js const {cli} = require('cli-ux') cli.prompt('What is your name?') ```
## Paste the link of the GitHub organisation below and submit https://github.com/flexport --- ###### Please subscribe to this thread to get notified when a new repository is created
introduced in ruby 2.2: https://www.honeybadger.io/blog/ruby-unicode-normalization/ (2.3 just got EOL) about the safe_load, if doesn't change anything as it's just data files, I just don't like "eval"s in my code :)...