Benjamin Alijagić
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: ...
Looks like `getMeta` accepts `PluginKey` which fixes the type error. ```typescript getMeta(key: string | Plugin | PluginKey): any; ```