Barry Frost

Results 3 issues of Barry Frost

**Describe the issue** If there is no `src/shared` folder, the `static()` helper function doesn't return the fingerprinted filename of assets. **Steps to reproduce** Steps to reproduce the behavior: 1. Set...

With the contacts endpoint in place (#21), it should be possible to create/update contacts via Micropub. This would be the first non-`h-entry` type to be supported.

https://sentry.io/barryf/transformative/issues/334158093/ ``` Transformative::Micropub::InvalidRequestError: Invalid request: the 'add' property should be a hash. lib/transformative/micropub.rb:58:in `verify_hash' raise InvalidRequestError.new( lib/transformative/micropub.rb:36:in `action' verify_hash(properties, 'add') lib/transformative/server.rb:180:in `block in ' post = Micropub.action(params) ... (45 additional...