tk

Results 7 issues of tk

项目中使用了Mockjs,组件报错,在vue-element-admin找到了解决办法。 https://github.com/PanJiaChen/vue-element-admin/issues/1466 下面是我的解决办法: ``` Mock.XHR.prototype.proxy_open = Mock.XHR.prototype.open; Mock.XHR.prototype.open = function() { let responseType = this.responseType; this.proxy_open(...arguments) if (this.custom.xhr) { if (responseType) { this.custom.xhr.responseType = responseType } } } ```

### 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. ### Description [Gitea](https://gitea.io/) is an open-source software package for hosting software development...

type/feature-request

### 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. ### Description I found that the plugin's ApiResources registration has a declaration...

type/feature-request

### 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. ### Description Using the plugin mode is flexible. The same goes for...

type/feature-request

Feature: Support for selecting WSL distribution ![image](https://user-images.githubusercontent.com/4404609/225183373-a2dff5b3-fc07-4e62-bd50-0be3ab986ee4.png) Open Folder label ![image](https://user-images.githubusercontent.com/4404609/225183529-9ce3053d-a61a-4420-8034-81818cdd9e3e.png) Openned Folder label ![image](https://user-images.githubusercontent.com/4404609/225183607-4597aff3-12f0-4b72-b2d8-535b7c05f7d7.png) Recent Folder label ![image](https://user-images.githubusercontent.com/4404609/225183689-27e5f4c8-4372-408d-8149-dd77c447638f.png) - [ ] Added an entry to `CHANGELOG.md` if this change...

the go tool chain installation will overwrite the existing version for example: dlv tool before launch lapce: ![image](https://user-images.githubusercontent.com/4404609/222091411-8acdbe6d-06cf-4988-a453-54d0a2cf0663.png) after launch lacpe: ![image](https://user-images.githubusercontent.com/4404609/222091492-7d8c1302-bb2b-49c5-9990-5b964ec4ac27.png) Vscode cannot be debugged due to the old...

add hooks for sse client: ``` go // OnBeforeRequestFunc is called before sending the request, with context. type OnBeforeRequestFunc func(ctx context.Context, req *http.Request) // OnAfterResponseFunc is called after receiving the...