Ethan Glasser-Camp

Results 120 comments of Ethan Glasser-Camp

I should also add to what @n1k0 wrote that we aren't really speaking for Mozilla as a whole, just our little team. The use case of a drag-and-drop form builder...

I can probably cut a release today. I am trying to figure out how to handle #991.

I would be willing to review a PR that added `time` widgets to match the `datetime` and `date` widgets.

Hi, I'd like this too! We hackishly implemented it in my personal fork, but official support would be better, of course. One thing to note is that if your input...

I tried rerunning `meson build` with `--buildtype=debug` before `--reconfigure` and it printed some output, and then I reran `ninja -C build` and it printed some output ending `ninja: no work...

Thanks! The failure seems to have to do with the application credentials I created. From the log: ``` (cawbird:1454731): cawbird-DEBUG: 16:39:05.364: TweetUtils.vala:356: Liking 1506369197311512583 (cawbird:1454731): cawbird-DEBUG: 16:39:05.475: TweetUtils.vala:371: invoke_async returned...

I also got an error similar to this by cloning a repository, forking it using `H f`, following the prompts to create a spinoff branch, and pushing the branch to...

Ah yes. I posted a comment on the PR, but I also got this. I think what's happening is that (because of the `cxxLib` argument), `clang` is `#include`ing headers from...

I was able to build by adding `llvmPackages_7.lld` to the `buildInputs` and `ac_add_options --enable-linker=lld` to the `genMozConfig` script, but the compiled `firefox` wasn't linked properly to `libc++` and `libc++abi`. I...

Hmm, it seems like the linker problems (which, for posterity, are: `error while loading shared libraries: libc++abi.so.1: cannot open shared object file: No such file or directory`) are probably not...