Cleisson Alves
Cleisson Alves
I am using Fedora, but the fix described is not applicable because the path is already correct. Still, Omnisharp does not work. Zed: v0.143.6 (Zed) OS: Linux Wayland fedora 40...
As stated by @gritsenko, for now you can get the package using the nightly feed source. ```bash dotnet add package Avalonia.Markup.Declarative --source https://nuget-feed-nightly.avaloniaui.net/v3/index.json ```
If i understood correctly, the `ControlPropertyExtension` calls the method `_set`, that adds a new `ViewPropertyComputedState` to the `ViewBase` `__viewComputedStates` HashSet. Maybe, when the functions are the same, only the first...
To test the theory, i set the `expression` parameter of each extension method to a new Guid. Now everything updates when StateHasChanged is called. ```csharp public class Flags : ComponentBase...
Nice. Everything is working now. Thank you!
I am experiencing the same with the following custom nodes: comfyui-lora-manager ComfyUI-Crystools ComfyUI-Gallery They are installed and working, but don't show up on the list as installed. When trying to...
Again, the custom nodes initialize and work just fine, the bug is the Manager not detecting as installed and failing to update them.
> Can you show the file content of the `ComfyUI-Crystools/.git/config`? @ltdrdata, I think you solved the problem for me. For some reason there was no .git directory in the custom...
> Or is the dir contains .tracking file? My ComfyUI-Crystools and comfyui-lora-manager dirs do not have .tracking files. ComfyUI-Gallery has. Having a .tracking file seems to be unrelated. I made...
The only difference between the version that was detected by the Manager and the one that was not is the presence of the .git dir. I just tested with a...