boggyb

Results 10 comments of boggyb

This can be solved by creating base64 encoded string without line breaks. Have a look at the code below... ``` java public static AdbBase64 getBase64Impl() { return new AdbBase64() {...

@piyush2cloud Do you also face reprompt issue with USB ADB connections?

@piyush2cloud My previous question is not specific to this library but with respect to a physical USB cable. If you do face re-prompt issue with physical USB cable then the...

You need to send one nal unit at a time to player, sample code below. ``` function H264Player(){ console.log('using', this); var p = new Player({ useWorker: true, workerFile: "/Player/Decoder.js", });...

Look here https://github.com/cgutman/AdbLib/issues/6#issuecomment-410831816

What would be a better way to force stop a uWS::TemplatedApp instance (stop listening and close all active connections)?

To prevent this simply put #define NDEBUG in your code It is present in all the ninja build scripts, even the release ones

I think so, I posted the issues on stackoverflow and [realm.js issue](https://github.com/realm/realm-js/issues/1751) My finding is that the file grows unexpectedly when there are multiple updates or inserts per transaction. More...

The repo was very helpful for quick evaluation of various codecs, good work mate.

@acamarata Recently developed an app for mac [PiP](https://github.com/amitv87/PiP), you can give a try.