Bil Bas

Results 61 issues of Bil Bas

Base on: https://github.com/ddfreyne/nanoc/blob/master/lib/nanoc/extra/deployers/fog.rb Realised that Fog is a superset of Github, so Github can become a subclass of Fog with some standard settings. Removes need for dependency on net-github-upload?

feature

Suggested by nofxx in #rubylang

feature

All these files have non-standard line endings on Windows (presumably being created on OSX). This means they display incorrectly in dumb Windows apps like Notepad, but is very easy to...

Operation data looks good. Nothing happens. I wouldn't expect remove_participant to remove a non-robot, so I haven't tried with that.

BUG
0.2.0

- When a robot is first deployed, it takes about 30 seconds after the first request it receives to make any responses. I assume that the java appengine is loading...

ongoing

I was in the middle of implementing this, requiring some refactoring of existing systems in order to make it all make sense, when the 2 weeks break from developing (You...

TODO
0.2.0

Operation serialises as: { "blipId":"", "index":-1, "waveletId":"", "waveId":"googlewave.com!w+TuD7bJ_CK", "type":"WAVELET_CREATE", "javaClass":"com.google.wave.api.impl.OperationImpl", "property":{ "waveletId":"googlewave.com!conv+root", "javaClass":"com.google.wave.api.impl.WaveletData", "waveId":"googlewave.com!w+TuD7bJ_CK", "rootBlipId":"b+TuD7bJ_CL", "participants":["[email protected]","[email protected]"] } } OK, that makes it obvious why it didn't make a new wavelet....

BUG
0.2.0

Currently, we can only set_text and append_text in plain text. Wave also accepts text as HTML and so, if we use a markup generator (textile/markdown) to convert those markups into...

FEATURE
0.2.0

Blip.text[1..3] = '' (delete in range) Blip.text[1..3] = 'Frog' (set in range) Blip.text[5] = ?a (via set in range) Blip.text.sub!(/frog/, "Fish") (via set in range) Blip.text[/frog/] = "Fish" (same as...

Low priority
FEATURE

Currently, the only User that knows about name/profile_url/image_url is the local robot. If the programmer wants to know any of this information about other robots, then it could be looked...

Low priority
FEATURE