Ulf Wiger

Results 135 comments of Ulf Wiger

Keeping this open, awaiting new information on how to best resolve this. Feedback welcome.

It's a problem. I did a form of prefix encoding of binaries for the kvdb database: https://github.com/Feuerlabs/kvdb/blob/master/src/kvdb_lib.erl#L261 ...but I haven't tried to integrate it into sext.

I can't reproduce this, and (although I suddenly realized I seldom use ' when writing Edoc text) it seems to have worked for me in the past. See for example:...

I tried this, and it looked OK. Here's that line: ``` Remember that `sum` in `ecirca:new`? That's it. You can also have ```

The problem here is that edoc (via Xmerl) requires the markup to be valid XHTML, and markup is still parsed within pre tags ('pre' just means "preformatted" and tells the...

The latest master should not have this problem ...

Ah, sorry. You are pulling from an obsolete repos. Please use https://github.com/uwiger/edown instead.

Any news on this issue? Is it still a problem?

Is this necessarily what one wants, though? My assumption has been that one would often want to manually start/stop block production. Perhaps an option to control auto-start?

A question: In the Erlang world, it's more commonplace to use e.g. `{packet, 4}`, adding some size bytes at the beginning of the message. This allows the receiver to know...