Siddharth

Results 12 issues of Siddharth

The current implementation include - - [x] C - [x] C++ - [x] Python - [x] Golang - [x] Haskell - [x] Lua - [ ] \ We would definately...

enhancement
help wanted
good first issue
easy
rust
Hacktoberfest
beginners

```bash $ sudo dnf install fontconfig-font-replacements -y Last metadata expiration check: 0:10:23 ago on Mon 01 Nov 2021 03:29:05 PM IST. Error: Problem: conflicting requests - nothing provides archivo-black-fonts needed...

The pull includes `rustfmt` and `clippy` changes, migrating to `windows-sys` and unix fixes for same. The main issues were how `windows-sys` differs from `winapi` in *what type* of value it...

**I'm submitting a(n)** (deprecation|refactor|removal) # Description Migrate from `winapi` to `windows-rs` for the following: 1. [Winapi is no longer actively](https://github.com/retep998/winapi-rs/issues/867 ) maintained (last commit was 9 months ago as of...

- Dependencies are now upgraded to latest so no longer need to use `null_mut`, now uses `None` - Broke down `driver_com` into 2 parts, one sharing equivalent definitions with minifilter...

- Fix issue of floating point operations in kernel driver - Performance improvements - Upgrade `C` standard to `C11` - General stability improvements around IRQL, DriverEntry, etc - Replace `ZwClose`...

@Kudaes Mainly focused around: - `cargo fmt` - Clippy - Fixing warning around struct definitions - General patterns like lifting return out of match statements This PR is (maybe) precursor...

Add 10 questions in each chapter: - [ ] Chapter 1 - Basics - [x] Chapter 2 - Expressions - [x] Chapter 3 - Structs - [x] Chapter 4 -...

enhancement
help wanted
good first issue
easy
Hacktoberfest

[forum request](https://community.clearlinux.org/t/be-able-to-change-switch-to-desktop-or-server-for-clr-power/5882)

The changes include, Migrating from `winapi` to `windows-sys`: `winapi` is no longer maintained in favor of [`windows-rs`](https://github.com/microsoft/windows-rs) which is provided by Microsoft itself. It should provide more robustness against future...