Oblomov

Results 212 comments of Oblomov

Ok, I think we have an agreement on YAML. Concerning the separation of data from metadata, and layers between them, I would propose the following: - since @mz2 hasn't commented...

I like the idea of embedding the ASCIImage data into a standard YAML document _a lot_. It keeps the ASCIImage format itself extremely simple, and makes parsing of the data...

I can give it a shot for my Ruby version. So, just to be clear, the full list of options for the paths is: - `fill`: determine the color of...

At least in Ruby, `YAML.load_documents()` will return an array of hashes (dictionaries) when passed a multi-document YAML text. If this is the same for whatever YAML loading functions are available...

I've pushed preliminary support for metadata to my asciimage-ruby repository. It only supports single-layer images for the time being, and single-path overrides. If I've done things right, the famous “padlock”...

YAML can differentiate between numeric indices and string indices: ``` YAML --- 0: "this has a numeric index 0" '0': "this has a string index 0" ``` so we could...

Any chance of this getting fixed in the default stylesheet? Having to hack around the default using CSS injection or in-browser user styles is a bit of a bother.

> My concern is that splitting the message at the "right" place will be difficult. One possibility could be to allow the user to specify where to split the long...

I'm very interested in this feature. I've been thinking about what would be an efficient way to store the data, and the first thought I've had is that some users...

> I just noticed my own profile page showing replies to my own "threads" as separate posts. Yes, they're "chronologically ordered", but it's unreadable because the last reply comes first....