stackotter

Results 169 issues of stackotter

It is becoming increasingly common that git repositories use `main` as the default branch instead of `master`. If a package has no tags and someone tries to install it using...

### Expected behavior Successfully builds on Windows ### Actual behavior Doesn't successfully build on Windows ### Steps to reproduce Run the following commands in command prompt and observe that it...

I think this great app could benefit from taking inspiration from Raycast's keyboard oriented design. The whole of raycast can pretty much be used without a mouse even without knowing...

## Context I'm trying to update some code that I think could really benefit from a functional style. Here's the current code: ```swift let keyPaths: [WritableKeyPath] // ... for keyPath...

It would be great if developers checking out the project could easily find screenshots of how the demo app currently looks running on Android. And in general, screenshots are a...

When using `swift bundler run` to build and run an app, Swift Bundler simply starts the app's main executable as a child process and waits for it to finish (similar...

enhancement
hacktoberfest

When `-d` is not set to the current directory, the install name and/or rpath seem to set to an incorrect value.

Currently the debug description of the deserialisation is just included in the error message for `ConfigurationError.failedToDeserializeConfiguration`. This is ok for now, but it takes quite a bit of reading to...

enhancement
good first issue

Xcode is notorious for having a lot of unnecessary log noise which isn't at all useful. To fix this, `OS_ACTIVITY_MODE=disable` can be added to the Xcode scheme's environment variables. Given...

enhancement

Developers may want to incorporate the functionality of swift bundler into their own tools. Therefore, a public API would be useful.

enhancement