Klesh Wong

Results 34 issues of 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: ![image](https://user-images.githubusercontent.com/61080/191907206-6a7e3b91-10a8-4cbc-91e2-3d4064390574.png)

### 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 =...

needs-triage

### Related problem For POSIX-compliant shell, we can do this ``` sh -c 'echo "$@"' -- foo bar ``` would print ``` foo bar ``` However, there is no way...

enhancement
needs-triage

## 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...

type/refactor
Stale

### 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 ![image](https://github.com/apache/incubator-devlake/assets/61080/12cb9c74-319a-4243-9048-8fdd97d5292b) ![image](https://github.com/apache/incubator-devlake/assets/61080/c0f97a62-5352-43ea-aaa3-31232233bad7) ![image](https://github.com/apache/incubator-devlake/assets/61080/56ea288f-a27a-49bd-83b5-a1fb33218755) ### What do you expect to happen...

type/bug

# 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: ![image](https://github.com/gokcehan/lf/assets/61080/4e9c5bac-5dfd-4533-b517-139a21862f19)

### 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...

type/feature-request

# 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...