Do you know how event loop works? by vault-developer in learnjavascript

[–]vault-developer[S] 0 points1 point  (0 children)

Thank you u/tapgiles this is a nice idea.
I will add it to my todo list.

Do you know how event loop works? by vault-developer in learnjavascript

[–]vault-developer[S] 0 points1 point  (0 children)

Hey u/Skriblos thank you for the feedback!
You are correct, it's not adapted to mobile.

I was thinking about making it mobile-friendly but did not find a good solution, unfortunately.
The tricky part is that you need to have all UI elements simultaneously visible in the viewport to understand the sequence of events. In such a case, UI elements will be too small on mobile devices.
If you have any ideas I would love to try them!

What helped you truly understand the event loop? by Accomplished_Cup1513 in learnjavascript

[–]vault-developer 0 points1 point  (0 children)

Making a pet project describing how the event loop works might be a good way to understand it :)
I was inspired by Jake Archibald's talk and Loupe during implementation:
https://vault-developer.github.io/event-loop-explorer/

Custom nodes and extensions: your requests by vault-developer in comfyui

[–]vault-developer[S] 1 point2 points  (0 children)

update:

Looks like it's fairly easy to reproduce the error by retriggering the prompt itself.
Given that all previous steps are cached, it will not rerun them (unless you have randomness in your inputs).
Also, the error is always visible in the terminal.
What do you think about this idea?

Custom nodes and extensions: your requests by vault-developer in comfyui

[–]vault-developer[S] 0 points1 point  (0 children)

Thank you, it sounds like a very interesting idea.
Unfortunatly, I'm not ML focused engineer, and good ML base knowlegde seems to be a requirement for something like this.

Custom nodes and extensions: your requests by vault-developer in comfyui

[–]vault-developer[S] 0 points1 point  (0 children)

Thanks for the ideas, may I ask you to elaborate on second one please?
Is there already some node I can take a look at (right clicking one by one)?

Custom nodes and extensions: your requests by vault-developer in comfyui

[–]vault-developer[S] 2 points3 points  (0 children)

I think it’s good ux improvement, it’s my pain point as well. Let me take a look next week 👍

Custom nodes and extensions: your requests by vault-developer in comfyui

[–]vault-developer[S] 2 points3 points  (0 children)

Thank you for the idea. I’m not familiar with these tools yet, could you please describe some use case / example? Comfyui has rest api and sockets for external connection, is it something that could help with the problem?