jhihn

Results 17 issues of jhihn

First, thank you for this package. I got this to colorize grep output for displaying on the web. I'm on OSX. ``` function execWithColorOutput(file, args, resp, mimeType) { var colorStream...

I'd like to know how to plot 3D curves with this library. I've got 2D solved but I get a not-implemented exception when I feed it a 3D curve.

type: enhancement
plotting

There is a problem when a large (>345 kB) message is being written to a websocket. The connection will actually time out, unless this `while` is in place. Unfortunately, this...

Per RFC 6455 `10.4. Implementation-Specific Limits` client can choose a maximum frame size. It seems that in `private byte[] frame(int opcode, byte [] data, int errorCode, int dataOffset, int dataLength)`...

Because both Java and Swift are strongly statically typed languages, and the Java JSON support is so... well... `java`, It would be really cool if there was a Java version...

I noticed (my browser complained) that the import.js an QMLEngine.js don't use async loading. Is this by design? Should it be refactored to use the async version of XMLHttpRequest?

enhancement

There is a flash of the green rect at the reset of the animation that does not happen in QtQuick 2. Minor, but I'm leaving this report here. ``` qml...

bug

Can this property (contentWidth) be supported? http://doc.qt.io/qt-5/qml-qtquick-text.html

feature request

Device is iPhone6+, iOS 12.4 Ubuntu 16.04 All repos were cloned today (Oct 2) and built: libplist libusbmux libimobiledevice usbmuxd "Your branch is up-to-date with 'origin/master'." ``` [17:12:05.080][4] Found new...

``` void RaspiCam_Still::setShutterSpeed(unsigned int ss) { _impl->setShutterSpeed(ss); } void RaspiCam_Still::setAWB_RB(float red_g, float blue_g) { _impl->setAWB_RB(red_g, blue_g); } ```