Colas

Results 19 issues of Colas

If I download the project and launch and execute the Example Project, I have the following error: ![capture d ecran 2015-04-10 a 14 56 26](https://cloud.githubusercontent.com/assets/4303814/7088143/e4808b76-df91-11e4-94e7-c8c51e378f32.png) and many more issues if...

Is there a printable version of the book? Thanks

## Brief outline of the bug I want to be able to call `\colaction`even outside of a `multicol` environment, and in this case, that the call does nothing. ## Why...

enhancement
category tools
long-term

I'm using [this `.tmLanguage`](https://github.com/textmate/latex.tmbundle/blob/master/Syntaxes/LaTeX.plist) (it is latex). The parsing of the following text is very long (more than 1 minute). Is there a problem? Thanks ``` %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %%...

I tried to install `pyexcel-ods(3)`. When I try to run ```python from pyexcel_ods3 import get_data data = get_data("Corretion_JBE_Mai_1S5.ods") import json print(json.dumps(data)) ``` I have the error > File "/anaconda3/lib/python3.6/site-packages/odf/attrconverters.py", line...

Hi, I don't use the gesture recognition (tapping on the slices, etc.) and I was wondering what is the best solution to disable it? Shall I modify your code and...

xcode 6.2, SDK 8 here is the error: ![capture d ecran 2015-04-08 a 23 34 21](https://cloud.githubusercontent.com/assets/4303814/7055945/28dd0254-de48-11e4-8d23-254706436e0f.png)

Hi ! It would be great to add a block parameter. Example of what I would like to do: - launch a stripedBar from 0 to 1, in 10 seconds....

Feature Request
API Change
M13ProgressSuite 2

Hi, I'm thinking of a new feature: adding a delegate: ``` obj-c @protocol NYSegmentedControlDelegate - (void)segmentedControl:(NYSegmentedControl *)segmentedControl willSelectIndex:(NSUInteger)index ; - (void)segmentedControl:(NYSegmentedControl *)segmentedControl didSelectIndex:(NSUInteger)index ; - (void)segmentedControl:(NYSegmentedControl *)segmentedControl willUnselectIndex:(NSUInteger)index ; -...

This PR fixes https://github.com/nealyoung/NYSegmentedControl/issues/27 Don't mix `CALayer` and `drawRect:` !