Benjamin Alijagić

Results 5 issues of Benjamin Alijagić

Hi there! I wanted to run frameworkless without docker or vagrant, by using good ol' MAMP and looks like I succeeded. Here is what I had to do, maybe someone...

Hello! I want to make a function that starts the timer unless there is a bool true in params (e.g. animateStatusIcon(stop: true)) - in that case I want to stop...

``` RailsSettings::SettingObject Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."target_id" = $1 AND "settings"."target_type" = $2 [["target_id", 26], ["target_type", "Campaign"]] ↳ app/models/campaign.rb:120 [active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (1.61ms) Completed 200...

Hi guys! I have installed KeyHolder via CocoaPods: ``` ... pod 'Magnet' pod 'KeyHolder' ``` But there are some weird errors in Xcode: ![screen shot 2017-05-19 at 13 02 27](https://cloud.githubusercontent.com/assets/103969/26245267/9d3fde9a-3c93-11e7-89a4-3e56db7d9624.png)...

Looks like `getMeta` accepts `PluginKey` which fixes the type error. ```typescript getMeta(key: string | Plugin | PluginKey): any; ```