Steve Pallen
Steve Pallen
Any update on this issue? If you do not have time to investigate, perhaps you can point out a few things I can investigate myself. This is blocking me from...
Use string interpolation and it should work fine Sent from my iPhone > On May 25, 2016, at 2:22 PM, Qqwy [email protected] wrote: > > Calliope does not seem to...
Yes, the fix is very tricky. Hope to have a solution soon.
Its an issue in the parser and will require some refactoring to support. > On Aug 18, 2016, at 9:34 AM, phillipp [email protected] wrote: > > Hi, > I've wondered...
Sure, parsing becomes difficult when you have to parse elixir code. For example, `%tr{class: my_function(one,two), id: fun}` is difficult to parse. Much easier to parse ~r/“.*”/. I took at stab...
The config item is `:logged_out_url`. See https://github.com/smpallen99/coherence/blob/master/lib/coherence/config.ex#L16
Good suggestion.
I started working updating to latest. However I’m on vacation so not much time. I’ll push an update soon to resolve the gettext errors
I just updated a couple of my dependencies to remove compile warnings. Fixed the gettext compile issue and updated many other dependencies. Pushed this to master. It should compile much...