Andrii Romanenko
Andrii Romanenko
> I think we shouldn't use the default library anymore and set default via code. > > I addressed it here https://github.com/cloudquery/cloudquery/pulls so no need to reimplement. I have set...
Nice! I want to run it in Firebase environment too.
I had the same issue as at the first message. Then I used the advice of @Danile71 by and ran next commands: ``` cd ~/go/src/gocv.io/x/gocv make download cd /tmp/opencv/opencv-4.2.0/ mkdir...
Thanks! Great. That also would be great to track progress somehow. It is running for for 11 days already on my mini server. A few times a year I have...
I think that would be great to add session parameter to store all save files under the session name. To continue user should use session parameter again. As I see...
I have faced the same issue. I want `Int8Value` -> `int8_value` but strcase generates `int_8_value`. I have tried to `strcase.ConfigureAcronym("Int8", "int8")` but it didn't help. That would be awesome to...
In Ukraine scientists use comma as a separator and space between thousands. basicaly as wikipedia says ([wiki](https://en.wikipedia.org/wiki/Decimal_separator)). I came from sofware development and dot is a standard. I allways having...