HaoboGu

Results 255 comments of HaoboGu

@peter-evans I want CRLFs replaced by LF in my repo, so I don't want to disable that git config. The problematic file is auto-generated on Windows so git recognizes it's...

Verified. > action run: https://github.com/HaoboGu/ors/actions/runs/2880445434

@peter-evans everything goes well, thanks for the work!

@skrdgraph it's the issue, much appreciated if you can help

1. badger version: github.com/dgraph-io/badger/v3 v3.2103.2 2. Yes, I'm using latest release version of badger 3. Windows 10 1903 (OS build 18362.1082) / go1.16.2 windows/amd64 4. reproduce: - download the corrupted...

I got this: ``` PS C:\Users\ADMIN\Downloads> badger --dir db info show-keys Listening for /debug HTTP requests at port: 8080 jemalloc enabled: false Using Go memory [2021-05-05T15:08:07+08:00] MANIFEST 716 B MA...

This is the minimal repro that I can do: ![image](https://user-images.githubusercontent.com/8640918/181477721-55b0970d-8c7f-4662-971b-4508e8d6cd40.png) Here is the main.go: ```go package main import ( "fmt" "github.com/dgraph-io/badger/v3" ) func main() { opts := badger.DefaultOptions("C://Users/ADMIN/Downloads/db") _, err...

@misaya98 可以尝试把 `.cosy/model`或者`.cosy`目录删了试试,可能是下载的过程中,sdk内部出了问题。