Brett Jackson

Results 13 comments of Brett Jackson

Tested on ruby-2.0.0-p353 also, still gets an error. Am I doing something wrong, or is there an issue with the gem?

Should be `countryCode="+91"`. The value needs to be a string.

I was able to get it to build by using Xcode Command Line Tools 10.2. Can anyone else confirm that it works for them?

@StijnCazou and @wjzhao, you will need to upgrade your Xcode Command Line Tools to 10.2. The upgraded command line tools might include a fix that allows librabbitmq-c to build. You...

I have the same issue on 2019.7-193. It doesn't recognize any packages as being installed.

I've figured out what the issue is. If the argument to `date` is a Moment object, this will occur, however, if you just pass a JS Date object, it will...

That's a lack of a carriage return. This project doesn't use cmake. However, I think it's requiring clang-3.8. How should I go about installing that?

Are you running on OS X? Just change from `clang-3.8` in the makefile to `clang`. You'll also need to change the `@_silgen_name` to `@asmname` in `main.swift`.

I just opened a PR to fix it. Check out PR #9.