Results 192 issues of piegames

``` /build/source/src/TritonRoute/src/frBaseTypes.h:331:20: error: 'segment' in namespace 'boost::geometry::model' does not name a template type 331 | typedef bg::model::segment segment_t; | ^~~~~~~ ``` See also https://github.com/The-OpenROAD-Project/OpenROAD/issues/866 The latest boost version known to...

I'd like to read data from a UART line in one thread and write other data to it in another thread. I don't know Rust well enough to let the...

documentation
uart

When adding messages to an actor, I noticed that it very often follows some specific pattern, that involves a bit of boilerplate code: - Create the method that does something...

I recently had a pretty nasty logic bug in my code, involving the `select!` macro. This is unusual, because in Rust I'm expecting that APIs are hard to use incorrectly,...

docs

I have a (relatively small) list of futures that need to be polled. But at any time, I may want to abort the operation and get the futures or the...

C-feature-request
A-future

There is this nice script that does thermal throttling: https://github.com/Sepero/temp-throttle/ It's just a loop polling the temperature and changing the max frequency until that temperature is below a threshold. I...

enhancement

Closes #2

When asking for a code input, pressing tab should complete the word that is currently typed. At the moment, we are using the `dialoguer` crate for input. I don't know...

enhancement
help wanted

They should come from our CLI arguments parser, `clap`. They very likely provide some tooling for this.

enhancement
help wanted