Duane Johnson

Results 129 comments of Duane Johnson

> Perhaps the first line in the Downloads page should link to that. I like it. I was looking for a link to something like that.

I think I got it! ```zig //[...snip...] pub fn main() !void { try pike.init(); defer pike.deinit(); const notifier = try pike.Notifier.init(); defer notifier.deinit(); const fd: os.fd_t = try udev.open_touchpad(); defer...

Possibly relevant to this discussion: https://github.com/tcoopman/bucklescript-tea-starter-kit

I haven't installed Mavericks yet, but when I do I'll see what I can do to fix. On Thu, Oct 31, 2013 at 12:00 PM, Patrick Plaggenborg < [email protected]> wrote:...

Nothing to report as yet. I will probably get to it some day, but other projects are more pressing at present. Sorry! On Thu, Jan 23, 2014 at 7:08 PM,...

I was trying to write a syntax-highlighted example of some Elm for someone on the mailing list, with the intention of copy-pasting to the mailing list. On Mon, Mar 13,...

It's still very nice to have elmjutsu fill things in when developing "throw-away" code like this On Mon, Mar 13, 2017 at 8:51 AM, halohalospecial wrote: > Hi! The code...

I gave this a spin, but I think there is a bug when copying regular text: 1. With a fresh install/cache, copy some text 2. View the Clipboard Indicator history...

I've made a PR to @RuiGuilherme's branch https://github.com/RuiGuilherme/gnome-shell-extension-clipboard-indicator/pull/3 that incorporates my suggested changes during code review above. (My first time making a PR to a PR!)

FWIW, this works for me now. Thanks @RuiGuilherme for all your work!