Morlay
Morlay
@whereswaldon The biggest problem isn't the layout, it's in the text input. Chars is dancing when text mixed inputing, because of this problem.
For css, it could fixed by line height https://codepen.io/morlay/pen/jOXKKrw But css line height model is different. Which gio is not used. https://iamvdo.me/en/blog/css-font-metrics-line-height-and-vertical-align So I choose the resizing to fix.
@whereswaldon How do you think? Should we normalize the baseline? or implement line-height like css?
@whereswaldon May consider to support this feature https://github.com/jantimon/text-box-trim-examples I think we could define the baseline easier. Even implement line height like css did.
> * **Implement text box trim:** This is doable, but I don't see exactly how it would help. Even if we trimmed the text box of an editor when typing...
`getContext` may be this, like `withProps`. ```ts function getContext(contextTypes: ValidationMap): ComponentEnhancer ``` https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getContext.js#L6
Same solution :- ) https://github.com/morlay/babel-plugin-transform-ensure-ignore
Thanks reporting, I will find a way to let it could generate pure SVG in node, if I have enough time.
confused for me too. `--cache-from` and `--cache-to` do nothing for `--mount=type=cache` https://github.com/docker/buildx/issues/399 `--mount=type=cache` cached dir in buildkit container `/var/lib/buildkit/` until gc cleanup.
@FernandoMiguel use remote buildkit could resolve by increasing gc limits. i setup it for my private projects. but some ci like Travis or GitHub Workflows buildkit is always created. `--mount=type=cache`...