Joel Dueck

Results 26 issues of Joel Dueck

How would you go about writing Scribble docs for a `deta` schema? Use [`defstruct`](https://docs.racket-lang.org/scribble/doc-forms.html#%28form._%28%28lib._scribble%2Fmanual..rkt%29._defstruct%29%29) and add a caveat that it’s not actually a vanilla `struct`? Or just document the `make-`...

enhancement

I am working on syntax highlighting for [Scribble](https://docs.racket-lang.org/scribble/) and [Pollen](http://docs.racket-lang.org/pollen/), which are Racket/Scheme programming languages for writing prose. Being Racket languages, they have [their own requirements](https://github.com/wlangstroth/vim-racket/blob/f76fde9afbc008b7468c9ea026cbe3840af5f5ef/syntax/racket.vim#L22) for `iskeyword`. When running...

See https://github.com/mbutterick/pollen/issues/268 — opening a Pollen source in DrRacket apparently causes the project-local `root` function to be called with no arguments. I know things can get blurry when dealing with...

Rec Mono doesn’t work for the box-drawing diagrams I sometimes add in the comments of my source code ([example](https://github.com/otherjoel/perfect-edition-pollen/blob/master/epub.rkt)). A resource that might help with this: https://github.com/adobe-type-tools/box-drawing

feature suggestion – would require funding

Just curious—did you have plans to make the API's file system operations (create/rename/move/delete for files and folders) accessible via the web UI?

My spouse and I have separate Amazon accounts, but all purchases for both accounts are charged to the same credit card account. It looks like in order to use this...

This program: ``` #lang scribble/manual @racketblock[ '#s(doc (1 2 3))] ``` Results in: ``` syntax-e: contract violation expected: syntax? given: #f ``` Compare this version, which does not produce any...

The EPUB standard [requires](https://www.w3.org/TR/epub-33/#sec-zip-container-mime) that the `mimetype` file in an OCF zip container not be compressed. I've been using system commands to build these containers, but due to cross-platform issues...

**What version of Racket are you using?** 8.11.1 BC x64 on M1 Max **What program did you run?** `raco setup` **What should have happened?** Setup should complete successfully. **If you...

racket-bc
arch:aarch64
platform:macos

The [docs](https://fonttools.readthedocs.io/en/latest/subset/index.html) seem to indicate that some arguments (such as the `unicodes` argument, as well as `glyphs`) should be given with one hyphen, and others with two hyphens. I spent...