Nick Hallahan

Results 71 comments of Nick Hallahan

I wonder if there is any performance hit?

Unfortunately that version specification is with the sinatra-websocket gem. I'm thinking if we are to get this to work, we have to actually pull in websocket-sinatra into the project or...

A really good looking project using Sinatra, WebSocket for file uploads: https://github.com/thirtysixthspan/waterunderice

How about something in between both ideas? If you are forking a page to your site, the logic will be most simple if you are viewing the foreign page in...

Interesting, it feels almost like a backwards IPv4. A number would be an anonymous POST, while a name could be used if done by the owner of a wiki in...

I think that the fabric of the notion of history and origin should be dynamic and non-determinate. An unknown chain of requests used to construct a history will provide this...

Note, if someone can help me out with this, I will add this to the examples, as well as explain how to do this in the docs, if desired. This...

To make something like this useful, we need to have a way of initially populating the ArchivedBTreeMap. I'm a little bit lost on how to do this with a memmap...

I'm guessing I need something like a BufferSerializer that wraps the memmap `&mut [u8]` slice?

That's a good bit of code, but it's pretty cool it works! This would have taken me quite some time to figure out.