Boris Mann

Results 65 issues of Boris Mann

Errors on the source site that result in 404s all attempt to write to `dist/404.html` which itself causes the build to fail and nothing to get written. I tracked this...

Your deploy to heroku wasn't using the `generator: secret`. I added that to app.json, and it now does deploy automatically with the secrets filled in.

Closes #124 I think it might be as simple as this one liner??? I couldn't find anything else in the Teacup manifest https://github.com/aaronpk/Teacup/blob/master/public/manifest.json

Whatever https://teacup.p3k.io/ has running in its manifest file or wherever, it appears on iOS as a separate app that you can switch between. Please bring this magic to Quill!

## Problem I want to @-mention people from multiple different networks. Some will be Twitter, some will be Github, some will be Instagram, some will be MicroBlog. ## Solution This...

Hi there! I’m doing some exploring of Mastodon and other open source systems, including how to financially support running useful services like the main Moa.party instance. I’d love to be...

Can we use Radicle for storing this info? Experiment with this. https://radicle.xyz

enhancement

Create a field definitions page that explains each field, what it contains, and any usage / consumption details. This will help in people programmatically consuming the JSON file, since we...

enhancement

field name: description A human readable short paragraph that describes the chain. type: long text. No limit, but suggested to keep it tweet length, 280 characters. May contain Markdown. field...

enhancement

I don't think you want node_modules added into gh-pages branch. It is gitignore'd in the master branch, but there is no gitignore in the gh-pages branch. Happy to add a...