Tom

Results 5 issues of Tom

This adds a new parameter to `AccessorFunc` which makes it possible to change the casing style by passing a `CASING_` enum. The casing styles I have added are: - PascalCase...

Addition

The entire file needs a refactor at some point. It definitely works as intended but it's slightly embarrassing.

enhancement
help wanted

It'd be nice to provide a few slightly more in-depth examples of the library's usage so that new users can adapt and use for their own projects.

enhancement
help wanted

The following error is sometimes raised as a result of using `file.AsyncAppend`: ``` thread 'gm_async_write' panicked at 'assertion failed: (*self.data.get()).is_none()', /rustc/75d9a0ae210dcd078b3985e3550b59064e6603bc/library/std/src/sync/mpsc/oneshot.rs:89:13 note: run with `RUST_BACKTRACE=1` environment variable to display a...

Allows deployments to run from schedule events