Robin Cerny
Robin Cerny
If my understanding of regex is correct, `^ata-` only searches for ata attached drives (SATA/IDE), as far as I know, SCSI attached drives should use `^scsi-`. That is consistent with...
I've tested it with a different regex, to also incorporate SCSI devices, a friend of mine made the regex, just replace it with: `/^(?:ata|scsi)\-/` or `/^(?:ata-|scsi-)/` both work, but I...
I don't know that much about regex, I asked a friend of mine (perl dev with a lot of knowledge about regex) who gave me that regex, and it works...
I agree with Hakanai, the British flag for english would also be more consistent with everthing else, as websites also use the British flag for the english language. The US...
Wikipedia also uses Flags: https://en.wiktionary.org/wiki/Wiktionary:Language_flags_list About the whole "don't use Flags, it's bad UX/UIX" debate, Picture this: sometimes the language is written in it's own language, and in such a...
Maybe you should read the rather good explanation and documentation? TL;DR: https://github.com/dxinteractive/ResponsiveAnalogRead#analog-resolution
Strange... I'm also using it under 4.0, since some months and didn't have to change anything. I also applied it some days ago to a new host, it's just working....
That would be a really nice feature. Probably a nice addition would also be to have a tick box if it should be public or not (specific for all the...
that depends on the phones/tablets firmware some ROMs have something like that already implemented, but almost all need to be modified and/or rooted to do so. I wish something like...
> https://github.com/ssieb/custom_components/tree/master/components/apcups That only supports Schneider Electronic (APC) UPS, NUT supports a much wider range of UPS systems