-
We should write a safe_echo() which is more or less like the following:
``` php
function safe_echo($input) {
echo(htmlspecialchars($input));
}
```
All calls to echo() that aren't known to be saf…
-
The Jedis connection pool metrics show up for Kayenta but not for other services like Fiat.
Fiat:
```
spinnaker@spin-fiat-bb6bcb649-mfldg:/$ wget -q -O - localhost:7003/aop-prometheus | grep -i…
-
Something like this
```
grep -v 'long long\|optab optab\|template template\|double double' *.{[chS],cc} */*.{[chS],cc} *.def config/*/* 2>/dev/null | grep ' \([a-zA-Z]\+\) \1 '
```
-
Spawning a proper terminal via `editor.command` is a somewhat common issue - the argument syntax between different terminals is different, and often they need some kind of switch to not fork to the ba…
-
How to reproduce (July 11, spv19, the channel is probably not important):
```
$ lbrynet claim search --channel=@DistributedBarbecue:3 --fee_amount=0 | grep total_it
"total_items": 4,
$ lbrynet…
shyba updated
2 years ago
-
I am running hits on my router using entware. It looks like the script is getting stuck on line 115.
```
while [ $route_set = 1 ]; do
route_set=$(curl -4 -s "https://network.feral.io/looking-…
-
(First: excellent tool, thanks for making it!)
We have a large code base in python that I am trying to clean up every now and then.
I'd like the feature to suppress normal output and print numb…
-
Is there a way to pass arguments to `rg`?
Since the grep command uses `rg`, can we pass argument to `rg` within the extension?
I would like to simulate the behaviour of `rg -l` using CocList
```
…
-
#### For new checks and feature suggestions
- [X] shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this
- [X] I searched through https://github.com/koalaman/shellchec…
-
A follow-up for our Slack discussion in https://space-meridian.slack.com/archives/C06RPCL6QGL/p1714047593651149.
> I realised that our instructions for running Station Core don’t configure any pers…