Harlan T Wood
Harlan T Wood
We had a good discussion today on slug generation, and a scale of "permissivity". Our current slugs have a low permissivity, call it 10 out of 100. Github's Gollum wiki...
I'm looking at ways for a casual user to be able to easily fork content in SFW. Two possible directions: 1) When the user edits content on a claimed site...
Nicholas and I were chatting a bit about image storage in SFW today. Here's an initial stab at an image storage system: In the filesystem (or other "stores" such as...
We currently support a subset of MediaWiki-style links. I am implementing support for the MediaWiki links with a "friendly label", eg: ``` [[My Page|Click Here]] ``` would become: ``` Click...
Coffeescript 2 now compiles to ES6, and supports JSX, and much more: http://coffeescript.org/announcing-coffeescript-2/ If anyone wants to take on converting this starter kit to Coffeescript 2, it might be helpful...
from https://github.com/aanand/git-up/issues/118#issuecomment-222141333
First, thanks for the work and care you've put into this server! I am interested in substantially contributing to this project (my current hacking on my fork is around getting...
I checked out the repos: - https://github.com/holochain/elemental-chat - https://github.com/holochain/elemental-chat-ui both on `develop` branches. Followed instructions to get up and running on my mac. ``` $ hc generate -a elemental-chat-test ../elemental-chat/elemental-chat.dna.gz...