Derek Perez
Derek Perez
I've added a very simple pre-compilation step to the webworker-child.js file. This change does not require you to have coffeescript installed or use it at all, but if you have...
Out of the box w/ vagrant, synced shared folders aren't working unless I follow this guide for 3.8+: https://wiki.alpinelinux.org/wiki/VirtualBox_shared_folders It'd be nice to have these preloaded.
I really love what this project is doing, one feature I'd really love is the ability to designate a "side" of the node to anchor an edge to (top/bottom/left/right). Currently...
I'm really excited to use this tool for a podcast, but one thing I am concerned about is the accessibility of requiring our guests to install this beforehand. One thing...
Do you have any plans to support this? https://datatracker.ietf.org/doc/draft-ietf-cbor-packed/ I could be up for contributing this, WDYT?
**Library** This is the method being called: https://developer.apple.com/documentation/iokit/1557114-ioregisterforsystempower This is the assertion failure: https://github.com/bazelbuild/bazel/blob/master/src/main/native/unix_jni_darwin.cc#L286 **Test Application** What application requires this library? Bazel **Steps To Reproduce** 1. Install apple devtools 2....
I thought we could make this official, so I started a pull request. So, the reliance on the WiFlySerial module (here: https://github.com/perezd/arduino-wifly-serial) makes our WiFlyClient shim _very_ small. Outstanding concerns:...
Resolves a deprecation issue with newer versions of Bazel.
This resolves a deprecation issue with latest versions of Bazel.
src/main/java/com/jcraft/jzlib/Deflate.java:1292: error: [IdentityBinaryExpression] A binary expression where both operands are the same is usually incorrect; the value of this expression is equivalent to `window[++scan] == window[++match]`. } while (window[++scan] ==...