Mikkel Gravgaard
Mikkel Gravgaard
If I press Ctrl+Cmd+Z and enable Chrome Debugging, I get the default "Welcome to React Native!" page in the simulator, and it seems I am not running the Om-driven app...
Playing around with https://github.com/fluxxu/elm-hot-loader-starter, it seems that state is only maintained until a compile error is encountered. To reproduce: - increment counter - comment out a case in the `update`...
AppCode 3 does not rely on xcode-select, instead you choose the desired Xcode version in the Preferences. But I believe the dyci plugin still relies on xcode-select. Is it possible...
We're checking in our `Pods` directory into source control. This means that the `pod install` command is only ever run, if a developer wants to install a new dependency. Reading...
Would it make sense to make environ a wrapper around `process.env`? I have some code that does at least part of it, and I'll try my luck with a pull...
This pull request is an extension to the api `reagent.ratom/make-reaction-notify`, that allows creation of reactions that allow for explicit notification of watchers. This way, it is possible to create a...
Hi I have pyext up and running on Mac OSX 10.11.5, built-in Python 2.7.10, Pd 0.47.0 64-bit, pyext-local 2.7 (from here: http://grrrr.org/data/dev/ext/macos/pd/py.pd_darwin-i386-x86_64-local-2.7.zip) I can run the example patches and scripts,...
Thanks for creating this project I experimented with this on WatchKit, and I found that the only API that works is setting attributed text on a `WKInterfaceLabel`, and that there...
The docs say to create a resource with something like ``` {:access-control {:scheme :cookie :cookie "my-cookie-name" :verify (fn [cookie])}} ``` but that fails schema validation. Also, cookie validation is currently...
`%25` is `%` when url-decoded. Query params with this char in them will decode to nil, if used with `request-for`. Eg `/?foo=bar%25` results in `{"foo" nil}` instead of `{"foo" "bar%"}`...