Jordan Day
Jordan Day
I'm having what seems like it might be a related issue -- querying a table with a BINARY(16) column is failing. Example: ``` elixir iex(6)> Mariaex.query(conn, "SELECT * FROM `order`")...
So thinking about this a little bit more, I connected with charset set to "latin1": ``` elixir {:ok, conn2} = Mariaex.Connection.start_link(username: "dbuser", password: "dbpass", database: "test_db", hostname: "127.0.0.1", charset: "latin")...
We discovered another scenario where this could occur with the cached data for a network bond port not updating when the network mode changed (for example, from layer2-bonded to layer3)....
@displague There is in fact a transition that occurs during the device creation process. On a _typical_ provision, the device is created with its network interfaces bonded, and we go...
Can confirm that at least some of the keybindings are still not working, atom 0.128.0, emacs-mode 0.0.29, on Ubuntu 14.04. ctrl-a and ctrl-e are both not working (ctrl-a selects all,...
I'm also seeing issues running code generation -- seems like maybe #41 might fix this?