Elliott Williams
Elliott Williams
I added a method which computes the relative path which goes between two paths. I added this downstream to yonaskolb/XcodeGen#524, but since it seems generally useful I figured I'd try...
Right now, Rome uses the resolved version of a framework to distinguish it inside the cache. This is nice because it parallels what Carthage writes to the resolved Cartfile, but...
v4.0.0 added a dependency on protobuf, and updated the [podspec](https://github.com/google/GTXiLib/blob/159c6eac2c4f2361636eefeaa567083320ae1db8/GTXiLib.podspec#L16) to declare this, but didn't update the xcodeproj itself. This broke Carthage support and prevents building from a clone of...
Right now, if the delegate of a `MDWamp` object is deallocated, the `delegate` property becomes a dangling pointer and will crash next time a delegate method is called. I'm pretty...
(NS)Bundle caches bundles as it loads them, so if a loaded bundle's metadata changes during program execution, it will not be reflected by the Bundle API. Carthage does this when...
As mentioned in #12 there are currently problems just running a `gem install mumbletune`. Let's keep track of those bugs here and try to fix them one at a time.
In #3, b00merang pointed out that mumbletune crashes when an image is posted to the channel. I can reproduce this! OS: OSX 10.9 mumbletune: 0.2.1 rvm string: ruby-1.9.3-p448@mumbletune The stack...
Updated mumbletune on mumble.elliottwillia.ms to the lastest commit, and am seeing periodic lockups that result in the application timing out with Mumble. My go-to culprit is changes in FFI. We...
When only a single collection exists in the queue, adding another starts playing that one automatically. Example: ``` play avicii wake me up # avicii is playing play lorde royals...
I added an argument to specify a custom PyPI index—useful for settings where you're [hosting your own simple repository]( https://packaging.python.org/guides/hosting-your-own-index) and need packages that aren't on the public index. Other...