Ian
Ian
there are still places where we have language specific knowledge in the generator -- but it should be factored out.
Instead of a templates directory that contains a configuration file, we should allow the directory _and_ the config filename to be specified on the command line.
The javascript engine gives line numbers when we receive errors. Since we have the code available, we should annotate the stack trace when possible
After many hours of head-scratching, I can offer this bug report: ```ruby OpenStruct.new(gem: 'foobar').gem ``` The above code works in "bare" ruby, but not with bundler. Steps to reproduce: ```console...
```objc void observerCallback(AXObserverRef observer, AXUIElementRef element, CFStringRef notification, void *refcon) { SIAXNotificationHandler callback = (__bridge SIAXNotificationHandler)refcon; SIWindow *window = [[SIWindow alloc] initWithAXElement:element]; callback(window); } ``` `(__bridge SIAXNotificationHandler)refcon` fails with `Thread...
Context: https://github.com/adafruit/travis-ci-arduino/issues/16 I've created an [alternative CI system](https://github.com/ianfixes/arduino_ci) to the `install.sh` method referenced in the above repository. This was a personal project and I make no claim that it is...
## Scope Enabling CI from https://github.com/adafruit/travis-ci-arduino No code changes, but extensions of examples had to be changed from `.pde` to `.ino`. Added one unit test. Note that the job status...
## Scope This change includes the following: * when using `calloc`, don't assume that `uint8_t` is 1 byte when you can just do `sizeof(unit8_t)` * centralize memory `alloc`ation and `free`ing...
## System - **Amethyst version**: 0.11.3 (49) - **macOS version**: 10.12.5 ## What's the problem? When repositioning windows as part of a transition from single to multi-monitor displays, OSX can...