-
I am having issues with the plugin where it seems to be getting stuck on the previous error code generated . Running bit bucket DC version 7.21.2 with the latest version of external-hooks
My scripts…
-
current:
```
kontena node ls | grep offline | cut -f2 -d" " | xargs -L 1 kontena node rm --force
```
desired:
```
kontena node ls -q -f status=offline | xargs -L 1 kontena node rm --force
```…
matti updated
7 years ago
-
### Describe the Bug
.dll files in .NET SDK/Runtime contain a full path to pdb associated with it, except path corresponds to the original build location, and doesn't match the pdb location when en…
-
`grep` will fail to capture runtime error like
```
Line 1798: Expected 2 arguments, but got 1.
```
and test cases with the above output is erroneously marked as PASSED.
-
First, :tada: Thank you for this plugin. It feels modern, it is super useful, and very slick.
> I know this Ggrep is already used by fugitive. I'm open for changes.
IMO, it is much more importan…
-
Addition of community dataset will sharply increase the no of available datasets. So it will become difficult to browse through repos or catalog.
So, it would great if we can add a new CLI command …
-
Following solution not work.
### wrapper script
```
#!/usr/bin/env bash
# llama_translater
content="$1"
if echo "$content" |grep -P '[\p{Han}]' >/dev/null; then
…
zw963 updated
1 month ago
-
As titled:
```
$ deadnix --exclude packages/shells/cod/default.nix -- \
| grep packages --context=3
70 │ (final: prev: {
│ ╰─── Unused lambda argum…
-
Thank you for your work on this great extension!
I'd like to configure the search_log_content function to grep on commit messages instead of commit content. I read your doc but didn't find if this …
-
**Describe the user story**
I'm a Yarn user and want to use glob patterns in my scripts. For example:
```json
{
"scripts": {
"grep": "grep -F \"$1\" packages/*/sources"
}
}
```
…