Adam Wight

Results 19 comments of Adam Wight

Perhaps the git_hooks configuration could support a general environment override like, ``` environment: MIX_ENV: test ``` ... or a specific one like, ``` mix_env: test ``` For me, a reasonable...

Thanks for noticing that! My example was, <input value="msgname" ,,,

It would be really nice if we could search for attributes named like "data-i18n-value", which would cause the attribute "value" on this element to be overwritten with a translated message....

P.S. i cannot add the "enhancement" label. Maybe the project permissions do not allow it?

Running the application again but with the GTK3 backend, I still see the same error. Seems to be a legitimate bug, the code should probably be checking for `:todos` under...

I've tried both `esl-erlang` and the individual packages including `erlang-wx`, provided by erlang solutions. If I type `:wx.new` into an iex shell, I get `{:wx_ref, 0, :wx, []}` back which...

Thanks for the `:wx.demo()` tip. Just to explore the distributed package, I compiled OTP but only copied over the compiled examples: ```erlang erl 1> filename:join([filename:dirname(code:priv_dir(wx)),examples,demo]). "/usr/lib/erlang/lib/wx-2.1.3/examples/demo" ``` ```bash rsync -av...

I'm experimenting with a more robust test for missing support, but I think I have to go a bit deeper into fallback.ex: https://github.com/adamwight/elixir-desktop/commit/34544b1b36986b48c54b3e21a406fc054d08a141 The issue is that, as the code...

I was unable to smoke-test this fix because I haven't found where the "taskbar menu" might appear on Linux (Gnome 3 desktop). There's a menubar on the top of the...

> This looks good. Did you test this on the other operating systems, or are you just assuming it works fine? I'll run some smoke tests on Mac/Windows/Linux in the...