Niklaus Giger

Results 11 issues of Niklaus Giger

At oddb.org the paypal gem is used outside a Rails application. To make it work, it needed an require 'active_support/core_ext/class/attribute_accessors' in /usr/local/lib/ruby/gems/1.9.1/gems/paypal-2.0.0/lib/notification.rb Thanks a lot!

I am trying to build https://github.com/elexis/elexis-3-core/ on a nixos 20.09 machine. Running in the checkout `mvn2nix -v > mvn2nix-lock.json 2> mvn2nix.log` fails with many compilation errors complaining about `The import...

Hi I checked out your master tree (at 0aff1eed5588b3d14096e3c88930eeaefa1abd69) Then I tried to follow the your readme. Vagrant up and vagrant ssh work fine. Same for nix-channel --update and nix-env...

Running > gem 'minitest' > require 'minitest/autorun' > require 'flexmock' > class TestMergeCommand include FlexMock::TestCase > def test_execute > app = flexmock('app') > app.should_receive(:dummy).once > @model = Array.new > assert_nil(@model.index(app))...

Hi Thanks a lot for your work! I like to work with the poloniex gem. I would appreciate if you could push a new version with the few fixes since...

I tried to install stack_trace on my x86_64 Debian/Linux (testing) system and it failed with the followin error ``` Building native extensions. This could take a while... ERROR: Error installing...

Adding : Bnd-LastModified makes two builds of the same content producing different jars, which is undesirable if you want deterministic results. I have no clue how you can accomplish this.

I tried mvnix-iinit for our Eclipse RCP app Elexis (https://github.com/elexis/elexis-3-core) The build fails with /nix/store/czsmcxjwj13ik2jx1pkvbsq8rhf8c72i-build-maven-repository.sh: line 6245: syntax error near unexpected token `)' which is `dir=$out/$(echo org.eclipse.platform | sed 's|\.|/|g')/org.eclipse.osgi/[3.12.0,)`

Tried to follow the conventions. E.g. one of the few to have a README.md, maintainers and description.