Marc Pabst
Marc Pabst
https://developer.apple.com/documentation/metal/mtldrawable/2806855-presentedtime In preparation for https://github.com/gfx-rs/wgpu/issues/2869.
I was poking around the ApproximatePermutationTest function and this is the current signature: ```julia function ApproximatePermutationTest(rng::AbstractRNG, x::AbstractVector{R}, y::AbstractVector{S}, f::Function, n::Int) where {R
I'm attempting to use `objc2` for Apple iOS API interoperability, and I'm really struggling with basic tasks, such as retrieving an Objective-C struct (simd_float4x4, [https://developer.apple.com/documentation/arkit/aranchor/2867981-transform?language=objc](https://developer.apple.com/documentation/arkit/aranchor/2867981-transform?language=objc)) from an object into Rust....
Hey @l1npengtul! First off, a big shoutout to you and all the contributors for your incredible work on nokhwa. It's such a valuable tool for webcam/camera capture and honestly, it...
Conversion for these colour spaces depend on the spectral properties of the display, so I'm not entirely sure how to represent them in the current type system? It would either...
## Description I'm looking to implement Display P3 support (and potentially also DCI-P3) - as far as I can see, this should mostly encompass copying the sRGB code and changing...
When using `apple-sys = { version = "0.2.0", features = ["CoreFoundation", "ARKit"] }`, bindgen creates multiple conflicting implementations of trait `ARKit::UIViewController_` for type `UIViewController` (see here: https://gist.github.com/marcpabst/2f1c7ac510daf9389d4df1f8b81e667d). Renaming the traits...
Not sure if this would be betteer suited for the `HypothesisTests.jl` package, but I would like to implement a method to obtain tmax-corrected pvalues from a `HypothesisTests.PermutationTest` struct. The tricky...
**Description** This PR allows retrieving the `d3d12::ComPtr` from a DX12 `Surface` by cloning the pointer. I'm not sure if there are any conventions around exposing this kind of low-level API,...
### Description Stuck on winit `0.29.15` for now, while waiting for the new API to take form. Running the event loop on iOS causes lots of warnings ````WARNING winit.platform_impl.platform.app_state 2024-05-28...