Brian Cook

Results 11 issues of Brian Cook

https://github.com/nyergler/hieroglyph/blob/1ef062fad5060006566f8d6bd3b5a231ac7e0488/src/hieroglyph/writer.py#L349 I believe that line of code is a mistake. With multi-file projects _section_level_ goes below one / is one less than the correct value after each file is processed....

From the SDK on my computer (which matches the documentation)... ```cpp WINBASEAPI BOOL WINAPI SetProcessAffinityMask( _In_ HANDLE hProcess, _In_ DWORD_PTR dwProcessAffinityMask ); ``` The [second parameter](https://github.com/retep998/winapi-rs/blob/2f76bdea3a79817ccfab496fbd1786d5a697387b/src/um/winbase.rs#L492-L495) is incorrect... ```Rust pub...

Change the download links to use TSL / HTTPS.

Please change the Stable / Download link on this page... https://redis.io/download ...to use TSL (HTTPS). The link is currently... http://download.redis.io/releases/redis-5.0.3.tar.gz Please also change the installation instructions (wget) to use TSL...

**Background** This is a potential solution for issue #213. Linux and Windows file systems allow illegal Unicode sequences for directory names and file names. The Rust folk provide `OsStr` and...

Linux and Windows allow troublesome filenames which are not tolerated in Rust Strings. Some information is available [here](https://doc.rust-lang.org/std/os/windows/ffi/index.html). Rust has `OsStr` and `OsString` to help deal with the problem. `FixedWindowRollerBuilder::build`...

enhancement

**Background** `FixedWindowRoller` can optionally use a thread to roll the log files. If that thread is active when the program terminates the most recent log file can be orphaned. There...

bug

Please relax [the `log` dependency](https://github.com/JeffBelgum/ntp/blob/master/Cargo.toml#L18) so I can eliminate log v0.3 from my projects. https://github.com/JeffBelgum/ntp/pull/31

**Version** 1.38.0 **Platform** Windows 11 Pro / 64 bit **Description** On Windows, the documentation for a project using Tokio cannot be build with `docsrs` enabled. This makes it difficult-to-impossible to...

C-bug
E-help-wanted
T-docs
A-tokio

Please unify the libraries under a single license. Currently, at least six different licenses are used. Please also recommend a license for third-party libraries.