Krishna Kumar Thokala

Results 34 issues of Krishna Kumar Thokala

Hi, I have tried integrating rodio with a websocket, as and when 4096 bytes of u8 data comes in, I have tried to pass it as i16 for play_raw api....

Hi, We have started 10netopeer instances with a single libnetconf library. We want to change this behavior such that one netopeer instance supports all the 10connections and work differently on...

Hi @debsahu , Thanks for this wonderful library. This saved my day when I was looking to make a tweet from NodeMCU. However I realised, the new twitter developer account...

Use syncthing as backend to sync preferences across user devices.

enhancement

Implemented an extra parameter support to save site count which helps to generate unique password every time for the same site. The non-sensitive meta data is stored in a simple...

This PR aims to use cargo-wdk to build and package the driver samples in the repository on the CI pipeline. Changes: 1. Added `continue-on-error = true` to the build job....

Test improvements: * Added a unit test module to `crates/cargo-wdk/src/trace.rs` that verifies the correct mapping of `Verbosity` levels to Cargo flag options, covering default, quiet, and multiple verbose levels. *...

This pull request refactors how the `mockall` crate is integrated into several provider modules to improve code clarity and maintainability, especially around conditional compilation for testing. It moves mock-related attributes...

This pull request adds comprehensive unit tests for WDK (Windows Driver Kit) metadata parsing logic in the `crates/wdk-build/src/metadata/mod.rs` module. The tests cover various scenarios to ensure robust handling of different...

1. The existing integration test can be split into two separate tests https://github.com/microsoft/windows-drivers-rs/blob/main/crates/cargo-wdk/tests/build_command_test.rs#L30 2. Make sure certificate is cleared at the end of each test.

enhancement