Jon Carstens

Results 32 comments of Jon Carstens

I started to notice the inflexible fallback, but didn't quite see how we could make it fallback to another task vs just repeating existing tasks instructions. I like the idea...

Thanks @IngelaAndin ! I think this issue is technically different than #6105. I tested your #6204 solution and I technically can get it to work from the client (with the...

So..I was just playing with this today. I think the constraint here is that the generated executable is based on the tooling used when generated, which is typically the host...

To me, this is an anti-pattern. The use-case for bakeware is in place of other scripting options, like escript. Though I would still be interested to here in the expectations...

I'm not sure we'll be able to get BSD because CircleCI doesn't seem to support it. And trying to get it via Docker is spotty at best. Someone smarter than...

Fwiw, the Circle CI stuff I did was attempting to use their "reusable" code - I think it can be much more simplified by explicitly defining each job and then...

Looks like Cirrus CI is what we want as it seems to be the only CI that supports all these OS + FreeBSD https://cirrus-ci.org/features/

To throw in my 2¢, I would say the API makes sense as this is designed with OTP behaviors in mind and convenience working with phoenix socket semantics. Specifically, this...

I'm able to compile for MacOS and Linux so its a good enough start for now. There are some linking errors with Nerves cross compilation, but hopefully I can get...

FWIW, I find that this happens anytime I change a dependency in the `mix.exs` file (or add something that breaks it). It seems to get the build in a stuck...