Nick Muerdter
Nick Muerdter
> I'm unable to even get a page with index.html to load on localhost. Nuxt is letting me know "This page could not be found." Can anyone else confirm this...
While I have some sense of what might be needed to hook this up based on inspecting the current requests, I've yet to see any appointments here, so it's a...
Thanks for the investigation! The good news is that They seem to be using Acuity Scheduling for this page, which is actually the same underlying provider for Pharmaca appointments. I'll...
Thanks for the heads up! Strangely, this location is not listed on https://www.pharmacarx.com/pharmacy-locator/, but only on https://www.pharmaca.com/store-locator/ (they appear to have 2 different domains for the pharmacy vs store). I...
@ohler55: Apologies for the delay in following up, but thanks for the speedy reply! Since this difference in behavior is specific to Oj's `bigdecimal_as_decimal` option, which the JSON gem doesn't...
I just posted this over in the other issue, but in case anyone else stumbles upon this and is interested, I put together a little benchmark suite to hopefully help...
The timestamp parsing does seem slower under JRuby and the JDBC adapter, and I don't have an answer to that, but I'm also seeing a difference in adapter behavior that...
I think I've uncovered part of it: https://github.com/jruby/jruby/issues/1563 Basically, due to a seeming issue in JRuby, ActiveRecord's [fast_string_to_time](https://github.com/rails/rails/blob/v4.0.4/activerecord/lib/active_record/connection_adapters/column.rb#L263-L268) never gets used, so JRuby is always forced to use the slower...
If it helps, here's a slightly different Lua library I put together that supports IPv6 and CIDR comparisons (as well as IPv4): https://github.com/GUI/lua-libcidr-ffi The downside is that it requires [libcidr](http://www.over-yonder.net/%7Efullermd/projects/libcidr)...
:+1: Sounds good. And feel free to add a link--thanks!