Luca Fabbri
Luca Fabbri
I fixed this issue on my case by adding a padding to the Grid element as described at https://github.com/kristoferjoseph/flexboxgrid/issues/144#issuecomment-255513709
Hit the same issue. I confirm that manually embedding the font in base64 works for SVG included as `img` tags. Used tool described at https://css-tricks.com/using-custom-fonts-with-svg-in-an-image-tag/
@vjeux sure! This archive contains an example svg generated by excalidraw (_pre.svg_) and the same image processed by [nano](https://vecta.io/nano) (referenced in the article above). [pre-and-post-svg.tar.gz](https://github.com/excalidraw/excalidraw/files/5313418/pre-and-post-svg.tar.gz) This is a screenshot of...
@vjeux if you take a read to how nano works: they claims to optimize it: > ... In addition, we also optimized how we embed fonts into SVG, resulting in...
@christyjacob4 sorry I don't fully understand. This repo will remain with a wrong README? Or is it some way automatically synced with the README you are referring to?
Thanks for clarification!
@lost-RD thanks, interesting (although I don't understand why claims that authentik is "the only self-hosted OAuth provider" 🤔). However this approach will never end: adding more and more auth providers,...
Did a quick test. Nothing unexpected, but authentik can't help in this OOTB. It's making some assumptions on URLs format (so: not inspecting the service in a standard way). But...
@mbrevda I can partially answer to your question: after running... npm run build:langs ...you will find a `data.json` inside `build/locales`. The file only contains english definitions but adding other is...
Hi @iam-peekay About point 1: true! Splitting in separate files is probably simple enough, let say that commonly other languages/libraries starts from separate files (I've lot of experience with Python...