Wesley de Groot

Results 69 comments of Wesley de Groot

> btw Swift UI supports markdown natively like so: > > ```swift > struct Markdown: View { > > var body: some View { > VStack { > Text(.init("**Hello** *World*"))...

> @austincondiff I would like to work on this issue. Could you assign this to me? I have assigned you, thanks for working on this issue 🥇

In the [TCPClient.swift (clickable)](https://github.com/swiftsocket/SwiftSocket/blob/master/Sources/TCPClient.swift#L128) change timeout from `-1` to `10` like: /* * read data with expect length * return success or fail with message */ open func read(_ expectlen:...

Closed as finished. CASK: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/codeedit.rb

What worked for me was opening the "autoclick.applescript" file, and click run on the ScriptEditor window. then you'll get some errors, and when it works, then continue. p.s. don't forget...

`⌘W` closes the welcome screen for me and the main window of CodeEdit.

Sample `.editorconfig` file. ```editorconfig # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true # Matches multiple...

Nice PR! 😊

I'm afraid also, shall we otherwise update the project in a Fork, since now for already 2 years there is no action.

True, but since there is no contact with the repo owner (does not respond on pull requests, or issues). I don't think it's a problem. I have some ideas for...