Fionera
Fionera
Sure thing :) I wasnt sure if this is a feature request or a bug since CUE already has a Glob feature, but doesnt implement the full spec.
I already tested this by just increasing the sizes and it just works. Even the maxMemory value which blocks starting of too big Systems. It just allows more freedom in...
I got the recipe to work tho I dont know how to get it into JEI. https://github.com/Paranoidlabs/oc2/commit/fb0a5dff04ae5d8d19eca94b1e2c12a26173ecab
I tried ```"xfce4-terminal" in os.environ.get('COLORTERM', "").lower()``` and it did not work on my Arch Machine.
Something like this? ini: ``` [section] phpversion[] = "5.0" phpversion[] = "5.1" phpversion[] = "5.2" phpversion[] = "5.3" urls[svn] = "http://svn.php.net" urls[git] = "http://git.php.net" ``` go: ``` var phpVersions []string...
Yes I know :) Is it hard to add support for it? Would be a very nice feature ^^
I changed the config backend in rclone to use this... In my case I need it to save a structure like this: ``` path["test"] = test_remote: path["test/foo"] = blafoo: ```...
I need to read/write in that format because I cant change the way the other config is working
Well this is the fastest reaction I got to a PR ever :D I just pushed it without fixing the Tests etc, just as an idea on how to implement...
Yeah the line endings where broken. IntelliJ was kinda freaked out :D I checked the output of the script and it should work. ``` whitelist_fionerafionerade { from = "/^.*@lists\.php\.net$/i"; priority...