Stephen Bannasch
Stephen Bannasch
No changes in the code but I have generated a pull request: https://github.com/protocool/AckMate/pull/24 I asked for advice a while ago on the textmate list but didn't get any suggestions about...
I see the same error using librarian (0.0.26) I already have chef-rvm_passenger v0.8.0 installed This works fine: ``` cookbook 'rvm_passenger', :git => 'git://github.com/fnichol/chef-rvm_passenger.git', :ref => 'v0.8.0' ``` However trying to...
FYI: I created a related librarian issue: applicationsonline/librarian#133
FYI: @yfeldblum identifies the issue as Librarian's resolver not handling properly some additional constraints added to the rvm_passenger. A work-around is provided: https://github.com/applicationsonline/librarian/issues/133#issuecomment-14180795 I'll report back after trying it.
Following @yfeldblum suggested worked for using librarian-chef to install rvm_passenger ... but I was surprised to see these downgrades to cookbooks I had been sucessfully using with rvm_passenger v0.8.0. Cookbook...
@ipatch, do you know if there is a way during work on the formula where I can keep the temporary directories around so subsequent complication and testing of changes is...
> you can see the current `freecad.rb` formula i've been working on below. and checkout all the little incremental commits i've been making / testing to see what works and...
@reidcooper I tried that, at least in Sprockets 3.7.1 it fails because `context` is nil when the `process_depend_on_config_directive` method is called. What version of Sprockets are you using?
In Sprockets 3.7.1 `DirectiveProcessor#resolve(path)` doesn't accept absolute paths or relative paths outside: `/app/assets` or `/vendor/assets`.
Here is a pull request (approved but the travis build failed) for the Draft workbench that might fix this issue. https://github.com/FreeCAD/FreeCAD/pull/4661 In the mean time if I open FC with...