Silas Baronda

Results 11 comments of Silas Baronda

Just hit this on production as well.

@vineethvakeel we moved to `SecureRandom.uuid` a long time ago and that fixed many of our issues that we saw with this library.

I ran into this issue and ended up doing a couple things that made this work, but I'm not sure why.... I preloaded the logger into both the `HTerrainDataSaver` and...

Added an example repo of this working. https://github.com/silasb/live-upload-example I've vendored things to make it easier to "hack" on this.

I think the issue has to deal with the fact that we've loaded the library in memory when we run `rake build` in the parent project. Might be able to...

Issue is with `copy_native`. We copy over the native library when it's already loaded.

Looks like this might be an issue with rails4 https://github.com/rails/rails/issues/12298

Not 100% sure. I'll take a look tonight. On Mar 14, 2017 11:20 AM, "Igor Uvarov" wrote: > @silasb thank you for this PR. Can we run > jasmine without...

Had time to look at this. I remember why I coded it this way. We need to use babel to transpile the test code. `jasmine` the command line utility doesn't...

I also ran into this issue recently astrolabe 1.3.1 depends on parser 2.2 which uses 2.7 Ruby syntax which I think is breaking on Ruby 3.1 code.