KZ

Results 42 issues of KZ

```bash curl --socks5 127.0.0.1:1080 http://xyz.com ``` ```go proxyUrl, err := url.Parse("socks5://127.0.0.1:1080") httpClient := &http.Client{Transport: &http.Transport{Proxy: http.ProxyURL(proxyUrl)}} u := "http://xyz.com" req, err := http.NewRequest("GET", u, nil) if err != nil {...

**To Reproduce** 1. create table ```sql CREATE TABLE [dbo].[Test2021]( [dt] [datetime] NULL, ) ON [PRIMARY] GO ``` 2. go run main.go ```go package main import ( "database/sql" "fmt" "log" "time"...

今天想用iloc取rsi某个index后的数据,结果发现取得不对,最后才发现RSI返回的数据长度不对。。 ```py klines = klines_H1.iloc[-15:] rsi1 = RSI(klines, 7) rsi2 = talib.RSI(klines['close'], timeperiod=7) print(len(rsi1.index)) print(len(rsi2.index)) print(rsi1.head(100)) print('--') print(rsi2.head(100)) ``` 并且算出来RSI都是nan,talib算出来是有值的

test.1m.sh ```bash echo "--pbpaste_test | shell=/path/to/test.sh" ``` test.sh ```bash /usr/bin/pbpaste >> /path/to/pbpaste_test.txt ```

From the document, https://docs.gomods.io/install/build-from-source/ ```powershell git clone https://github.com/gomods/athens cd athens $env:GO111MODULE="on" $env:GOPROXY="https://proxy.golang.org" $version = "0.2.0" $date = (Get-Date).ToUniversalTime() go build -ldflags "-X github.com/gomods/athens/pkg/build.version=$version -X github.com/gomods/athens/pkg/build.buildDate=$date" -o athens ./cmd/proxy ``` I...

### What version of gRPC and what language are you using? dotnet core ### What operating system (Linux, Windows,...) and version? Windows ### What runtime / compiler are you using...

lang/C#
priority/P2
kind/enhancement
disposition/requires reporter action

the todoList color is white, then I set it's Colour property to White. I expect there is no sql executed using SaveChangesAsync. ```cs todoList.Colour = Colour.White; await context.SaveChangesAsync(); ```

```sh cargo install-update -a Polling registry 'https://rsproxy.cn/index/'....... Package Installed Latest Needs update cargo-expand v1.0.71 v1.0.75 Yes cargo-generate v0.18.4 v0.19.0 Yes cargo-leptos v0.1.11 v0.2.5 Yes mdbook v0.4.35 v0.4.36 Yes cargo-update v13.3.0...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it with VSCode: the underline will appear even if the focus is on...

defect
terminal
editor

### Check for existing issues - [X] Completed ### Describe the feature ### If applicable, add mockups / screenshots to help present your vision of the feature _No response_

enhancement
rust
language
language server