Leif Andersen

Results 75 issues of Leif Andersen

I have very poor vision, and I was hoping to use the this tool to help me see my screen. Right now, when I increase the values of: `sideview_display_size` (and...

Namely, I run: ``` raco cover ``` The coverage runs fine. However, when cover goes to generate the html, I get the error: ``` dumping coverage info into "coverage" default-load-handler:...

Parsers using Parsack can now use feature-specific profilers. Documentation can be found at: http://pkg-build.racket-lang.org/doc/feature-profile/index.html Use parsack-features in #:extra-features.

As far as I can tell, the environment that pasterack runs in prevents threads from working. As shown in this example: http://pasterack.org/pastes/37074

The following code that uses module+ and splicing let fails to run even though it should work perfectly well: ``` #lang racket (require racket/splicing) (splicing-let () (module+ test 5)) ```...

While in theory this allows the user to recover the data, it does make it difficult to restart the data if it crashed. Perhaps an 'error' value could be used...

Otherwise it will try to reload the visr into the new buffer, which is wrong.

Right now the text view is strictly text

Right now you have to double click a file to load it.