Ross Smith II

Results 192 comments of Ross Smith II
trafficstars

This has worked for me: ```shell export YADM_TEST=1 local nounset=${-//[^u]/} [ -n "${nounset}" ] && set +o nounset # shellcheck disable=1090 source=~/bin/yadm source yadm process_global_args set_operating_system set_awk set_yadm_dirs configure_paths set_local_alt_values...

@jwatt I had the same problem. macOS's version in `/usr/bin` lacks support for `-pbkdf2` and `-iter`. Homebrew's version does support these options, but it's not enabled by default (at least...

@rashil2000 Or we do something like: ``` SELECT ... b.official WHERE apps a INNER JOIN buckets b ON b.id = a.bucket_id ... ``` ?

What about adding some selects and check-boxes to the search function: * [ ] Order by: [ name/version , popularity , freshness , ... ] * [x] Results: [100 ,...

> This seems to be fixed now? @rashil2000 Not yet. Imagine is blank under https://rasa.github.io/scoop-directory/by-stars.html#chawyehsu_dorado which is due to the emoji in the description [here](https://github.com/chawyehsu/dorado/blob/c4bfd6a4711d6d7b613d276f3d1772760a286039/bucket/imagine.json#L3) The error is reported at...

@oueV Great idea! I will try to implement soon.

Probably this article [here](https://stackoverflow.com/a/34956791).

> Is there even a consensus that such encoding functionality would be desirable? @acolomb Good question. Until then, I am trying to keep the PR up-to-date. > My gut feeling...

FYI, both `scoop bucket add extras & scoop install sqlitebrowser` and `scoop bucket add versions & scoop install sqlitebrowser-nightly` work

https://hub.docker.com/r/mstruebing/editorconfig-checker/tags now has tag 2.7.0 as `latest`. What needs to happen for this version to be used by megalinter?