andrewhessler
andrewhessler
I had this issue running integration tests with Jest. The import in the entity for the relation... ```ts import { Column, Entity, JoinColumn, OneToOne } from 'typeorm' import { Base...
I ended up running into this, and for our use case (subscription API updating a frontend) it's not ideal behavior. I'll go into the details after the quick fix. ##...
> I like this because it kind of completes the "toolbox". > > For mapping to a result: > > * andThen (only runs for Ok) > * orElse (only...
> I've not reviewed the PR completely yet, but this bug has been there long enough that I assume someone might have started accidentally relying on this behaviour. Could you...
@milindl I don't really know etiquette around this, but crossed my mind today, so thought I'd check in. Let me know if there are any other updates I can make.
This was added by https://github.com/sst/opencode/pull/1096