frankplow

Results 19 issues of frankplow

This PR removes superficial differences between listings the reader is asked to compare. Previously, [9-6](https://github.com/rust-lang/book/blob/main/listings/ch09-error-handling/listing-09-06/src/main.rs#L3) used the style ``` use std::io::{self, Read}; ``` while [9-7](https://github.com/rust-lang/book/blob/main/listings/ch09-error-handling/listing-09-07/src/main.rs#L3) and [9-8](https://github.com/rust-lang/book/blob/main/listings/ch09-error-handling/listing-09-08/src/main.rs#L3) used ``` use...

The initial implementation of semantic tokens was quite slow. This PR contains some tweaks to improve its performance. Not currently addressed by this commit is this: at present the function...

**When merged this pull request will:** - Add a new radio effect for the AN/PRC-343. This radio effect implements [Continuously Variable Slope Delta Modulation](https://en.wikipedia.org/wiki/Continuously_variable_slope_delta_modulation), as the radio does in real...

feature request

I'm on Arch and after a recent update, siji stopped appearing under fontconfig. Looking online, theres also a post on r/archlinux with a couple people reporting a similar issue in...

## Describe the bug The host application does not start. I believe this is a duplicate of #52 and #55 but neither currently have a solution. ## To Reproduce Try...

bug

For targets without an operating system, the system name `Generic` is [recommended in the CMake documentation](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Cross%20Compiling%20With%20CMake.html#toolchain-files): > [CMAKE_SYSTEM_NAME](https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_NAME.html#variable:CMAKE_SYSTEM_NAME) > > This variable is mandatory; it sets the name of the...

## FFmpeg Version 5.1 ## Command Line ``` C:\Users\Frank\FFmpeg>.\project_generate.exe --disable-asm Project generator (this may take several minutes, please wait)... Passing configure file... Error: Unknown option (asm) in command line option...

Closes #641 and closes #645. For pointer alignment, `buffer_offset` must be a multiple of 4. If it is not, the program will panic like in #641 and #645. This PR...

This PR implements the [`Error`](https://doc.rust-lang.org/std/error/trait.Error.html) trait for [`DrawError`](https://github.com/nannou-org/nannou/blob/0eee95c054ffb08287e0a0c3203f3f0108ddc9e5/nannou/src/draw/renderer/mod.rs#L138) using the `derive` macro provided by [thiserror](https://crates.io/crates/thiserror). This requires adding the [thiserror dependency](https://github.com/frankplow/nannou/blob/561f20d8504774f07a00315477de2ef57ad3585a/nannou/Cargo.toml#L31) to `nannou`. This is in keeping with how `Error`s...

It was mentioned in issue #6, but the foreground transparency (font transparency) is broken in this fork. Transparency in lemonbar-xdg: ![lemonbar-xcb](https://cloud.githubusercontent.com/assets/6375868/18893452/e5337f90-8505-11e6-82a7-d7540f3b2d3c.png) Versus transparency in base lemonbar: ![lemonbar](https://cloud.githubusercontent.com/assets/6375868/18893466/fcf6fb48-8505-11e6-92ff-3ae7a7e93731.png) (It is worth...