Konstantin Tennhard

Results 17 issues of Konstantin Tennhard

Can you update the `README` to contain information on how to install the generated files so that Maschine and Komplete Control actually find these instruments? Can I put the downloaded...

Build wrapper operations that allow to `halt` or `fail` an operation pipeline. This way calls calls to `halt` and `fail` that contextually make sense in a pipeline but not in...

feature

`Operation#halt` with one argument should set the `message` to `nil` and the result to the given argument and not vice versa.

feature

Build a wrapper operation that takes a block of execution instructions. Change `ComposedOperation.use` to construct these operations when called with a block.

feature

When somebody tries to invoke a `protected` or `private`, `method_missing` can be used to implement smarter error handling since `method_missing` is invoked even though the `protected` or `private` method is...

feature

Add a command to the middleman CLI that allows for faster creation of new widgets.

enhancement

Ensure that when constructing a request the body is not set twice. ``` ruby # File lib/net/http.rb, line 1908 def set_body_internal(str) #:nodoc: internal use only raise ArgumentError, "both of body...

Extracts the behaviour of the runtime into various plugins. **Next steps** - [ ] Refactor the runtime to use the plugins - [ ] Create a new runtime that's simply...

Use symbols instead of strings to store property names. In modern Ruby implementations, symbols are garbage collected.