
[macos catalina] I tried using xattr -d
to remove the com.apple.quarantine
flag from the nightly build I just downloaded, given the instructions in the 7.5 release notes. Adding the -r
(recursive) flag worked better for me, e.g.: xattr -r -d com.apple.quarantine /Applications/Racket/Racket-v7.5.0.7

@mflatt Enjoyed your talk on Clojure Conj. ( https://www.youtube.com/watch?v=LN0qG-i1iT0 )

I love these slides!

Thanks!

@pocmatos a great entry for racket news!

@jbclements maybe it’s worth having a GitHub issue for generally tracking Catalina issues?

Great talk

It’s not a bug, it’s a feature! :sweat_smile:
Actually, I know I have thought occasionally, “Shouldn’t there be symbols for indent and dedent?” So when I realized a user could evoke this behaviour, I thought “Eh, might as well, I’ll pick a good symbol for it later.”
I suppose it’ll take some extra work to make sure it doesn’t cause problems, but hey, if I didn’t want to experiment with non-standard syntax, I wouldn’t be making my own language to start with…

@jhoran1us has joined the channel

@samth thanks for pointing it to me!

Does anyone have a Quickscript for removing whitespace from the ends of lines?

@samdphillips not a quickscript but there’s my drwhitespace tool


@nicholasmatiasz has joined the channel