Steve Pallen

Results 138 comments of 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

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...