Wojciech Kropidlowski

Results 7 comments of Wojciech Kropidlowski

Hi @AlekSi, Can I work on this issue? :raised_hand:

Hi @noisersup , I am working on integration test. I would like to create a help function which would create recursively nested map like this: `map[0:map[1:map[2:map[3:map[4:]]]]]` and to create `bson.M`...

@AlekSi sorry, I was busy recently. I will push changes in couple of days (probably Friday). Hope it works.

Hi @AlekSi, Can I work on it?

I have checked several distros: | **Distro** | `/etc/os-release` | `/usr/lib/os-release` | | ------------- | ------------- | ------------- | | **Arch** | :x:| :heavy_check_mark: | | **Red Hat** | :heavy_check_mark:...

Hi @AlekSi, In a recent commit, I replaced the `short variable declaration` with the `standard variable declaration` for the `err` variable to comply with the linter's requirements (both locally and...