Alex Nadalin
Alex Nadalin
Hey @mansj happy to hear you're finding this useful! The problem seems very weird! Can you try running the following query with the parameters you pass to docsql: ``` SELECT...
The double `%` will be converted to a single `%` when [Go formats our query](https://github.com/odino/docsql/blob/bdfd6deeaf5dfb34ee1e00f23c48e0f1658c6d17/db/mysql.go#L131), so that shouldn't be a problem ([playground](https://play.golang.org/p/JFTILXF2kuM)). Schema is the name of your database, offset...
Hi @nvcken that works! On the other end, I recently found [another library](https://github.com/odino/express-async-await/pull/2#issuecomment-340206891) that does the same with a nicer hack -- I'd recommend you to check it out!
hey @veronika793, could [this](https://github.com/namshi/docker-smtp#as-generic-smtp-relay) help?
Hi @ad3n -- thanks for this! [Tests seem to be failing](https://travis-ci.org/namshi/cuzzle/jobs/485393506), could you have a look?
I see what you mean, and I'm not entirely against the idea. It's a bit wonky to me to use the singl vs double quotes and I'm also inclined to...
I don't really mind getting some sort of basic http client into th standard library -- I'd be open to RFC / proposals / PRs around it :) On Sat,...
Here is a rough implementation: https://github.com/abs-lang/abs/commit/126b7c6ebdd7bb69649552f2f8138670a54563b3 But I think I wanna hold off as I don't think it makes a lot of sense...