Aleksey Ivanov

Results 85 comments of Aleksey Ivanov

@james2m I would try to make PR if you don't mind. But I don't know much about them gem internals so I need some time.

Thank you James! I will try to make it.

James I have found in TODO.txt > Add generator for seeds directories I know we can write Rails generator but if we make the gem framework agnostic (as you have...

I see. Yeah some thing for fast start would be nice. If I solve this issue it would the next thing to do :relaxed:

Sorry for the delay. I can't really tell anything which about that 😞 The idea of `Seedbank.env` seems to be nice for me too. As I understand now the gem...

@Undin I try to debug configuration added automatically by the plugin and get the same error. *Running* this configuration works fine but *Debugging* fails.

@GeertJohan I would like to use it the same way. Do you have any solution for working with `pq.StringArray`? Currently I have the following proto code ``` message Whatever {...

@GeertJohan thanks for the reply! I thought there might be a solution with embedding and overriding field type, but I can't manage to work it for now.

@GeertJohan I managed to get working solution with embedding. Maybe it would be useful for you or someone else. ``` // proto message Whatever { ... repeated string tags =...

@GeertJohan yes, you are right. But copying 1 line is better in my case than converting a whole db struct into proto struct (one though can create helper method to...