Valentin Knabel

Results 44 comments of Valentin Knabel

I think adding non-Swift projects for Swift is okay. [vknabel/vscode-swift-development-environment](https://github.com/vknabel/vscode-swift-development-environment) isn't a swift project either (its driver sourcekite is). > Maybe they should be included in the index, and be...

Sorry for the late answer. > the last Docker-Swift that we shared seems to work really well Yes it does! And I generally agree with you. At first we could...

Ideally generating the LinuxMain.swift shall be possible on Linux directly as it makes a huge difference during development. Though I’d prefer Swift, especially as installing pip on macOS is a...

> I was thinking on maybe making the crawler in a bash script and then integrating it into swiftenv, how does that sound? That's what I meant. I am not...

A draft of the current approach is located here: [vknabel/awesome-system-swift#1 ](https://github.com/vknabel/awesome-system-swift/pull/1) The problem is using danger swift: I could not get it running https://travis-ci.org/vknabel/awesome-system-swift/builds/370196293

> (Sorry if my writing has been sloppy, when I wrote these issues I was very tired) No worries :) I got Danger-Swift to work for now. Though I use...

Thanks a lot. I used `URLSession` and semaphores to get the synchronous behavior. My testing PR did actually pass. 🎉 Now I need to start playing around and improve some...

@felix91gr generally I would prefer a table, too. But this is something we should test with actual data as if the table has too many columns, it may be awkward...

The tools I mentioned are just helpers for executing swift files or projects. I will open a PR and add those tools to the readme. Yes, using the readme as...

If we add ReactiveSwift (spoiler: we should) we should add **RxSwift**, too. Both are just different flavors of the same concept. You can see both as sequences that may be...