Ciro Cattuto
Ciro Cattuto
Thanks! Unfortunately, I don't have the bandwidth to work on this myself, but I just wanted to make sure that the issue is documented and understood, in case other Mac...
`DYLD_LIBRARY_PATH` can be set, but System Integrity Protection on OSX will "sanitize" it. Example: ``` % export DYLD_LIBRARY_PATH=/Applications/SEGGER/JLink:$DYLD_LIBRARY_PATH % echo $DYLD_LIBRARY_PATH /Applications/SEGGER/JLink: % cat test.sh #!/bin/sh echo $DYLD_LIBRARY_PATH % ./test.sh...
Check out this fork, too. It fixes those issues and was tested on an FPGA: https://github.com/ccattuto/verilog-uart
`writeBlock()` now properly handles TAR auto-increment boundaries (https://github.com/ARMmbed/dapjs/commit/601e982f19951cc3773067bb27cf97f6cf0561c2) so this issue should be solved.
Hi, if you switch to HEX mode, you can send any raw byte you like by typing its hex encoding.
Hi Clement, thanks for your comments. We did try to rewrite a couple of those queries in Gremlin, and we obtained execution times comparable to those of the Cypher queries....