CoDEmanX

Results 13 issues of CoDEmanX

On the demo page, enter a value for the right handle which is lower than the value of the left handle. Hit return and see the handles switching sides. Cursor...

Bug

Building on Windows worked fine for me and in general the plugin also does - kudos! One thing I noticed however, is that you can pick VST plugins, which are...

If you diff `{"reverse": [1, 5, 9]}` with `{"reverse": [9, 5, 1]}`, two changes are reported: > move from index 2 to index 0 correct. > move from index 1...

I successfully retrieved the unencrypted WhatsApp databases from my old phone using the extractor, but I couldn't do the same on my new phone. The reason why it fails is...

I don't know what the status of clonos is - is it actually working? If so, why are there no binaries available in the respective repos? Either way... I wonder...

There are no more AM / PM buttons on the left and right bottom of the clock in the specs. They are now at the top, after digital time, as...

The given example `var PointType = new StructType({x: float64, y: float64})` uses an object to specify which types are supposed to be used and what their attribute keys are. But...

Ace supports rectangle selections (Alt+LMB drag) and firepad shows other users' selections with a background color. It fails for rect selection however. Only one line is highlighted: ![firepad_bug_ace_rect_selection](https://f.cloud.github.com/assets/1309249/2311601/c64aae34-a2f2-11e3-8f80-1d9c5c048d8b.png)

Markdown (note the space after `\t`): ``` It defaults to `\r\n\t ` ``` Generated markup: ``` It defaults to \r\n\t ``` The whitespace got removed, although it should be protected...

See https://github.com/GitbookIO/gitbook/issues/901