Nick Sutterer

Results 39 issues of Nick Sutterer

Supposedly many people want to stub nested OPs/ACTs. ```ruby expect(MyNestedOperation). to receive(:call).with("params" => {order_id: order.id, email: order.user.email) ``` We should explain how to do that in 2.1

We will start writing Reform 3 once the Trailblazer 2.1 release along with the new website and PRO launch is out. This issue is in a state of flux, defining...

`post/lib/error_handler.rb` for example is not loaded.

## Problem The differentiation between `ViewModel` and `Concept` is not only confusing, the latter also implements some conventions that are not in line with the Trailblazer conventions (which is why...

When including `Roar::Feature::Client`, the `before_serialize` method is overridden so link rendering is suppressed. This doesn't work for nested objects that contain links themselves.

It should be possible to automatically use `wtf?` instead of a plain call in `endpoint.rb`.

enhancement

```ruby res.double ( flash[:error] = "Record exist" } ```

A lot of work has been put into improving tracing in the `trailblazer-developer` gem and its `#wtf?` method. In some projects we could benchmark a factor 10 improvement, with smaller...

please test

Hey folks, I might be insane, but I'm experiencing something weird when using `#deep_merge`. In a tiny Rails 7 app, I have a `Diagram` ActiveRecord model. ```ruby diagram = Diagram.find(1)...

bug?

In `Circuit#call`, a while loop that also doesn't `call` termini anymore improves from 1.23 to 1.55. ```ruby def call(args, start_task: @start_task, runner: Runner, **circuit_options) circuit_options = circuit_options.merge(runner: runner) # TODO:...