Gungun974
Gungun974
Okay i found something. When i create my Opencore config, i had need to disable one of my graphics card (NVIDIA) with this guide https://dortania.github.io/OpenCore-Desktop-Guide/extras/spoof.html But when i execute what...
@xfzv had you find a solution to your problem because I have exactly the same. I have my treesitter plugin which is well installed for neorg and then in neorg...
I never resolve this problem but I have change my sound configuration so this problem is not related to me anymore.
Does PR #198 allow you to export all files to a specific folder of your choice? So I'm very new to Go *(less than 48 hours yay but I like...
> Hey @gungun974, I'm just getting to know Templ, but seems you could separate out the attribute rendering and define your own types for HTMX params... Haven't tested this, but...
> I can see this working, but I usually avoid struct tags like the plague, it would make more sense to me to be a new type that can be...
Thanks for this suggestion @xgalaxy but I don't understand how your new keyword `attrs` works from the first glance. With the example you show it's like a map of string...
> The syntax is derived from how templ already does CSS components. I personally don't think its too complex. See: https://templ.guide/syntax-and-usage/css-style-management#css-components Yes it's true templ support that but I don't...
I've finished creating my draft pull request. It was simpler than I imagined to create the parser given the current project structure. However, as for the generator, I have no...
If I understand correctly what you said @a-h : You'd rather handle dynamic attributes using a slice instead of a map (and then we can utilize some variadic functions). And...