Patrick Balestra

Results 25 issues of Patrick Balestra

Hey John! I tried to generate my first SwiftPlate project today 🎉 I `cd`'ed into my Desktop and then run `swiftplate`. I have other files in my Desktop and the...

question
answered

Possibly related to #12 but there was no clear resolution, so I'm opening a new issue. I've noticed that in both Swift-only and Objective-C only projects, setting a breakpoint in...

In trying to understand why LLDB doesn't stop on all breakpoints I set in a few of our projects (mostly 100% Objective-C), and it seems like passing `--apple_generate_dsym` as a...

* carthage install method: source * `which carthage`: /usr/local/bin/carthage * `carthage version`: 0.33.0 * `xcodebuild -version`: 10.1 * Are you using `--no-build`? No * Are you using `--no-use-binaries`? Yes *...

bug
build
hacktoberfest

Hi! It seems like `archive_repository_implementation` is invoking `bazel` directly: https://github.com/bazelbuild/rules_kotlin/blob/26c811765f8ed42d4538a1963dffb9dc2d12f3b8/src/main/starlark/release_archive/repository.bzl#L80 This causes issues when running on a machine with only `bazelisk` on the PATH because `bazel` doesn't exist. Would it...

type: bug
P3
status: need more information

Hello! I am trying to play with `xchammer`. I followed the only documentation that I found in the repo, cloned it and ran `make install`. The compilation of the project...

Hello! I've noticed that one type of change isn't detected by bazel-diff. The situation is as follows: We have a custom rule that has a tool has a default executable...

Since in the current database we only keep track of the price of each accessory in USD, we could start by creating a filter by pricing. The user should be...

help wanted
vapor
web

Similar to #75, we could have a comments section on each accessory where people could review the accessory and write a quick note about their experience. We could limit the...

enhancement
help wanted
vapor
web

We would like to add a voting system to each accessory, obviously based on emoji. It could look like the following. There are two buttons: 👍 and 👎 . We...

enhancement
help wanted
vapor
web