Piotr Kowalczuk

Results 5 comments of Piotr Kowalczuk

I'm glad to read that! I'm about to prepare a pull request. I'm wondering what would be the preferred way of doing it. Complete override, submodule or maybe a separate...

@bwplotka It could be an option. To make it an iterative process separate `v2` branch would be helpful. Then I could start to move features one by one.

This is interesting edge case that needs to be addressed. In general aliases are already used across `pqt`. As an example you can check `generateRepositoryFindQuery` method in [/pqtgo/generator.go](https://github.com/piotrkowalczuk/pqt/blob/master/pqtgo/generator.go#L1335). @yurykozyrev what...

I'm currently working on a program that pulls hundreds of repositories. I'm experiencing a memory leak. It could be related to the issue described here. My WIP code looks like...