Vyacheslav Voronchuk

Results 3 issues of Vyacheslav Voronchuk

I'm trying the following conversion: `-thumbnail 200x200 -gravity center -extent 200x200 -fuzz 10% -transparent white -format png` The resulted file still has white background, because temporary output file doesn't have...

Currently all spreadsheet process and Goth auth token are tracked by [GSS.Registry](https://github.com/Voronchuk/elixir_google_spreadsheets/blob/48237715152a6e6673cc7700a939e70f739d46b6/lib/elixir_google_spreadsheets/registry.ex) module. Put spreadsheet process tracking into a separate Elixir native [Registry](https://hexdocs.pm/elixir/Registry.html#content) instance. Scope out `GSS.Auth` module from a...

enhancement

Currently both API and GenServer callbacks are defined under the single [GSS.Spreadsheet](https://github.com/Voronchuk/elixir_google_spreadsheets/blob/master/lib/elixir_google_spreadsheets/spreadsheet.ex) module. We should leave API layer in `GSS.Spreadsheet` and transfer callbacks into a separate `GSS.Spreadsheet.Server` module. Update the...

enhancement