David Anthoff

Results 1184 comments of David Anthoff

I guess so, but in practice it seemed that the ordering did not properly work out...

https://github.com/julia-actions/setup-julia/blob/f2dfec4debe6a31c20070a66aa6d33580f91e8c8/src/installer.ts#L314 seems the relevant code. So that is essentially just mounting the dmg file with `hdiutil` and then copying the content via `bash cp`. So what I am wondering is:...

https://forums.developer.apple.com/forums/thread/741219 suggests that in fact `hdiutil` will not ingest the ticket, but instead we need to open the image or something like that...

https://codermite.com/t/executing-shell-commands-like-open-hdiutil-xattr-from-a-swift-application-for-dmg-management-and-notarisation/211/2 is also relevant.

https://forums.developer.apple.com/forums/thread/706442 kind of makes it sound as if Gatekeeper only ever kicks in if the app has the quarantine attribute, which I would assume it doesn't have when installed via...

The main question here is: how can we change the default to use 4 based indenting always? I don’t mind that there are options for something else, but our default...

I think our guiding principle here should be: 1) what did the extension do for many years (it stuck to 4 based indentation), 2) what do the basic guidelines say...

> generally add support for JuliaFormatter only ever indenting in increments of `tabsize` I think that is the right move here. Or maybe the setting is called something like `enable_alignment`...

@pfitzseb next step here is that you push something to this branch that replaces the TODOs, right?

I'm also labeling this a showstopper because this bug is in the shipping version of the extension and makes the REPL almost unusable for folks, I believe.