humbleui

jlmr 2024-08-15T16:09:31.532419Z

I’m seeing exceptions with the message “Can’t read disposed signal ‘anon-effect’“. What does this indicate? Is it something I’m doing wrong? I have not created any effects in my code, so I guess it must refer to an effect in humbleui.

jlmr 2024-08-31T10:29:01.875209Z

Sorry about that, fixed it!

jlmr 2024-08-16T09:10:31.044369Z

@tonsky I tried creating a minimal case where the error occured, but the error didn’t appear there. So I put the “real” code online: https://github.com/jelmerderonde/oblique It is an experiment with a “CRDT” database. The error occurs in the dev/oblique_ui.clj file. Evaluating (start-app) should start the app. If you then select a “peer” (by clicking) on the left side of the app and start “bashing” the “Transact!” button that appears, the error will occur. The exception is catched and tapped (see start-network-loop). So you should add a add-tap somewhere to see the exception.

👀 1
Niki 2024-08-15T16:10:11.417819Z

Hmm, I haven’t seen them in practice

Niki 2024-08-15T16:10:19.879439Z

Can you share your app?

Niki 2024-08-15T16:10:26.565059Z

I’d love to investigate

jlmr 2024-08-15T16:13:55.360869Z

Sure, it is an experiment, so I can share it somewhere. I’ll get back to you soon with a repo or something.

👍 1
Niki 2024-08-29T17:14:39.709979Z

Looks like oblique/util is missing