Iain Smith
Iain Smith
Hey, sorry this is a bit rushed. Thanks for the great package. I hit a dependency resolution issue when trying to use this in a new Vapor Project (on 4.55.0)....
See if we can get `swift-docker repl` to use tty. This would unblock being able to build `swift docker lldb`
You usually don't want your .git & .build folder to be copied from your local machine into the docker image. We can probably reasonably copy your .gitignore file into your...
The Dockerfile is pointing to `jekyll/jekyll:latest` but we use red carpet which is only supported in Jekyll 3.x **log output, when following the README.** ``` The compress option has been...
We're searching 100+ repositories and would like to be able to tag repos. Then we can restrict searches to repos with a given tag. Here's what I imagine the config...
It would be great to have a quick paragraph on how to debug & fix failures, covering: * Why can't XCUITest find my element * How can I see what...
## Summary There's an incorrect link in the output of `pkl repl` `:examples` that points to `https://pkl-lang.org/main/0.25.1/language-reference/` Should this link go to `https://pkl-lang.org/main/current/language-reference/index.html`? ## Version `pkl --version` `Pkl 0.25.1 (macOS...
### Description idb-companion hard codes the simulator architecture to be x86_64 [in this file](https://github.com/facebook/idb/blob/8faba535dfdf05c681802ab295e2b525e9bb5343/FBControlCore/Configuration/FBiOSTargetConfiguration.m#L441-L515), which prevents us from using arm64 simulators on M1 macs, due to checks run in [`[IDBStorageManager...
Thank you for producing such a wonderful package. I recently wanted to run some benchmarks that have a hard UIKit dependency, and I hit some issues when following the documentation...
Some people prefer to install the toolchains to `/Library/Developer/Toolchains` for all users on the system to use. Do people think swiftly should support this use case through configuration / prompt...