Results 28 issues of Sebastian Urban

Adds support for getting the address type of a Bluetooth device.

HDF.PInvoke ships with SZIP in `native/HDF5 1.10/bin64/szip.dll`. According to the SZIP library is licensed restrictively, only allowing non-commercial use without a paid license. However, the `COPYING` file in the repository...

question
documentation

Although it is not widely known, the Windows Store allows installation of command line binaries into a directory that is in the user's PATH. Having this collection of tools available...

P - Windows

Consider a call to [`GrGLGpu::readOrTransferPixelsFrom`](https://github.com/google/skia/blob/09ea35f54734297ba2bc4b36d7f2a682992572c9/src/gpu/ganesh/gl/GrGLGpu.cpp#L2271) with `renderTarget == null`. This leads to [`bindSurfaceFBOForPixelOps`](https://github.com/google/skia/blob/09ea35f54734297ba2bc4b36d7f2a682992572c9/src/gpu/ganesh/gl/GrGLGpu.cpp#L3070) being called, which [binds a temporary framebuffer](https://github.com/google/skia/blob/09ea35f54734297ba2bc4b36d7f2a682992572c9/src/gpu/ganesh/gl/GrGLGpu.cpp#L3085) to the current OpenGL context and then binds a texture...

waiting for customer response
engine
dependency: skia
platform-linux
P4

CFB version 0.7 implemented [Send + Sync](https://docs.rs/cfb/0.7.3/cfb/struct.CompoundFile.html#impl-Send) on `CompoundFile`. Unfortunately, both traits were lost starting with version 0.8. This makes it nearly impossible to use `CompoundFile` in an async-context. I...

**Is your feature request related to a problem? Please describe.** I'd like to use functionality from Tokio without using its runtime, particularly I'd like to use functionality from `tokio::sync` (channels,...

A-tokio
M-io
M-sync
M-time
C-feature-request

Maybe this is out of scope for this project, but would it be possible to make the ron format parseable by the Rust compiler? This would resemble how JSON is...

enhancement
question
feature

Currently there is no D-Bus method to query the version number of the running `bluetoothd`. However, knowing the version number would allow libraries like BlueR to check for compatibility, determine...

When different downlink speeds are set for different interfaces, the latest applied downlink speed is applied to all interfaces. The reason for this is that the same IFB interface is...

Android Studio provides the following warning about the NDK plugin: ``` At 14:26, Nov 30, 2021, Android Studio detected the following issue(s) with Gradle plugin com.github.willir.rust.cargo-ndk-android Always-Run Tasks Task runs...