Sam Jeeves

Results 9 comments of Sam Jeeves

No worries. That was my feeling too. Let me know how the the verification goes.

The main delay at startup that I'm seeing is waiting for `cargo build` of the model to finish. Would be nice if this was somehow non-blocking.

I see something slightly different on Windows 11: ``` 2022-07-14T10:05:50.861464Z WARN wgpu_hal::vulkan::instance: Unable to find layer: VK_LAYER_KHRONOS_validation at C:\Users\Sam\.cargo\registry\src\github.com-1ecc6299db9ec823\wgpu-hal-0.12.5\src\vulkan\instance.rs:527 Finished dev [unoptimized + debuginfo] target(s) in 0.28s 2022-07-14T10:05:52.068758Z WARN wgpu_core::device:...

> I think that means that you haven't installed the Vulkan SDK. At least it was like that for me, on Linux. Reference: https://github.com/hannobraun/Fornjot/issues/157#issuecomment-1077466905 You're right. Installing the Vulkan SDK...

Would it be possible to have an option to run an arbitrary custom command instead of the usual attempt to compile?

Or even to just attempt to build the entire project? Very slow, but there for compatibility?

Okay thanks for the reply. I've forked the repo and managed to get v4.0.0-Alpha.6 working. I had to include Tether.js which is required by Bootstrap 4 for tooltips apparently. I...

I actually already pushed it 2 days ago. Check it out here: https://github.com/jeevcat/flask-bootstrap-4-alpha. Please let me know if it works for you.

I'm also facing this issue when trying to style via the `class` prop of the Link component.