Eric Pfister
Eric Pfister
Compiling below (`cargo build`): ```toml # Cargo.toml [dependencies] cacao = {version = "0.2.1", features = ["user-notifications"]} ``` ```rust // main.rs use cacao::macos::{App, window::Window, AppDelegate}; use cacao::notification_center; #[derive(Default)] struct BasicApp {...
**Describe the bug** [Svelte REPL](https://svelte.dev/repl/c610a3b4bcc8421c9f89e6b0fd45d51f?version=3.47.0) The x-labels are not centered with the ticks on the bar chart, and the text gets cut off vertically (see the 'y' in "bye"). I...
I tried running the example at https://github.com/hoodie/notify-rust/blob/main/examples/mac.rs. However I get no notification, the program just runs and closes. The notification center doesn't have anything either. I am running on a...
I made a minimal test program from one of the examples: ```toml # Cargo.toml [dependencies] mac-notification-sys = "0.3" ``` ```rust // main.rs use mac_notification_sys::*; fn main() -> Result { set_application("com.apple.Terminal")?;...
This PR: - Fixes this error I kept getting with Webpack by changing the function to use just the `import.meta.url` rather than `import.meta` ``` Critical dependency: Accessing import.meta directly is...
1) Create a new MovingWorld 2) Exit to menu 3) Delete dimension folder that was associated with MovingWorld 4) Go back into game 5) Attempt creating a new MovingWorld Expected:...
### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...
Is there any way to implement MacOS panning and zooming with the trackpad? I am trying to port my app from electron, and it would be useful to have such...
### Fixes - Issue where content type is always set to `binary/octet-stream` on AWS ### Description This PR sets the Content Type field correctly from the ContentType property