R. D. Poor
R. D. Poor
Added a short test for issue 72. It is generating errors of the form: ``` 1) Failure: TestTimecop#test_datetime_nanoseconds_are_preserved [timecop_test.rb:466]: expected but was . ``` Notice that the nanoseconds are getting...
I don't think this is the same issue as #70 but forgive me if this is a duplicate. It appears that Timecop does not preserve nanoseconds in DateTime, so subsequent...
**Is your feature request related to a problem? Please describe.** As a hardware developer, I can see that eRPC is ideal for _testing_ (where eRPC calls are routed to an...
I'm sure you don't want to lard up the Particle menu with too many items, but it would be rather cool if you could quickly pull up documentation and/or pinouts...
I'd be surprised if this it NOT my error, but it appears that my `.clang-format` file is not being honored. Simply stated, I've made changes to it (e.g. obvious things...
I've been running the examples, e.g. battery.js, led.js, motion.js. They initially work, but after running them a few times and quitting out, the host will no longer connect to the...
As much as I admire the "single jsmn.h file does it all" approach, our workflow and testing methodologies require separate headers (.h) and executables (.c). Consequently, I find myself periodically...
Whereas: - we recognize that fff is an awesomely useful tool - meekrosoft's availability is finite - some of us have questions that are neither bugs nor feature requests ......
Thank you for your contribution. Before submitting this PR, please make sure: - [ ] Your code builds clean without any errors or warnings - [ ] You are not...
Created a test suite in /test. From README.md in that directory: # Unit tests for JSON_checker This directory contains unit tests for JSON_checker. To run: ``` % cd tests #...