Sharpiro

Results 6 issues of Sharpiro

Type: Feature request/Question NLog version: 4.2.3 Platform: .Net 4.5 - Why do I/We need it? My requirement is that I need to be able to know exactly when that file...

feature
up-for-grabs
file-target
file-archiving

Perhaps this has been mentioned but I didn't see anything after glancing over the issues. I confirmed this is still occurring with the latest updates when commenting on fresh un-commented...

Hey, thanks for putting this together, really cool. Here's a PR if you want a fix I needed to do to get it building on linux/docker. The casing was causing...

**Describe the bug** When using the library with Cloudflare R2, the `put_object_stream` function fails every time with an 8MB file of all 0s (and any other large file I tired)....

bug

Adding `#[num_enum(catch_all)]` to an enum variant removes the enum's display name while debugging. When a known enum variant occurs, instead of the name, `{...}` is shown signifying debug information is...

hex_conf is showing too many zeroes when at the end of a u16 range. ```rust #[test] fn test() { let hex_config = HexConfig { title: false, display_offset: 0xfff0, ascii: false,...