Suzanne Soy

Results 50 issues of Suzanne Soy

### What version of Racket are you using? 6.9.0.4 ### What program did you run? ``` (:type (All (r #:row) (Instance (Class #:row-var r)))) (:type (All (r #:row) (Object #:row-var...

class

### What version of Racket are you using? 6.6.0.4 ### What program did you run? ``` #lang typed/racket (define-type (L+ T REST) (Pairof T (∩ (L+ T Any) REST))) ```...

kind

I have a non-unix-style installation of racket 6.90.0.30 in `/usr/local/racket-6.90.0.30/`. When I run `raco setup`, I get the following error because it tries to re-generate the launchers in system directories:...

I didn't include the HTML files in this PR, as I have a minimal-racket installation + everything else installed in `~/.racket` (including main-distribution). It seems that `--redirect-main http://docs.racket-lang.org/` does not...

There were two problems preventing PDF generation: 1) The CSS file defining `#:style "strike"` was included, instead of the TeX equivalent 2) LaTeX chokes on the Japanese "Transformers" characters `トランスフォーマ`....

This fixes bug #15. The problem was that when analyzing a chunk, `scribble/lp` tries to identify the `require` statements and automatically append them to a `(require (for-label …))` statement. Submodules...

When viewing the locally-installed documentation, doing a middle click or Ctrl+Click on the "top" link in the top left corner of the sidebar opens the main page of the documentation,...

good first issue

A while ago (I think at least since 6.9, possibly even 6.8), the search box stopped working, except on the main documentation page. If I go to `file:///home/georges/.racket/snapshot/doc/index.html`, type number?...

This patch: * Adds support for custom CSS styles for `(code:hilite code style-name)` * Fixes rendering of `@racket[(a . (b c))]` so that the dot is indeed shown if it...

Hi, Scribble includes a large block of HTML code in the headers of the generated document, along with CSS and JS files. It similarly includes a large number of LaTeX...