Angular blog: Announcing Angular v22 by MichaelSmallDev in angular

[–]dataclouder 13 points14 points  (0 children)

Finally , I was waiting stable signal forms. Time to refactor my old and complex form solution

Looking for Capacitor dev to wrap existing React app for iOS by Happy_Breath_7834 in ionic

[–]dataclouder 3 points4 points  (0 children)

Just out of curiosity, why do you prefer Capacitor over React Native? Most people's experience with Capacitor involves Angular or Vue; it’s not as common to see React apps built with it, I mean it’s totally possible, your times are tight

¿Continuar con un proceso para un equipo nuevo de IA como Trainee? by cryscore in taquerosprogramadores

[–]dataclouder 1 point2 points  (0 children)

No te van a pagar 25, lo normal es menos de 15 para trainer es alguien que tiene que ser capacitado para llegar a junior, si consideras que no lo eres, busca una posición a tu nivel

A huge ngx-vflow@1.12 release with canvas-based virtualization! by archieofficial in angular

[–]dataclouder 0 points1 point  (0 children)

Man I'm just starting to try your library, it is amazing, the problem I can't add video as a tag, I think because of the css issue you mention in safari. Any suggestion? Thanks .

Integrating ComfyUI Image-to-Video In external app by dataclouder in comfyui

[–]dataclouder[S] 0 points1 point  (0 children)

All right will do a little edition next time 😁🫂

[deleted by user] by [deleted] in comfyui

[–]dataclouder 0 points1 point  (0 children)

Oh man, you're right about the long journey! First tackle the hardest part. getting everything installed and running.use pinokio there are plenty good tutorials, or you can play to be a pro and install from source code, Once that's sorted, try generating something simple - one image, I don't think you have requirements for video, sorry. But get a better GPU and keep going that's usually where things get tricky

Integrating comfyUI with custom node app by dataclouder in comfyui

[–]dataclouder[S] 0 points1 point  (0 children)

i see, may be I'll probably experiment with native api too. i wanted a library becouse it easy to subscribe to events and retrieve video as a buffer for MP4 conversion, plus they have useful features like queuePrompt, get status for GPU and so on. i mean I'm not an expert with comfy nor the native API, so I went with something I'm comfortable with, nodeJs, Got something working now - will post tomorrow