positiondev / offset

A haskell library that communicates with wordpress over its api.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Output default (or empty) html if there is an exception triggered #17

Closed dbp closed 7 years ago

dbp commented 8 years ago

This way if the wordpress server goes down and some offset queries are cached, they will still render fine even if others are failing.

emhoracek commented 7 years ago

Should be solved by #30!