Manuel Maute
Manuel Maute
To reproduce: https://github.com/jsbrain/turbo-prune-test
Also I should mention that this appears to be a `yarn 2+` problem. Using `yarn classic` actually works without issues.
Would really love to have that feature. Would be incredibly useful to me (and probably others) 😀 Do you see any obstacles implementing this?
@graysonhicks Yeah same same ... 😆 Ok cool I might look into it and create a PR if I find the time and get something useful there :)
Any updates on this?
Anything would probably be ok. My point is, AFAIK there is **no option** to specify what element to render at all. Or am I wrong here?
I'm very limited on time right now but I think changing this: ```ts if (['String'].includes(field.type)) { return `${field.name}: '${field.default}'`; } ``` to this: ```ts if (['String'].includes(field.type)) { const docLines =...
Basically keeps the current implementation unless there is a `FAKE:` comment. Should be fine I guess?
This should get way more attention!
> Hi: > > Check this: > > https://commit.frappe.cloud/dashboard https://github.com/The-Commit-Company/frappe_er_generator That's pretty cool but there are no REST docs as far as I can tell ...