Jonathan Yankovich

Results 99 comments of Jonathan Yankovich
trafficstars

Well how nice of them to include some ASCII art in the boot loader. Thanks very much for the tip. Forgive me if this is a little ignorant of a...

All I can suggest is taking a look at an existing vacuum, such as Shark: https://github.com/home-assistant/core/tree/dev/homeassistant/components/sharkiq There are probably guides for building HA components, alas, I've never made one and...

Just dropping in to say I'm really impressed with everyone's contribution to this thread so far - Especially how thorough those logs are! Impressive.

I have a working branch here, with the exception of a few tests. I would love to get some feedback on the approach. I had to fork the logic used...

Thanks @johns10 - getting this kind of feedback really helps motivate me. Since posting that PR, I revisited the methodology and now have passing tests on a working branch that...

I've added HEEx support to the `slime` and `phoenix_slime` repos! Currently my forks are available at: https://github.com/tensiondriven/slime https://github.com/tensiondriven/phoenix_slime Here is a simple demo app that uses the above repos: https://github.com/tensiondriven/phoenix_slime_test...

Alrighty, here it is! https://github.com/slime-lang/slime/pull/168 I'm sure there are some issues lurking, partially because of the complexity of having to use both `slime` and `phoenix_slime`, and the interactions with the...

@doomspork I just updated the PR with a couple little changes (caught some extra logging and such) and removed "DO NOT MERGE" from the title. Is there anything else I...

Yes, since phoenix_slime already has support for ~L, I don't see why we couldn't add a sigil for slime-heex. I also wonder if it makes sense to deprecate or remove...