barries

Results 20 issues of barries

**Describe the bug** **To Reproduce** 1) Run `plantuml -pipe -ttxt` and observe output, like so: ``` $ plantuml -pipe -ttxt @startuml [*] --> 1 [*] --> 2: hi 1 -->...

triage

**Describe the bug** When `is_sizing_pass()`, `allocate_new_ui()` correctly does not add space before and after itself. When rendering "for real", it does. `ui.horizontal()` does not have this issue. _(I'm using sizing_pass...

bug

**Describe the bug** According to the docs: [InputState.screen_rect](https://docs.rs/egui/latest/egui/struct.InputState.html#structfield.screen_rect): Position and size of the egui area. However, this code: ```rust fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) { let ui_size...

bug

**Describe the bug** `eframe` renders window decorations when in `fullscreen` is `true`. Workaround: set `decorations = !fullscreen`. **To Reproduce** Steps to reproduce the behavior: 1. Install eframe_template 2. Implement F11...

bug
eframe
native-linux
dependencies

**Is your feature request related to a problem? Please describe.** When adding images to a new app, any misconfiguration, like missing `egui_extras` and `images` crates or features, not calling `egui_extras::install_image_loaders()`,...

feature
egui

Our app is logging from a panic hook, and sometimes the data makes it to disk, sometimes it doesn't. In the below code, both `closed!!!` and `flushed!!!` are printed, but...

question

We're very happily using `ion-rs`'s v1.1 binary format for logging, along with `ion cat` and our own log decoder. One of the reasons for using our own log decoder is...

question

I'm not sure if this is in-scope, but our product and team would get a lot of value out of being able to reify `ion_rs::serde`-serialized values with almost complete type...

enhancement

This feature request is to add a method like `SymbolTable::get_or_insert()`[1] to allow callers to intern symbols that will be reused. For example, in the context of emitting a telemetry stream,...

enhancement

I've been digging through the 1.1 rc10 reference docs to figure out how to configure it to minimized buffering--for example by using delimited sequences. I'm afraid I haven't figured it...

question