Maximilian Szengel

Results 8 comments of Maximilian Szengel

Hey, just wanted to let you know that I started with an [Elixir](http://elixir-lang.org) [port](https://github.com/maxsz/ElixirVerbalExpressions). It's far from complete, just wanted to leave a note in case someone else is interested...

I really like the ReactiveCocoa-style, but why not just support both syntaxes?

Hi, I've quickly added support for The Hit List in my fork: https://github.com/maxsz/pomodoro

Here is a workaround we're currently using: `config/initializers/public_activity.rb` ```ruby require "public_activity" module PublicActivityExtensions module PublicActivity module FieldAccess def parameters p = read_attribute(:parameters) p = ActiveSupport::JSON.decode(p) if p.is_a?(String) p end end...

> @ronakabhattrz @maxsz I’d still like to replicate and resolve this. I, too, have 2 apps deployed on Heroku but neither of those exhibit this particular error. So if either...

Unfortunately I haven't had the time to investigate this further, yet. @mattconnolly I don't think that on Heroku it is the speed of the database but rather the slow performing...

I've just tested the Pop kernel workaround on my 12" MacBook and can confirm that the keyboard and trackpad are now working. As far as I can tell this would...