Yves Glodt

Results 10 issues of Yves Glodt

Hi, I created a playlist for an mpd instance with the following content: ``` #EXTM3U #EXTINF:-1,RTL Radio Lëtzebuerg http://localhost:12345/88900000/0 #EXTINF:-1,Radio 100.7 http://localhost:12345/100700000/0 #EXTINF:-1,EldoRadio http://localhost:12345/105000000/0 ``` Mpd is running on the...

bug

Hello, I have a strange issue with ngx-material-file-input on Safari on an iPhone (latest iOS). In fact, Safari simply does not upload the files. Or better said, it uploads them,...

Hello, the demo https://merlosy.github.io/ngx-material-file-input/ does not work in IE11 with the following error: ![image](https://user-images.githubusercontent.com/489599/59087506-1b74ec00-8905-11e9-8bad-4dc62f0e5173.png) Maybe it's just a matter of enabling the polyfills.

On a phone I obviously set `showArrows: false` but then the arrows are only hidden, and their space is still taken. How can I get the images to be 100%...

I seem to be unable to correctly import `ng-file-upload` in my new Angular 6.1.6-based project. As soon as I add this to `app.module.ts`: > import {ngFileUpload} from 'ng-file-upload'; I get...

I suggest creating the files /etc/wireguard/wg0.conf and /etc/wireguard/params with permissions 600 for enhanced security. The generated files in /root/*client*.conf could also be created with 600. Otherwise, thank you a lot...

According to the gzip manpage, using the --rsyncable flag improves data usage: ``` --rsyncable While compressing, synchronize the output occasionally based on the input. This increases size by less than...

For easy integration into applications which deal with css-based value strings, it would be nice if the value-property could deal with css-valid color strings. Or if there would be a...

Hi, is there a way to get html to be interpreted, and not printed as source, when returning html from a computed function? If yes, this would probably also resolve...

Hello, first of all, thank you for this great component! Is there a way to style a column with css produced from a computed method? E.g. I would like to...