Liam Gray

Results 23 issues of Liam Gray

Track when notifications were added (default timestamp of now/`new Date()`) but allow this to be configurable. The timestamp should have it's own place in the notification HTML template for styling.

enhancement

It needs to be [significantly] prettier. The current site is okay, some aspects are reasonably nice, but using UIKit or Semantic UI, along with a nice nav and a few...

enhancement

(This is an ambitious spec written in the space of 20 mins. It will probably undergo a few revisions before v1.0.0.) Custom notification wrappers will allow developers to integrate Snarl...

enhancement

Allow the user to specify a position by having multiple `#snarl-wrapper-x`s (`x` being: top, left, top-left etc.) that are only injected into the HTML when they don't exist. The user...

enhancement

Use Babel to leave `snarl.js` as ES5-compatible code, but then have the source written in OO-friendly ES6 (which those who love ES6 could use). So each notification would be its...

enhancement

# Context I had run into an issue where chef wasn't caching properly because I'm using a workspace with multiple crates. A minimal Dockerfile example could be: ```Dockerfile ARG PROFILE=release...

Hey, I believe ludicrous mode to be a bit superfluous, as bounds checking appears to get optimised out by the compiler for u8 with 256 len arrays, judging by these...

# Context The [Structure Aware Fuzzing](https://github.com/rust-fuzz/book/blob/master/src/cargo-fuzz/structure-aware-fuzzing.md) section of the guide recommends importing the `arbitrary` crate as optional, and then using `#[cfg(feature = "arbitrary)]` throughout the code. This seems juxtaposed to...

### Bug Description `SqliteConnectOptions::filename()` doesn't set `in_memory = true`, which caused me all sorts of connection pool deadlocking issues in a larger project. **Pull request being filed shortly.** ### Minimal...

bug