wintersolutions

Results 10 issues of wintersolutions

When I call `Rake::Task[:warble].invoke` from a rake file I get an error: ``` NoMethodError: protected method `pathmap_replace' called for "public/404.html":String /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/pathmap_helper.rb:15:in `block in apply_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/pathmap_helper.rb:16:in `apply_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/jar.rb:278:in `add_with_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/traits/war.rb:88:in `block...

When calling a transaction from another transaction the call fails if `step_args` are provided. Error message: ``` ArgumentError: wrong number of arguments (given 2, expected 0..1) # ./lib/dry/transaction/instance_methods.rb:25:in `call' ```...

When calling a transaction from another transaction the call fails if `step_args` are provided. Error message: ``` ArgumentError: wrong number of arguments (given 2, expected 0..1) # ./lib/dry/transaction/instance_methods.rb:25:in `call' ```...

I've got problems while trying out avahi based mongodb-server addresses, it seems moped can find the server via ip and entry in /etc/hosts but not with avahi. Here is the...

I've tried Trimaran with TargetLoadPacking plugin with `KubernetesMetricsServer` and `Prometheus` metrics provider. No matter what I do I always see the log entry: ``` "Missing utilization for node" nodeName="somebox.example.com" missingCPUUtilMillis=1000...

When I call `rails generate concept foo` I get: ``` create app/concepts/foo/cell.rb create app/concepts/foo/views/show.haml create app/concepts/foo/views/bar.haml error rspec [not found] ``` I suspect this is a bug in the gem...

I updated cells from 4.1.5 to version 4.1.6. When I run my specs now I get the error `Uninitialized constant Uber::Options (NameError)`. The full stacktrace (anonymized) is found below. Currently...

A reference to the getOlder(int) derived query on the CharacterRepository interface made even the JDK grow grey hair. Removed misleading code.

Unmasking Arya once more. She was hiding behind her unique "arangoId" for some time. Versions: com.arangodb:arangodb-spring-data:3.10.0 com.arangodb:arangodb-spring-boot-starter:2.7-0 org.springframework.boot:2.7.13