Bunny Lushington

Results 9 issues of Bunny Lushington

Hi! I like your client but need Windows domain authentication to connect in my environment. I've hacked in a (working! and ugly!) option to allow classic style DSN strings on...

I have an annoying issue when working over fuse/sshfs where (I think) sync sees that a file has changed but the contents have not yet been written to the file;...

Addresses #54. I'm not sure that the schema assumptions I made are correct but they work for me. Additionally, some libraries have been upgraded and tweaks made to allow the...

Hi -- I ran into a small issue while building up a release where the fakerl deps were not declared in its app file. (I use fakerl to generate data...

An unterminated single or double quote inside a multi-line `@doc` construct will inhibit `prettify-symbols-mode` from functioning correctly. The function `prettify-symbols-default-compose-p` is specific about when it's willing to prettify a symbol...

Hi -- I'm not sure if this is of interest but I figured I'd send it along. I've got a project where Nitrogen is one component of an Elixir project....

Contrary to expectation, the attribute `html_id` doesn't set the ID of a checkbox element. I'm not sure if this is a bug per se or a gap in the documentation...

An issue arises if the new(-ish) logging macros (`kernel/include/logger.hrl`) are included alongside `wf.hrl`, specifically, `?LOG` is redefined. I cannot see a 100% backwards compatible solution to this problem as logger:?LOG...

Hi -- I use the following code to add an `on conflict (col) do nothing` clause to the SQL statement Moebius generates and wonder if (a) this would be a...