Jeremy Huffman

Results 80 comments of Jeremy Huffman

Its not a "policy" and I'm open to a PR to improve the feature; I'm just saying its not going to be a priority for me personally.

@harlantwood on CI you could just run dialyzer from the umbrella root, right? Its only an issue when you want to run dialyzer from the child.

Thanks, I think it would be great if Magicbane had options for this. If it wired up request logging out of the box that would be great too. I ended...

`arc` works fine if you pass a map `%{binary: , filename: "filename.txt"}`. The problem in `arc_ecto` is `cast_attachment` [matches the file arg](https://github.com/stavro/arc_ecto/blob/8be0091c29b9ba8e6c8c95065a86b71aaf96b2e9/lib/arc_ecto/schema.ex#L40) against `%{__struct__: Plug Upload}`. So as a workaround,...

Does the original demo work if you just do `make copyfs` (uses image binary in this repo) rather than build the image yourself?

On more recent versions of esp-idf ESPPORT variable won't be set by Kconfig, its only ever passed as an arg to idf.py. A workaround that works on current esp-idf master...

I've addressed this in my fork (for the latest build system in esp-idf 4). All the menuconfig is moved into the TFT components. You just need to add a couple...

There is more than one way to do it, but yeah one possibility would be to have a separate main for each example that are not added to the build...

@johncant I had this question too. I think ghcjs runtime is more like 100kb now once its been minified - but yes it is a lot heavier than Haste. What...

I believe this is caused by d87b2f2edad6f49a06f432e9573b45e57620bdca , @trevorr