Nick Sutterer

Results 675 comments of Nick Sutterer

Yepp! :grin: The form's API is `result = validate(params)` and that's the only single entry point to invoke that logic. I want to reduce state in the form and flatten...

Nice stuff! I just checkout out your gem, and it's very similar to `Trailblazer::Operation`! :grimacing:

It's because we merged a poorly tested PR where we'd allow >= slim-4.0. They must've changed the internal buffering.

Any chance I can see the complete stacktrace? Alternatively, you could PR a test case, that'd be great. :beers: You probably have to add the provoking code here in the...

The only way to fix this properly is to talk to the nice person making `slim`. We spent a lot of time making output buffering completely procedural, without any magic...

Heyyyy @mrbongiolo great to see you again! Hope you're doing well! :beers: I will have a look into slim the coming days, maybe it's easily fixable.

@richardboehme :point_up: Reverting this commit does the trick? :open_mouth:

I remember having a lot of problems with the hacky way Rails imiplements `@output_buffer` behavior, we wanted to get rid of the global mutual state in Cells and Slim. Adding...

Hi, thanks, those repos do not exist. Anyway, many companies use TRB will all kinds of frameworks (Rails, Roda, Grape, Hanami, etc), any specific one you're interested in?

Most probably, we ditch the entire gem in favor of the `dry-system` gem.