Arpan Ghoshal

Results 7 issues of Arpan Ghoshal

## Title Add game Pictionary. ## Description Pictionary is a picture guessing and drawing multiplayer game(Clone of [skribble](https://skribbl.io/)).

The order of CSV headers and database columns is not maintained

fix in next version

The release for csv2sql is currently built on ubuntu 20.4, when a user attempted to use it on ubuntu 18.0 it gave an error like ``` ../csv2sqk_web/erts-12.0.3/bin/beam.smp: error while loading...

When running the application sometimes MySQL gives an error like: ``` %MyXQL.Error{connection_id: 9, message: "(1067) (ER_INVALID_DEFAULT) Invalid default value for 'DateModified'", mysql: %{code: 1067, name: :ER_INVALID_DEFAULT}, statement: "CREATE TABLE csvsql_test.ActivityStream...

bug
help wanted

Firstly, thanks for this awesome library. Currently, we have an `onChange` listener to detect changes on the canvas but it only gets invoked on mouse up, there are use cases...

enhancement

We must dynamically infer the column's varchar size by finding the max data size in that column. So the varchar_limit the user specifies must only be used to decide when...

I want to remove all non-utf8 characters from a string. The closest encoding to utf-8 I found was ` :iso_8859_1` When using the `to_string/4` I cannot find any option to...