Michael Leonhard

Results 35 issues of Michael Leonhard

Hi vorner, I started adding a `wait_for_shutdown_signal` function to https://crates.io/crates/permit . Then I thought that it would probably be cleaner to put it into signal-hook. What do you think? This...

The app shows popups on top of the visible page. It uses `Overlay.of(context).insert(OverlayEntry(...))` to insert a widget into the `Navigator`'s `Overlay` `Stack`. Unfortunately, the widget cannot get theme data, even...

framework
f: material design
has reproducible steps
found in release: 3.3
found in release: 3.7
team-design
triaged-design

Dear Dart-lang Maintainers, Thank you for your hard work making Dart. It is very useful to me. Here is `test/unit/truncated_trace_test.dart` which demonstrates a problem in my Dart application: ```import 'package:stack_trace/stack_trace.dart'...

forwarded-to-js-devs

My dartlang application performs network requests like this: ```dart Future streamToBytes(Stream stream) => stream .fold(new BytesBuilder(), (BytesBuilder bytesBuilder, List bytes) { bytesBuilder.add(bytes); return bytesBuilder; }).then((BytesBuilder bytesBuilder) => bytesBuilder.takeBytes()); final HttpClient...

enhancement

### Problem Hi mdBook Team, Thanks so much for making this tool! I'm using it to publish https://www.applin.dev/docs/ . Running the pre-built binary on Render.com in a Rust build is...

C-enhancement
S-Wishlist
A-Installation

This PR fixes https://github.com/geiger-rs/cargo-geiger/issues/517 . Here's what it does - Rolls back dependabot changes which broke the build - Update `integration_tests__test9_package_with_git_deps.stdout.snap` to match a package version in Cargo.lock - Migrate...

Cargo-geiger 11.7 crashes when it encounters Rust code that uses [C-style string literals](https://doc.rust-lang.org/edition-guide/rust-2021/c-string-literals.html) which were introduced in Rust v1.77. ``` user@Users-MBP build-data % cat Cargo.toml [package] name = "build-data" repository...

Hi GitHub Team, I recently uploaded [a commit](https://github.com/cozydate/rust-in-production/commit/c6be78f2ee52289a5efff94074b0f909e70e4dd7) with the comment message: `Use tokio::time::delay_for() instead of std::thread::sleep().` This is rendering in GitHub as: "Use tokio::time::delay_for() instead of std:🧵:sleep()." This is...

Dear Dart-lang Maintainers, Thank you for your hard work making Dart. It is very useful to me. Here is `test/unit/truncated_trace_test.dart` which demonstrates a problem in my Dart application: ```import 'package:stack_trace/stack_trace.dart'...

package:stack_trace