Simon Sawert

Results 19 issues of Simon Sawert

Continuation of https://github.com/cross-rs/cross/issues/260#issuecomment-1135568872 and https://github.com/cross-rs/cross/issues/260#issuecomment-1141224292. ## Description of the problem Running `cross` from a Docker container (e.g. Docker in Docker) that runs in WSL does not work, ~~it seems like...

bug
upstream
A-wsl-host

Added implementation in [vlang](https://vlang.io). Took most of the tests from the [Go](https://github.com/speps/go-hashids) implementation and did some new tests where I generated the hash to compare against with the Go package....

The current version of `bodyclose` only run analysis on `http.Response`. It's quite common that people use the same behaviour on `http.Request` (on server side) which is not really necessary. According...

This linter has been in a maintenance like mode for a while and never got the fixer implemented. One of the reasons the fixer never got added was that I...

This is a tracking pull request for the implementation of a fixer. This PR aims to solve #4 - [x] Add newline when linter says to cuddled - [x] Add...

Support to create a fixed version like `go fmt` to resolve the reported issues.

Right now you have to use the variable, type or field in the first statement in a block if you want to use it like this: ```go variable := "assigned"...

enhancement
configurable

Hi, thanks for this library! I know that according to the [spec](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#json), `JSON` is just a logical type that is binary data represented as UTF-8 characters. However, sometimes when you...

Currently the fixer does not do any rewrite other than adding or removing empty lines. Usually this is the only thing we can do but there are cases where we...

enhancement

This is a tracking PR for #121 to improve the fixer regarding `DeclStmt`