manzonif

Results 19 comments of manzonif

@intellix, try this: ```typescript constructor( el: ElementRef, private renderer: Renderer2,) { this.renderer.setStyle(el.nativeElement, '--grid-gap', `1rem`, RendererStyleFlags2.DashCase);```

installation fails on Windows: `npm ERR! > [email protected] build C:\Users\UserX\AppData\Local\npm-cache\_cacache\tmp\git-clone-71f5291a npm ERR! > make build npm ERR! /usr/bin/bash: make: command not found` And doesn't work with yarn.

Solved with a fresh install. thanks

@CaerusKaru, What do you think about the React approach? [https://github.com/artsy/fresnel](url)

> Still don't know the solution for this yet. I guess no. It working only if TranslateModule.forRoot() stay empty.

I think this issue is related to AOT compiler. I can avoid Cyclic dependency error using the following ParserLoader and setting the **translate** property before **init** method through Injector. The...

[here an implamentation for sd-webui](https://github.com/kohya-ss/sd-webui-additional-networks/blob/main/scripts/lora_compvis.py#L74)

[technically yes](https://github.com/kohya-ss/sd-webui-additional-networks/tree/main?tab=readme-ov-file#specify-target-region-of-lora-by-mask-experimental). I'm new to python, but I want to spend a few hours trying to implement it. I will hardly succeed :-(

Any details about the patch? I have v0.0.4 installed, but I am now at third hour of thinking phase. How should these situations be handled? In the GUI I only...