Mel Massadian

Results 465 comments of Mel Massadian

This!! I love goto-preview, it really helps with context switch. So much that I want the feature of this issue: being able to open "anything" in gtp. Do you have...

I'm sure it's "normal" since the dimensions are hardcoded. Here is the full screen on my vertical monitor: ![image](https://github.com/teia-community/teia-ui/assets/7041726/3a369916-f690-4859-907c-dd606fbf39cd)

Yes it uses hardcoded dimensions I'm not sure we can sanely handle cases like that

AFAIK PCRE is bundled with nim releases, this is the `bin` folder on windows for instance: ![image](https://github.com/nim-lang/langserver/assets/7041726/f6df1f8c-ff26-44d3-9251-d4dedbf1e9c8) I had a similar error that I solved by adding nim's bin folder...

Thanks for the report, I'll address this asap, in the weekend. Closing #262 in favor of this one

> BHW mask type to BHW3 What is the reasoning I don't get it, why not BHW1? Currently, it's BHW > I personally think BHW4 or another image format specifically...

> BHW will display properly in the preview node, but will not composite properly with out conversion to BHW3, and since the only real use for converting mask to image...

> So this all started because in `comfy_extras/nodes_mask.py` I see, I didn't get it was about the "internal" methods, I don't use most of them, but maybe will after this...

Thanks but i'm not entirely following. I do not automatically handle dependencies anymore (the code you are refering to is never called it was back when I was shipping an...

Oh wait yes I still use `import_install` in a few places! But the goal is to only install the provided dependency not the entire requirements.txt, I'm away today but I...