Thomas H Aylesworth

Results 4 comments of Thomas H Aylesworth

Sure. I did install both acme and Vice from their SourceForge repositories so I modified the command line accordingly. But acme is creating the correct files in the `build` directory,...

@5310 Minor but your comment above says the threshold is `wind > 20 && gust >= 29.6` but the [code](https://github.com/5310/discord-bot-castform/blob/v2/model-ajstewart.js#L170) appears to be using `wind > 20 && gust >...

I started poking at this and now understand what the problem is. When the user selects "Create a new file", `WelcomeWindowViewController` calls `CodeEditDocumentController.shared.newDocument(nil)`. By default, that calls `NSDocumentController#openUntitledDocumentAndDisplay()` which uses...

Actually the easiest thing is probably to just create a new document named "Untitled" in the user's home or documents directory and open that. Do you all have a preference...