Andrew Andkjar
Andrew Andkjar
I'm interested in using core.matrix functionality in the browser and I'm curious if there's been movement on this front not reflected in this ticket. I'd like to help, but I'll...
I just figured this out - in your project's Capabilities settings ensure that the App Sandbox Network in and out (client and server) are enabled. 👍
Using Xcode Version 10.1 (10B61) Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) Target: x86_64-apple-darwin18.5.0 macOS Mojave 10.14.4 Beta (18E194d)
Good point with your idea re conversion offset. I did update the vendor Rust to: `4db1874f4c26a2c88acb5e46b413e9c4adce3477` Didn't try with the original one. I wonder if perhaps something changed there and...
I can verify that switching to the native USB port allows the `upload` program to work properly.
I forked this repo and made a `mac-osx` branch there showing my current test setup. I hacked `uart.rs` to send bytes with values from 0 to 127 and modified `sermon`...
I've attached a file here showing the byte sequence recieved in `sermon` in binary representation, I've marked a few of the jumps (of 17) with a `
Re: 1) I've tested the board using the normal Arduino IDE workflow - serial works as expected there. I've also tested with a second board and see consistent results. Re:...
I attached a file showing my `sermon` output running the code in `issue-1` branch. Unfortunately I see plenty of errors (and they do not go away upon reset as you...
I finally had a chance to put more time in here, and in this iteration I setup a Gentoo Linux VM in VMWare fusion, setup cross compiler using `crossdev`: ```...