shuhung
shuhung
I see. In Systems -> Security & Privacy, are apps from identified developers allowed? 
It's nice to have line numbers on by default! @jestarray FWIW, there's a related paren setting that automatically converts opening parentheses and closing parenthesis to square brackets depending on the...
> Does collapsed text trigger the multimedia file format ? Both cases are possible. With the option "Ask before changing save format" in the preferences, DrRacket will ask the user...
Relevant: racket/gui#223 Not sure if related: racket/racket#3462
Maybe a derived parameter could work better? I also wonder whether byte strings should be included too. The extra wrapper in the derived parameter can use `bytes->string/locale` and `string->bytes/locale` like...
Try this: 1. Visit and download the source code (e.g. via Code -> Download ZIP) 2. Extract everything from the archive 3. In the extracted directory, run `raco pkg install...
Sorry, my bad! You need to run `raco pkg install --auto` from within `herbie/egg-herbie` and `herbie/src` in this particular order, not in the top-level directory. Before trying to install it...
OTOH is does look like Herbie itself is missing some declaration of dependencies from the build log .
Thanks a lot! Using the correct `#%app` is indeed a subtle but important point. I removed the edits to the example and instead added a `require` form. I also added...
> I don't see this as a v2.0 issue _per se_, but a recurrent library design issue esp. for newcomers to library development... which I've learnt to live with, and...