René Stalder

Results 91 comments of René Stalder

@ktsn I feel like that's a shot into the dark. It now seems pretty clear that functional templates are dropped. Only functional components created via scripts will be available, with...

Real bummer here. Does it take much effort to implement that? I can also create a PR if you point me to the gap in the code that has to...

I feel like `structureItem` above might reference a field with that name and not a method. So if your fields are named differently, the example will not work out of...

So anyone found the concrete solution here? This is still a problem and removing type definitions from the tsconfig is definitively not an option. Rather the generator should pick them...

That never happened before, but I also see this issue now for the first time in a project. Seems like the extensions runs into some issues initializing, as it drives...

I never did that unfortunately. I guess one starts with creating a tap (that's like a repository for your package) and then creating a formula (that's the package). https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap (that's...

Oh okay, makes sense. I manually put the binary to my `usr/local/bin` and found it a bit cumbersome. Especially now I have to find out how to start it in...

In my understanding, data inheritance, in all patternlab editions, never works downwards, e.g. a child will never take it's own .json files for data and will rely on the data...

Wouldn't it be even better not to have a hard-coded copy task and instead let Webpack copy them when they are referenced somewhere? I mean, that's actually the case for...

> This is due to the version of pattern-lab core that's being used, it was a fork of the gulp version and needed to copy files at that time. I...