Simon Oosthoek
Simon Oosthoek
I found this issue when I was looking if open issues already existed for my suggestion to add an optional vertical component to rotate_extrude. This would seem to address my...
I don't see that number in de projects list, has it been merged already for the next release?
I agree this would be nice, to explicitly ignore a check. If this check were really smart, it would automatically not complain about `ls -l`, because in most cases you'd...
Hi Jeremy, that makes two of us ;-) I'm also quite new to hugo and not an experienced web developer... (But I started with webpages ages ago, so my experience...
I just had a look at the sources of hugo, it seems I was right, but it's probably going to take quite a bit of work to fix it in...
On 17-10-16 16:18, Bjørn Erik Pedersen wrote: > Does > > |style="background-image: url('http://base/sub/image.jpg');" | > > work? > > — > You are receiving this because you were mentioned. >...
:+1: The role of "Circles" in Contacts is quite unclear to me, if it means that people in a certain circle have access to some contacts or groups of contacts...
A workaround script that seems to do the trick: ``` bash #!/bin/bash # find tunnel device. probably tun0 TUNDEV=$(ip route |grep default |grep tun |awk '{print $5}') if [[ "$TUNDEV"...
I agree, creating a paste should (could) require a password (upload password), but once you get the URL, you should be able to read the contents unless it is encrypted...