Jonathan Ferreira
Jonathan Ferreira
I finally did it! HMR reloading with Nginx reverse proxy and Docker Compose! - `server` key on `vite.config.js` for using port 3101 for HMR ```js server: { host: true, hmr:...
@louiss0 I made a repo with a example explaining it on https://github.com/jonathan-f-silva/vite-docker-hmr-dev-base. Feel free to ask anything if unclear! :+1:
@mmahmoudian @borgmanJeremy Thanks for the feedbacks! I will learn and research more in the docs about how all this works to refactor this into a more sensible PR.
@mmahmoudian Hi again! Thanks for the comments, it is challenging but I am enjoying figuring things bit by bit! I did a couple of changes, hopefully for the better. ####...
- Added rendering with `QGraphicsDropShadowEffect`, now using `QPixmapCache` to cache the pixmap renderings after the shape is finished. - Also noticed some rendering issues when using the text tool: -...
@mmahmoudian Thanks! I used your command and seems that changed some formatting on some other files too, like `src/widgets/capture/capturetoolbutton.cpp`, is this okay? If not, I can revert these changes.
@borgmanJeremy I am using Windows 11 24H2 as my main OS. It was the newer clang-format indeed, tried on git bash, Arch WSL and the Ubuntu 24.04, but just in...
For me, it is working: I just downloaded just the `hakkun_nodes.py` file and moved it into the `ComfyUI\custom_nodes` folder like below. After restarting Comfy the nodes are showing just fine....
While this is not properly addressed, I did some (not so) quick hack in the simple tab to at least do some gens on mobile. Here are the changes if...
> ``` > sudo systemctl restart user@1000 > ``` This solved to me a `Failed to connect to bus: No such file or directory` issue. Using `guiApplications=false` here. Thanks @higordearaujo-bsy!...