Andrew Hao
Andrew Hao
This worked for me: https://stackoverflow.com/a/39628463 $ bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include"
> Do you think we need to put out a call for additional maintainers in the README? I'm ok with that too if it would help to have a couple...
I do not! @dougfales can you do that?
Hi @rful011 - tell me a little more about which headers you need? If we understand the problem you're up against, that might help us come to a better solution.
Hey @dblock, this is super interesting! However, I feel like this belongs outside the core concerns of this library. Have you considered extracting this into its own library?
Hi @rful011 - we don't currently support any extended schemas. Do you have a link to the Garmin schema that I can take a look at?
Hi @shaliko, thanks for your PR. Can you please explain to me what makes your fail case GPX file an invalid GPX file? Does it violate the GPX schema?
+1. Can we get this PR looked at? This breaks compatibility with Ruby 3.2+
I got this error, and traced it down to mixing up the load order in the `frameworks` section of the karma config: ``` js frameworks: ['jasmine', 'jasmine-jquery'], ``` error: ```...
Hi @kirantpatil - thanks for the compliment. Unfortunately, this GitHub project was hastily thrown together and its correctness is not verified :) It's meant more to illustrate concepts. I can...