Alexis Gallagher

Results 11 comments of Alexis Gallagher

I've added further bug fixes (which are also just adding missing quotes around paths), and added a new test case to the ./test.bash script that exposes the issue. You can...

I am not sure of it, but I would guess Travis is failing because old files are persisting in the temporary directory between test runs, and corrupting the test.

very odd. I'm on 5.1. Did you clear the temporary outputs in /var/folders/stuff/objc-run before running?

The Travis error is that it cannot find the temporary directory. So it seems the deeper problem here is the temporary directory needing to be manually cleared between upgrades of...

Okay, I updated the script so it won't re-use temporary project assets that were created with earlier versions of the script. However, that doesn't resolve the travis build errors, which...

Never mind. I've realized this is because the underlying cocoa pods master repository was corrupt. Destroying it and and then destroying the temporary objc-run directory, and then it worked.

Hi Francesco, I submitted two issues because I suspect these are two separate matters -- (1) custom bullet tags (which would allow diverse bullets in one view), and (2) "blockquote"-like...

My original comment here referred to two issues: (1) separate style for the bullet character and for the bullet's text; (2) bullet text indented according to the usual HTML "list...

Ah, I had not seen that note on the official website or discovered that evidence in the code itself. That seems to indicate pretty clearly that LibYAML aims to comply...

Hi. This fixes one bug in `fixFilterParameterValues()` by adding a cast from `Float` to `NSNumber`. This improves behavior where, for instance, one is using a slider to set RGBA values...