Kurtis Melby
Kurtis Melby
> I've had good luck by associating `heex` files as Embedded Elixir. This works alright, but doesn't help with the new attribute syntax: ``` ```
@KronicDeth , I just made this repo public if it helps: https://github.com/kurtome/tefla It's a side project that I'm probably never going to do anything with 😂
> the result is org.json4s.JsonAST$JValue rather then org.json4s.JsonAST.JValue I just ran into the same problem, it's actually not specific to Json4s but rather any classTag that is returned to the...
this is the hack to get to get your custom PostgresProfile (MyPostgresProfile) to work. It should fix the problem generally for any nested class that is being generated from slick...
> It will be deprecated, but not pre-v2. No one asked me, but this is the way. Tracking breaking changes and targeting them for v2 (possibly years out, I assume)...
I wonder if anyone on the Phoenix core team would help with this, I know they have invested a lot in heex tooling and incorporating it in the the core...
>But according to the current Tiled format, template is not a child node anymore Can you clarify what docs and when this changed? If it changed relatively recently we may...
My only thoughts are: make sure the Color primitives play nice with Dart's canvas methods. If I remember correctly I was having issues with the hex string being a pain...
> Could Color than not just store RGBA values and thats it? I think that works because then you can make a `dart:ui` Color easily, the problem is the hex...
>While do not like attaching Base to everything this naming scheme seems to be the easiest option to not break current implementations. I would consider just breaking current implementations, as...