Reece Stevens

Results 9 comments of Reece Stevens

Hey @TedDriggs, thanks for the speedy response (sorry I didn't reciprocate that favor!). The debug log for the completion: ``` [reece@archtop src]$ RUST_LOG=racer=trace racer complete 17 24 main.rs PREFIX 243,243,...

Also, glad I can help with the test case. It always helps me to clarify what the problem I want to solve is!

@TedDriggs that makes a lot of sense. Totally understand the reluctance to making architectural changes because of an edge case-- seems like the better option here is to open a...

Hey there @rgh36167, thanks for taking an interest in this project! You're right, the mail script I set up was really for a small user pool and proof-of-concept rather than...

That's probably the best approach. I wouldn't use the code here as any reference for best practices-- this was one of my first coding projects I had ever undertaken. I...

Hey @nabeelomer, will add info about the hardware very soon. Right now this code is running on an STM32F4 Discovery board, display is a 5" TFT powered by an RA8875...

@ykg3mp and @ghimiremukti thank you for pointing this out! I have just pushed up a fix. Please try pulling the latest repository version with `git pull` and re-running the training...

+1 on this issue. I'm running into a similar problem on OS X El Capitan using the Homebrew libusb installation (same version as @thejpster). I'm going to be working on...

@thejpster thank you so much for that recommendation! Worked out of the box for me too. I think I'll stick with OpenOCD for now:)