michaelweber

Results 4 issues of michaelweber

Macro sheets allow Excel to replicate the effect of a RUN() invocation by defining a name and then referencing it in a sheet by appending () to the name. For...

enhancement

I have no idea why this happens, but if you use the `--password` flag, your decoy document can't have a normal embedded image. To get around this my example uses...

bug

Decoy documents should be able to have any number of sheets - right now it's essentially hard coded to assume the sheet is in position 1. This should be fixed.

bug

Hi! I've been trying to compile some of the example netcode in the gorilla/websockets project using the `net` extensions package. Specifically I'm going with the fairly straightforward echo server example...