arctic-alpaca

Results 16 issues of arctic-alpaca

This PR updates the rust dependencies. `rustfmt` is no longer required: https://github.com/hyperium/tonic/pull/904 `protoc` (or `cmake`) needs to be installed since `prost` dropped its bundled binary: https://github.com/tokio-rs/prost/pull/610 This is being worked...

Hello, I'm writing a REST API and using `schemars` with `rocket_okapi` and `okapi` to create the documentation. This is working quite well so far, but I encountered an issue. I'm...

Hello, I'm trying to display `canvas::Text` next to a chart drawn on a `canvas`. To get the spacing/padding around the text right, I need to know the amount of space...

feature
good first issue
text

**Describe the bug** Clicking on the dropdown menu in the widgets example and then changing style with the toggler on the bottom left doesn't change the style of the dropdown...

bug

Hello, # Context Implementing mouse and/or keyboard behavior for the canvas widget could allow for interactive charts, maps with drag navigation and similar interactive elements. # Problem description & Solution...

feature request

Hello, **Describe the bug** When the OrbTk window isn't focused, clicking on components (e.g. buttons) does nothing but regain focus. Clicks on components are only registered if the window is...

bug

Hello **Describe the bug** This bug only appears when using WindowsKey-Shift-S to take screenshots using the snipping bar as described [here](https://support.microsoft.com/en-us/help/4488540/windows-10-how-to-take-and-annotate-screenshots). When the orbtk widgets example is the focused window...

bug
next
windows

Hello **Describe the bug** I'm working on creating an [OrbTk backend](https://github.com/arctic-alpaca/plotters_in_orbtk) for [plotters](https://github.com/38/plotters). This is working alright, but I encountered a problem. When trying to create [this example](https://github.com/38/plotters/blob/master/examples/histogram.rs), a component...

bug
raqote
next

Hello, I found several bugs related to the textbox in the widgets example. ### 1. Keyboard layout **Describe the bug** The textbox in the widgets example doesn't use the correct...

bug

Hello, When creating an animated chart, does this simply mean recreating the chart every time new data comes in? The piston example seems to suggest that, but it doesn't seem...