Ross Smith II
Ross Smith II
@erenfro I don't know why, but neither `tr '[:upper:]' '[:lower:]'` or `tr '[[:upper:]]' '[[:lower:]]'` work on OpenWRT's BusyBox v1.33.2 (2023-04-14 11:34:26 UTC) multi-call binary. Fortunately, awk's `tolower()` does work. Of...
This works for me, and is bash 3 compliant: ```bash lc() { local i=0 c while printf -v c %d "'${1:(i++):1}"; do ((c)) || break ((c>64&&c3)) && function lc {...
> Looks like, since yadm is using /bin/sh which means POSIX compliance… @erenfro While the yadm command does begin with `#!/bin/sh`(for compatibility), it immediately executes `exec bash` [here](https://github.com/TheLocehiliosan/yadm/blob/0a5e7aa353621bd28a289a50c0f0d61462b18c76/yadm#L18). Note that...
> ```yaml > contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref) > ``` > > ... but it will also match branches like `refs/head/main-staging` or `refs/head/masterfoobar` which isn't intended. With all due respect, not according...
Hey @nvuillam, The logs direct the user to https://megalinter.io/7.9.0 which still has the redirect loop bug. :(
Code is correct, but this PR's title has a typo. It should be **_IS_FINE_GRAINED_**. :)
The master branch still exists, but it's 3 years old. See https://github.com/actions/checkout/branches/all?query=ma
@jeanfmc I don't own this repo, so I'm not in a position to approve your PR, sorry.
Once #351 is merged, python 3.11 and python 3.12 will pass all tests. See [here](https://github.com/rasa/pykeepass/actions/runs/5920828263).