Yo Lulkin

Results 28 issues of Yo Lulkin

One cool thing would be to be able to autodoc all components. This doc would show every component and option available along with html samples and the results. Since you...

A long ago I've also written this ... https://github.com/joaomilho/brazilian-documents-validations Every now and then I need it again and I look at github for the best solution and there are 50...

Since many people opt to use this extension to avoid unnecessary compiling steps when including regular `.js` nowadays.

So if one tries grasp with the --in-place option, it removes the node headers of files (`#!/usr/bin/env node`). Any simple workaround?

Hi there! First of all, thanks for the work, I think it's a great initiative to have a simple and universal way to deploy SPAs. Reading the code I don't...

Ex1: This works ``` const higher1 = (fn) => fn export default higher1(MyComponent) ``` Ex2: This doesn't ``` const higher2 = (fn) => (props) => fn(props) export default higher2(MyComponent) ```...

enhancement
help wanted

So Sagui is very useful for kickstarting projects but it starts becoming a hindrance in the long run, since one needs to understand how Sagui works behind the scenes and...

I think the default should be to show the build output in production builds. It doesn't make much sense to be showing it in dev where there are all kinds...