March 26, 2021

Stimulus 1.1.1 to Stimulus 2.0.0 – possible regression

Yesterday we talked about how ‘simple’ migrating to stimulus-2.0.0 would be. It is - but you should not be stupid. The changelog wrote: CHANGED: Default event […]
March 27, 2020

Refactoring tests around JS promise.

Refactoring tests around JS promise. The problem: We had a JS promise, but we never set a catch or finally. This wasn't a problem, until it […]