Nick Sutterer

Results 675 comments of Nick Sutterer

@fuelen 4 years later... :muscle:

Could anyone add a failing test? Here's an example how it is done: https://github.com/apotonick/erbse/blob/master/test/erbse_test.rb#L242

Hey @elShiaLabeouf, thanks for your kind words! It means a lot to us knowing our tools are helpful to people! What I am wondering is, what is the matter with...

@yogeshjain999 Hm, I kind of had the same in mind what @elShiaLabeouf is asking for. If I remember correctly, the object strategy was meant for nested objects. The `OpenStruct` approach...

https://en.wiktionary.org/wiki/writeable Alias sounds good! Or Deprecate `writeable` in favor of `writable`.

Two problems here: 1. You're changing `Result`'s public API! :grimacing: 2. The `activity` argument couples `Result` strongly to `Activity`. Why don't you simply add a module (so your behavior is...

Hi @tham-tms! :coffee: You can use 1. a `module` to share logic across operations (will document that better) 2. A referenceable step: https://trailblazer.to/2.1/docs/operation/#operation-step-dsl-step-module-method 3. Composition: https://trailblazer.to/2.1/docs/operation/#operation-wiring-api-subprocess 4. Inheritance: https://trailblazer.to/2.1/docs/operation/#operation-mechanics-inheritance Here's...

Thanks my friend! However, now Ruby 2.5 is breaking - I remember fixing that a while ago with the array trick. Your intention of this PR is to allow a...

I think we need to introduce different implementations for Ruby < 2.7, I will send you a link how we usually do it if I can find it :laughing:

That was more of a reminder for myself, but, hey, awesome!!!