Yo Lulkin
Yo Lulkin
Sorry, I don't follow.
Could be easily fixed in a PR. Any chance you can try it out?
Could be easily done in a PR, any takers?
Yes, that's a problem. Will take a look into it ASAP.
So I took a look and given the (hacky) way we do erb parsing on it it's going to be a lil tricky. But I'm still thinking about a proper...
You're right about the expected output on ruby inside an attribute, but on ruby inside a tag this is the right output: ``` erb ``` ``` slim td class=("first_row_cell"'.html_safe if...
Sorry for the delay. Will try soon.
I also feel that dockest could be split into 2 libs, one that would simply be a drive for docker-compose (like https://github.com/apocas/dockerode or https://github.com/AgustinCB/docker-api) and then one that couples that...
I have the same problem, although my example is simpler. Given the following code: ``` js export default function Tooltip () { ... } Tooltip.arrows = ['up', 'down', 'left', ...];...
I didn't really work for me without minor adjustments. I'm trying to find the closest thing to https://www.servant.dev/ in TS.