Jonathan Coetzee

Results 5 issues of Jonathan Coetzee

Since upgrading to Hyper 2.0 foreground colour now hides the hints on nano. This only occurs when I enable this plugin. ![screen shot 2018-05-03 at 7 58 06 am](https://user-images.githubusercontent.com/1784961/39562182-9a3800b8-4eaa-11e8-8385-219effd5019f.png)

I'm attempting to use the code snippet below however my alias directives are not being honoured for the middle two SELECT clauses (Q2 and Q3) while the are being specified...

I'm unsure of the syntax for specifying cache min TTL in the config file. The argument works when specified on the command line but when I try either `cache_ttl_min` or...

I was looking at the RPi.GPIO package and I noticed that it supports software-based PWM. I was wondering if that would be an idea to add support for that to...

Added a generic formula to calculate $raw_salt_len, it will always return the value for least amount of data required for a given $required_salt_len.