Kevin Lynagh

Results 35 issues of Kevin Lynagh

Thanks for making `probe-run` and the related machinery (`defmt`, `rtt`), the dev experience is amazing compared to the alternatives =D This is a design / "would this PR be welcome?"...

type: question

First off---thanks for releasing this project and taking the time to put together a few simple examples. It's exactly what I need and has been great to use thus far....

The constraint is set here: https://github.com/stm32-rs/stm32-rs/blob/883179c90f2f9018c6f1f3d1080bbb562e6ca7eb/peripherals/rcc/rcc_v2.yaml#L24 Which is correct for f405 and f411, but not for f401, where the lower bound is 192 rather than 50: I tried patching at...

bug
stm32f4

First, let me say thanks for Neon --- it's a great project and it allowed me to really dive in and make my first Rust project, [Finda](https://keminglabs.com/blog/building-a-fast-electron-app-with-rust/). I'm trying to...

bug
needs investigation

My toast tasks spent a lot of time repeatedly downloading language dependencies into, e.g., `~/.cargo/registry` (Rust) and `~/.m2/` (Java / Clojure). I've run into two problems trying to share these...

enhancement

Would you be open to a PR implementing parallel task execution? My use case is developing a web app. The backend and frontend are implemented in different languages with separate...

enhancement

Re: #151's commit 058a0a0, instead of removing the docstrings as in this commit I'm also open to submitting a patch to support the described use case of setting an output...

Two separate docstring fixes, please see commit messages.

I found it difficult to follow the abstract wording here and first tried to set debug-profile-specific settings by adding a sdkconfig.defaults.debug file rather than sdkconfig.debug. Added an example that hopefully...

I'm trying to performance test FUSE bindings to Clojure, and have a few questions about perforate: 1. I already have a `with-mounted-fs` macro, and would prefer to continue to use...