Wojtek Mach

Results 359 comments of Wojtek Mach

I totally agree we should document the syntax for advanced queries, this is a great start. So for anyone else reviewing it, this is how it looks like right now:...

@dimitarvp I agree with the sentiment but not sure these look good in practice. Please feel free to send mockups if you have any ideas. Option 1 Option 2

Thank you for the follow-up. We default to the binary protocol but you can control it via `query_type: :binary | :text` option, e.g.: ```elixir MyXQL.query!(pid, "SELECT NOW()", [], query_type: :text)...

> It looks like it's allowed by MySQL. What do you think? Looking at protocol description, https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_query.html, there are parameters but when I tried learning more about them it seems...

Thank you for opening up the issue. We don’t plan to have Hex public API per se and yeah Mix tasks are not appropriate for programmatic access. The public API...

The latter, yeah, some sort of outdated function.

Good point maybe rebar would have wanted slightly different data out of such function which defeats the purpose. In the meantime yeah I think we can add a flag. Raw...

Can we go regular color for latest, otherwise orange, i.e. no green? This would be subjectively less busy visually. The downside would be for docs generated with prior ExDoc versions...

Oh man, I was able to reproduce it in Mint. I don't understand why it works through Finch `protocols: [:http2]`. ```elixir Mix.install([ {:mint, github: "elixir-mint/mint"}, :castore ]) url = URI.new!("https://nghttp2.org/httpbin/post")...