agamemnus

Results 9 issues of agamemnus

1) In Chrome Canary, if I have the Javascript console open (attached to the window) and the browser covers the entire screen (maximized), the calendar will jump from left (incorrectly...

Not too sure about this, but seems to prevent an occasional error.... could be very wrong...

I wanted to set the parent element of a dropdown to equal the dropdown's height when the dropdown is opened. I figured out how to do this -- by adding...

bug

Link to [Base64.java here](https://github.com/poiuytrez/AndroidInAppBilling/blob/master/src/android/com/smartmobilesoftware/util/Base64.java). This is after a test order of "ad_removal_purchased". I got the screen, entered the password, and then it crashed. My server is not yet set up...

The Media API doesn't account for cases where fp.exists() may provide a false negative. (For example, APK expansions...) Cosmetic: I also did a short-circuit on the first condition, converted to...

enhancement
platform: android

Here is my code: https://github.com/agamemnus/node-m3u8stream/tree/master/lib I modified index.ts (index.js) and m3u8-parser.ts (m3u8-parser.js) I can't be bothered to try to make it work with Typescript -- just throwing it out there...

feature

The `startindex` option starts pages from a specified index (default 1). Useful if you want to start pages from 0...

I added `callbackreturn(null, {result: 'page_processed', message: result})` inside the `async.eachSeries` loop. This callback would be useful for those who want a server to provide progress feedback to someone uploading a...