Tobi Schäfer
Tobi Schäfer
# Logfiles ```plain → du -sh /var/log/{apache2,helma}/*.log | sort -h 4.0K /var/log/helma/helma.test.event.log 80K /var/log/helma/helma.manage.access.log 252K /var/log/helma/helma.antville.event.log 964K /var/log/apache2/access.log 2.3M /var/log/helma/helma.log 11M /var/log/helma/helma.antville.access.log 25M /var/log/helma/helma.antville.sql.log 152M /var/log/apache2/error.log 180M /var/log/apache2/other_vhosts_access.log ``` #...
```plain $ ls tagcloud.svg Lato-Bold.ttf Lato-Italic.ttf Lato-Regular.ttf $ svg-embed-font tagcloud.svg Found 1 fonts to be embedded. Using the following font files: Lato: Lato-Bold.ttf Output saved: tagcloud.embed.svg $ diff -s tagcloud.svg...
```plain $ svg-embed-font ~/Downloads/tagcloud.svg Error: Could not find SVG file /home/tobi/Downloads/tagcloud.svg in current directory $ cd ~/Downloads $ svg-embed-font tagcloud.svg No matching font file found for font-family: Lato $ lsb_release...
Trying to embed the fonts to SVG files created like the following: ```svg /* latin-ext */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');...
How hard would it be to display attachment/s of an RSS feed item in the Mattermost post?
- [x] I've [run a search on the existing bug reports](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests) to make sure I'm not filing a duplicate (you can use the search box at the top left corner)...
- [x] I've [run a search on the existing bug reports](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests) to make sure I'm not filing a duplicate (you can use the search box at the top left corner)...
To reproduce: 1. Copy the min.css code from the [customized download](https://mincss.com/download.html) section (Headings, Buttons, Forms) 2. Copy the code for a small button from the [docs](https://mincss.com/docs.html) (`btn-sm`) 3. Compare with...
### Describe the bug While stories render fine, the following error is thrown in the dev console: ```plain error Error: [@vue/compiler-core] decodeEntities option is required in browser builds. at baseParse...
As the title already implies: ```shell $ curl wttr.in curl: (18) transfer closed with 8691 bytes remaining to read ``` I think it worked at some time in the past;...