David N. Welton
David N. Welton
Hi Will, I'm using epgsql as part of Chicago Boss, and one thing that I miss from Rails is the ability to log SQL queries, to see exactly what is...
When I do this, it causes the bg color to not get set. ``` header_format.set_bg_color(0x98AAEE) header_format.set_fg_color(0x000000) ``` Maybe related to: https://github.com/Paxa/fast_excel/issues/6
In my code I have ``` img_options[:width] = 20 img_options[:height] = 20 ``` But the image always comes out the same size even if I change those settings.
It appears as if there is a tiff.hrl, but no tiff.erl?
Being based on Erlang's timers, this doesn't play well with devices that sleep. I suspect that, for 99% of people using it, this is a non-problem. Indeed, it's not a...
Hi, I've been looking at this and thought it might be handy to have some calls to report when the next scheduled jobs are, and some other information like that....
``` -*- mode: compilation; default-directory: "~/workshop/xxxxxxxyyyyyyyyyzzzzzzzz/" -*- Compilation started at Tue Jun 4 09:39:33 bundle exec rubocop --format emacs /home/davidw/workshop/xxxxxxxyyyyyyyyyzzzzzzzz/ /bin/bash: bundle: command not found ``` That is from an...
It'd be handy to have a way to print out the raw JSON from the response, for debugging purposes. Looks like it'd be pretty easy to add that, depending on...
Might be handy to keep track of redirects when `follow_redirects` is set to true. I could see this as a list of "from" -> "to" pairs or something along those...
I have a PropEr file in my source code, "fake.erl", which creates a bunch of fake data. It has things like: ``` kanji_name() -> ?LET(Name, list(weighted_union([{1, choose(16#4e00, 16#9faf)}])), unicode:characters_to_binary(Name)). ```...