Pavel Kaluhin

Results 12 issues of Pavel Kaluhin

I found that you allow to provide **icon** or **icon_emoji** in values ``` type slackPayload struct { Channel string `json:"channel"` Username string `json:"username"` IconUrl string `json:"icon_url"` IconEmoji string `json:"icon_emoji"` Text...

When I did the last exercise (interpreter) I found it interesting to use [Data.Maybe.mapMaybe](http://zvon.org/other/haskell/Outputmaybe/mapMaybe_f.html). Unfortunately in the same file, in the 2nd exercise, there is a function with the same...

Request: provide a generic mechanism for database backups. Or add a guideline if it's made by 3rd party service

I need to use upsert and $setOnUpsert to provide idempotency based on unique external id. It is not possible with the regular update/findOneAndUpdate but with atomic I got problems described...

``` db.createService = (collectionName, options = {}) => { const collection = db.get(collectionName, { castIds: false }); return new MongoService(collection, options); }; ``` I need to set default [collation](https://docs.mongodb.com/manual/core/index-case-insensitive/) for...

Caused by `monk` probably. [Related issue](https://github.com/Automattic/monk/issues/333) in monk repository

Couldn't run this on M1 computer. I know this is not the issue of your product but rather dependencies. But FYI, it was a blocker for me since i'm not...