Klesh Wong
Klesh Wong
Using `nvim-lspconfig` configuration on `nvim 0.7.2` with `golang 1.19` When renaming variables, the linting error doesn't seem to update, unless I reload the file: 
### Describe the bug `mv` command reports `file not found` when the source path contains glob characters like `[` ### How to reproduce 1. touch a[b].txt 2. let $f =...
### Related problem For POSIX-compliant shell, we can do this ``` sh -c 'echo "$@"' -- foo bar ``` would print ``` foo bar ``` However, there is no way...
## What and why to refactor Currently, we have 2 types of ApiCollectors 1. `ApiCollector` - Stateless API collection helper 2. `ApiCollectorStateManager` - Stateful API collection helper on top of...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened    ### What do you expect to happen...
# What it does Fixes #1605 # Why it happend `nushell` doesn't accept `--` at all, it would throw an exception when it was given # How does the fix...
config: ``` set shell nu set shellflag "-c" cmd myreload !{{ lf -remote $"send ($env.id) reload" }} ``` error: 
### Summary refactor: add ipv6 test cases for api client blacklist feature
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case Reduce the time to crunching massive amounts of data...
# Description Implementation of #11897 to support CLI tools like `lf`. ## Use case This use case demonstrates how Nushell can seamlessly integrate with CLI tools like lf that support...