Joe Van Dyk

Results 45 comments of Joe Van Dyk
trafficstars

works for me? on OSX ``` irb(main):001:0> Chronic.parse('3/28/21 12:25am', endian_precedence: :little)&.end_of_month => Wed, 31 Mar 2021 23:59:59 PDT -07:00 irb(main):002:0> Chronic::VERSION => "0.10.2" ```

Today at 9 am pacific time, a few hours after daylight savings time started: ``` [1] pry(main)> Chronic.parse("tomorrow at 5am") => nil ``` I'm using 0.10.2

For what it's worth, http://bower.io/stats/ contains this text now: "...psst! While Bower is maintained, we recommend using Yarn and Webpack for front-end projects read how to migrate!" We're having difficulties...

Any updates on this? I'm looking to switch a rails application from MRI 2.1 to JRuby, but we need decent postgresql support. If it would help, we could provide some...

Bah, figured it out. I had to remove this line from the generated config.ru: #\ -p 4000

Is there a reason why that line is there?

Right, but why is is this line here? https://github.com/jlong/serve/blob/master/lib/serve/bootstrap/config.ru#L1 Everyone who wants to run serve on a different port will need to know to remove that line if they want...