Kevin Lynagh

Results 36 comments of Kevin Lynagh

Thanks for the pointer. Is this a project you worked on? I can't tell from the repo the author's motivations: + was it performance? + was it to extend semantics?...

This startup time thing would be an awesome addition to this repo. It was before React, but when I worked on [The Weathertron](http://theweathertron.com/) cljs/html mobile app we did a ton...

@weavejester I use Sierra's reloaded pattern all the time, and I've run into the same issue and come to the same solution. Do you think there's a neater way to...

I forked `probe-run` and have an RTT-based solution working for myself. Not sure the best abstraction for general usage yet; once I have some firsthand experience I'll update this thread...

Sorry for the late reply---I wanted to test out your theory that it might be OS dependent. On a 64 bit Debian Linux machine the behavior is what you report;...

(I tried `private static final int BIT_KEEP_CACHE = 1

FWIW, I've tried using the JDK7 watch service before and it seems like an actual nightmare to use. I got to a page and a half of code before I...

@hugoduncan thanks for the tips! I absolutely love it when I wish for stuff and it turns out that someone else has already made 'em = )

@jtrovato (sorry for replying on this issue, but I couldn't find your email). My embedded Rust experience is all on STM32 chips, but I'm also curious about using Rust on...

To clarify, the potential upstream issue is that the rust hal calls (via [polling_transmit](https://github.com/esp-rs/esp-idf-hal/blob/f6916846bf5149b26bf80fc5e6e6d8637409dc4f/src/spi.rs#L619) free function) the esp-idf function [spi_device_polling_transmit](https://docs.espressif.com/projects/esp-idf/en/v4.4.2/esp32s3/api-reference/peripherals/spi_master.html#_CPPv427spi_device_polling_transmit19spi_device_handle_tP17spi_transaction_t) with `spi_transaction_t` fields `length` and `rxlength` both equal to zero...