NicklasWallgren

Results 92 comments of NicklasWallgren

I've implemented a similar library with support for fs.FS as an alternative, so you can embed files. https://github.com/NicklasWallgren/sqlTemplate

It would be really helpful if the publisher could create the exchange as well.

I've started working on a PR in my local fork, if anyone is interested. https://github.com/NicklasWallgren/go-rabbitmq/pull/1/files

I've implemented a fix in https://github.com/jinzhu/copier/pull/157

What version of PHP? The library is compatible with 7.x.

Hey, thanks for the contribution. It might be a good idea to implement an DTO class, instead of type hinting it as an array. We could probably add a new...

Hey, It should be pretty straight forward to implement. The uri for the request is `direct_v2/threads/{$threadId}/items/{$threadItemId}/delete/` and the endpoint requires `uuid` as well as `_csrftoken`. The request does not need...

@BigBalli You can help out by creating a PR.