-
**PLEASE NOTE**
:warning: GitHub issues are for reporting problems with the software, tech support do not monitor these.
Our software team are smol and busy, and you will not receive a timely resp…
-
if I use the internal search function to limit results to a particular person, the "place" value fails. It looks like the place value is computed AFTER the search results instead of BEFORE the search…
-
This is my `.changelogrc`
```
{
"app_name": "Git Changelog",
"logo": "https://github.com/rafinskipg/git-changelog/raw/master/images/git-changelog-logo.png",
"intro": "Git changelog is…
-
BPF is a linux kernel technology which allows to run some custom
codes in kernel. Specially, BPF allows to tracing kernel functions
given a function signature. For example in [1], in include/linux/…
-
### Description
relates to:
- https://github.com/containerd/containerd/pull/8309
- https://github.com/opencontainers/runc/issues/3770
I noticed https://github.com/containerd/containerd/pull/…
-
**Is your feature request related to a problem? Please describe.**
I typically want to refresh the search results after changing files. For example, I might be changing all LSP references to a symbol…
-
hi, @erikgrinaker , thanks for yor great project!
When I run `cargo test ---test tests` it says `invalid input: table test already exists`, I think I can fix it by deleting the datadir, but I'm not…
-
While building the 6.1.0 Debian package, the debian linting tools point out a possible typo in the binary ("thast" should be "that"). Looking in the compiled binary, I see:
```
$ strings /usr/bin/…
-
how time to support
```yaml
files: "$(find build/libs -type f|grep -v "sources")"
```
or
```yaml
-
id: getFiles
run: |
echo "name="$(find build/libs -type f|g…
-
There are tools like grep-ast that are great for programmers:
```
$ grep-ast pattern files...`
```
they support variety of languages (e.g. `rust - `$ grep-ast --languages` : https://github.com…