Roman Zaynetdinov
Roman Zaynetdinov
Thanks for the excellent work done so far! I've tried running basic example from the readme on macos but the texts are not visible on the screen. My machine: MacBook...
I think this has been addressed already here https://github.com/rxi/lite/issues/75
Language support is rather reasonable: http://langserver.org/ (There is a table "Language servers") The page might be a bit outdated. Nonetheless, there are a plenty of languages there. As an example...
`OPTIONS` is a special request and is handled separately: https://github.com/gin-contrib/cors/blob/master/config.go#L76
Changelog added.
Hmm, ``` pkg/storage/fs/ocis/ocis_unix.go:31:18: unnecessary conversion (unconvert) bavail := uint64(stat.Bavail) // stat.Bavail is int64 on FreeBSD ``` will be nice to somehow enable `-all` flag on `unconvert` linter (ref: https://github.com/mdempsky/unconvert )...
OK. Now only need to figure out how to resolve unconvert lint issue https://github.com/golangci/golangci-lint/issues/1809 Let me know if you have some ideas.
Seems like it will take a while to update golangci-lint so I split into more freebsd specific files as you suggested.
@ishank011 How can we continue with these changes?
`zerrors_windows.go` has a comment above defined contants. ``` // Invented values to support what package os and others expects. ``` Also `syscall` package is deprecated > Deprecated: this package is...