Amy Sutedja

Results 7 comments of Amy Sutedja

I too am running into this issue. Basically, I'd like to set either `DYLD_LIBRARY_PATH` or `DYLD_FALLBACK_LIBRARY_PATH` as a workaround for a OSX 10.15 issue: https://stackoverflow.com/questions/58272830/python-crashing-on-macos-10-15-beta-19a582a-with-usr-lib-libcrypto-dylib So I set the environment...

@sdhull I haven't heard back on any suggested changes from the maintainers. And the Travis builds break, for some reason. You might want to note your interest in the original...

@manojmj92 If you haven’t taken a look at this yet, I have some ideas on a potential fix.

Okay, after a bunch of looking into it, I was able to solve the problem. We had a setting in our `assets.rb` file that looked like this. ``` Rails.application.config.assets.precompile +=...

Hmm, interesting. The only ones I'm aware of are `sass-rails` and `compass-rails`. Would it help to have the `Gemfile.lock` and `assets.rb` files that we're using?

Okay, I've uploaded the relevant info to this Gist. Note that I've redacted some sensitive data from the files. https://gist.github.com/amysutedja/e28525fef7ac2e28e2cc

Yes, there are indeed. One example: ``` a.browse span { display: block; width: 20px; height: 18px; background: asset-url('tinymce/themes/advanced/skins/default/img/icons.gif') -860px 0; border: 1px solid #FFF; margin-left: 1px; } ``` I take...