-
Running `(sphere origin 1)` in Racket version 6.1.1 creates the following error:
```
make-gl-shader: 0(10) : error C1101: ambiguous overloaded function reference "mix(float, float, int)"
(0) : gp…
-
When I try to use `Source Code Pro` as the font for nonterminals, the font is correctly rendered in the output of the racket REPL, but when outputting as pdf then a different font is used in the pdf, …
-
I've been attempting to get r-cade running on a Kano, which is essentially a Raspberry Pi running (a version of) Raspbian. Specifically:
- OS: Kanux Beta 4.3.3 Hopper (based on Debian 9.6 AKA Stret…
-
I learnt `procedure-keywords` can extract a function's keywords, e.g.,
```racket
(procedure-keywords open-output-file)
;; =>
'()
'(#:exists #:mode)
(require plot)
(procedure-keywords plot)
…
-
Using drracket 7.8 on Ubuntu 18.04.3.
File > Print definitions... > [print dialogue opens]
Pages come out of the printer completely blank.
If you print to pdf, same result: the pdf file is composed…
-
I'm new, just installed Racket v8.0, trying to follow tutorial https://docs.racket-lang.org/datalog/Tutorial.html.
I expect REPL to print me same results as when I execute code:
```
> parent(A, B…
-
Recently, people have pointed out that the combination of common caching proxies and web frameworks that treat `;` as a query separator can lead to security problems; see here: https://snyk.io/blog/ca…
samth updated
3 years ago
-
This bug happens as far back as v6.5. It also seems to be present on RacketCS. In 3m I get some racket stack traces that say `not non-null `CGContextRef' pointer`. On 6.5 DrRacket hangs, and on 7.0 an…
-
I tried to use racket-langserver with coc.nvim, but it doesn't seem to work.
(I'm on windows with racket 8.0)
Log:
```
Caught exn:
current-load-relative-directory: contract violation
expected:…
-
It would be useful at time of upload to be able to either tag sarif upload of override the tool name.
Software artifacts that can be build differently from the same sources (for example cross-build…