tomclose

Results 5 comments of tomclose

Have you considered that there are objectives that we know about which involve multiple channels? Two examples: 1. PartialWithdrawal (will need to have an `old_ledger_id` and `new_ledger_id`) 2. OpenChannels (needs...

I think you're right to clarify that it's one _active_ objective. Proposed objectives should also not count here, so looks like we'll definitely need a way of recording the `channel-objective`...

Some notes on objectives: https://www.notion.so/Objectives-559365fbd8db4aedb97388e463abe5c1

Just wanted to highlight that this is a really nasty issue to debug and one that is probably affecting a lot of people. For us it manifested as "we upgraded...

In case it's useful for anyone to know, #674 doesn't handle the following case: ```ruby # having a `->` in your input breaks the fix: str = 'some text' StimulusReflex::HTML::DocumentFragment.new(str).inner_html...