Eduardo Gurgel
Eduardo Gurgel
TODO: - [ ] - Store id-key-secret so it can be checked for each request (Probably an ETS table instead of application env) - [ ] - Add the app_id...
oh hey @funsterisdafunniest. I'm glad you asked cause I'm pretty close to finish this. I think I will have something ready during the weekend.
I will think on a sane way of having this, but I'm not sure if it's the case for Poxa. As @darrencauthon said if this could is done, it will...
There are also concerns on how to give this history. This would need to be an extension to Pusher Protocol or some convention of event(s) that will happen when you...
Yeah definitely something we need to improve! I'm almost done with a major refactor of tags and custom tags so I would avoid any big change on the parser for...
For the error messages we can probably play with https://hexdocs.pm/nimble_parsec/NimbleParsec.html#label/3 ? I've never used it but I hope it can help us? For the file and line case: Maybe the...
Interesting! It might be a good start then? Until we find a better solution I think this is better than what we have today. What do you think?
Sure! Thanks! 🎉
🤔 I'm wondering if something like this would work: ```elixir def eval(tag, context, options) do current_stack_level = context.stack_level context = %{context | stack_level: current_stack_level + 1} {result, new_context} = case...
@Jcambass yeah definitely worth documenting that!