Results 11 issues of shapeshed

Currently flim doesn't really have much error handling.

enhancement
help wanted

It would be helpful to be able to run flim in debug mode and for this to output extensive debugging information.

enhancement
help wanted

Add a project website for flim detailing how it is a minimal static site generator.

help wanted

Currently the examples run against Express 3.x

help wanted

Really enjoying your book. For some reason layout.jade isn't working in chapter 8. Maybe a different version of Express? via Twitter @joshhostels

My use case is cropping whitespace from PDFs for e-readers so that content is maximised on an e-reader screen. Like this ![image](https://user-images.githubusercontent.com/33444/231737918-07344d68-0101-45b5-9c86-263a620df4fd.png) The PDF I am operating on has only...

feature request

# Description Some paginated results can return null for the next key value, which breaks deserialisation ```json {"positions":[],"pagination":{"next_key":null,"total":"0"}} ```` This fixes the issue by making `next_key` optional. Related issue: https://github.com/osmosis-labs/osmosis-rust/issues/104...

Stale

The previous implementation threw a type error. | ::serde::Serialize, | ^^^^^^^^^^^^^^^^^^ expected `&[u8]`, found `&Option` This adds custom serde functions and an additional transformer to handle the option correctly.

When the `osmojs` library parses a date object to a timestamp on the `accountLockedPastTimeDenom` rpc method, an error is generated within a osmojs helper function due to a floating point...

## Bug Report ### Setup **CometBFT version** (use `cometbft version` or `git rev-parse --verify HEAD` if installed from source): v1.0.0 **Have you tried the latest version**: yes/no Yes tried HEAD...

bug
needs-triage