Results 13 issues of cool8jay

I debug the source code with Xcode and hear no sound when BGMPlayThrough is running. A trick is adding a breakpoint and debugger hits it, then disable breakpoint and continue,...

bug

option `CHCSVParserOptionUsesFirstLineAsKeys` should be `CHCSVParserOptionsUsesFirstLineAsKeys`

only get an empty window after applying the constraints. :(

If set maxValue and minValue as the same value, will lead divided by 0 problem.

I think overlap is reasonable. But, currently, the overlap order is not right. The correct way for me is, If the dragged/clicked knob is "start" knob, when dragging finishes or...

``` You can add a new localization or remove a localization from the popover. (Click +/- button in the bottom left of the popover.) ``` I'm using macbookpro with retina...

Here is my test project. I use a viewController as a local property(to keep some info when it is opened again). But if I click the trigger button very fast....

fix 2 reenter issus: 1. fix issue #2: Not allow to show setup sheet twice. 2. fix issue: "window mode" close-reopen not work.

Make aperture look like surround one pixel. In the old version, the aperture sometimes contains more than one pixel, so, users may get confused, which pixel the picking color comes...

https://github.com/unixzii/Snapin/blob/master/Snapin/SPNCropView.m#L69 这一行,当_cropRect的宽或者高,小于1的时候,会报错。因为内嵌的rect某条边的大小是负数。