Tristan Hume
Tristan Hume
The real bug here is the error message, try the suggestion in https://github.com/Shopify/active_shipping/issues/247 and see that it works. You need to include your origin account info.
The most recent docs on the FedEx site are for V16 :crying_cat_face:
Oh lol just realized you were the one I learned about this practice from in an email you sent. :stuck_out_tongue_winking_eye:
Can confirm that @carter's fix works. The real bug here is the error messages not at all describing the problem.
I would really like to do that, but first I will have to dig to make sure that there aren't any cases where these parameters aren't required. I don't want...
Thanks for the insight @eboswort! In my testing I did find that `origin_account` is needed in at least some cases or else I get the error from #251. For example...
I re-read the code and there's an `into_builder` method on `SyntaxSet` which converts something back to a builder while keeping existing index-based links in a way which is preserved when...
@keith-hall Interesting, thanks for the investigation. I have a hope that perhaps in a few places Sublime uses a different model than syntect and that if we figure out that...
Yah I saw it and thought about that too. Especially with your refactor to separate regex engines into a module it would be much easier to try it out. The...
I agree that could be useful. I'm unlikely to implement it myself though. If you submit a PR I'm happy to review it though!