Frank Hunleth

Results 255 comments of Frank Hunleth

I think we're talking about different use case. I haven't seen code like your example in any of the uses of this library. The use cases that I'm aware of...

@rockneurotiko Justin has been away, so I figured that I'd led you know his plans before you put too much more time into `phoenix_client`. `phoenix_client` was originally written to support...

@johns10 That's awesome! Thanks for letting us know. I signed up for the meetup. I'm not sure if I'll be able to make it yet, but I'll try!

Could you confirm that you followed https://github.com/bake-bake-bake/bakeware#building-on-windows?

Raspberry Pi 4 running Raspbian appears to work: ```sh $ sudo apt install elixir erlang clang $ mix deps.get $ mix test . Finished in 0.1 seconds 1 doctest, 0...

I'd expect the overhead of this to be equivalent to any send in Elixir or Erlang. I would assume that specifying a pid would be the same performance as now...

Adafruit is using the new gpio interface to support DHT sensors. This is a great idea and hopefully we can support an Elixir DHT library as well with the new...

I think that's TBD. We'll have to try it out.

Regarding the question on starting a new library or not, you provided a lot of good reasons for why it should be new library. Currently, the reasons I have against...