shapeshed
shapeshed
Currently flim doesn't really have much error handling.
It would be helpful to be able to run flim in debug mode and for this to output extensive debugging information.
Add a project website for flim detailing how it is a minimal static site generator.
Currently the examples run against Express 3.x
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  The PDF I am operating on has only...
# 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...
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...