Results 718 comments of OvermindDL1

`cast_attachments` is working for me as well. What's the error?

What precisely is on line 51 of file `lib/asset.ex`? Preferably can you show the whole file as well? A tuple is being passed into a function when a tuple is...

For note, code fences are done with 3 \`'s, like: \`\`\`elixir All the code goes here \`\`\` :-) > One other thing is that I construct the file passed myself...

Actually it looks like someone already has an issue open, from over 2 years ago... >.> https://github.com/stavro/arc_ecto/issues/54 And there's even a PR for it already from a year ago: https://github.com/stavro/arc_ecto/pull/87...

So... the `url` call is still using the filesystem absolute path, which makes no sense... I feel like I'm using this incorrectly, but the code really does show that the...

Interestingly a PR implementing the second suggestion appears to be at https://github.com/stavro/arc_ecto/pull/106 but has not been accepted or rejected yet a month later. Although that does fix it and keeps...

Lightning is an entity just as a side note.

The games I made never needed twitch responses so I didn't need too much fancy in terms of interpolation. Rather the event system is what could delay events from happening...

> Are we mostly talking that the event of Modified/Removed will contain the old component's data when the system reads the events? Hmm, I never did that in my engine...

I don't think this is stale, should be probably be tagged to prevent that until it is finally resolved?