Tristam MacDonald

Results 18 comments of Tristam MacDonald

I just checked, and this is also working once you pull the fix in #1941

Just updated to 0.16.0 and ran into this issue as well. The problem appears to be here: https://github.com/getzola/zola/blob/master/components/site/src/lib.rs#L165 For some reason the code takes in a canonicalized Path object, does...

For the SASS issue it looks like we've afoul of https://github.com/rust-lang/glob/issues/111

The main task is to refactor `RenderPass` to try and get rid of that `'a` lifetime bound on the parameters to `set_pipeline`, `set_bind_group`, `set_vertex_buffer`, and `set_index_buffer` - presumably by copying...

I think the easiest approach would be not to just exclude FINGERMOTION data from the Mouse when (TARGET_OS_MAC && !TARGET_OS_IPHONE). However, it may be worth considering whether mouse events should...

> If the goal of winit is to be 100% consistent cross platform perhaps it should dispatch a synthetic event when set_cursor_position is called. As I understand it, the current...

I'm seeing the same error, on a SAM installed using the latest `aws-sam-cli-macos-arm64.pkg` from the website (rather than brew). Edit: I had to downgrade to 1.144.0 to avoid this error

Graphical corruption followed by hard reboot still reproduces for me, I'm afraid. Here's the macOS problem report: ``` Attempting to forcibly halt cpu 0 cpu 0 failed to halt with...