PAEz

Results 28 comments of PAEz

This sounds like the same thing I wanted...an object that emits an event when it changes. I made this..... https://gist.github.com/PAEz/b6fc1687e4e963796f189d539d8d9d0c ....seems to do what I want. Didnt need error checking,...

Wouldnt this just be?..... ```javascript let obj={a:{b:1}}; let path = "a.b"; let pos = path.lastIndexOf('.'); let prop = pos ? path.substr(pos + 1) : path; let parentPath = pos ?...

In @rikyotei defense, youtube-dl can handle this site and link. The problem is this pages response json is different to other sites (I think it was because youtube-dl cant determine...

Looks like the maker of FileCentipede did some tests and responded to the issue I opened with the following. I really like FileCentipede and would love to keep using it,...

Hi, sorry for no response. In the link I posted in the first comment (https://github.com/filecxx/FileCentipede/issues/369) I pasted a log of his app connecting to a proftpd server (I set one...

Or one that has a simple server you could connect to..... https://github.com/invoke-ai/InvokeAI I know the one @nigelp mentioned uses a server, but buggered if I know how it works. Whereas...

@nigelp In the meantime if you want a free image editor with local SD support, try Krita with https://github.com/sddebz/stable-diffusion-krita-plugin . Seems to work great. And Ivan if you know some...

A bunch of us want to use our computer, electricity and wotnot and already have the 4gig model downloaded. The 1.5 version of the Photoshop plugin/script added local support and...

Im using a box that uses the httprpc plugin and was able to connect to it with this app no problems. IP addressee, ssl and port are the same as...

I played with those glsl blend modes over the last couple of days when I didnt have net and wanted to look at this for procedural texture generation which really...