Joseph Price

Results 162 issues of Joseph Price

`edgeFormatter` should also handle the case where the edge is between two vertices with different properties.

On my local machine, dot is at `/usr/local/bin/dot`. If it is safe to assume that dot is on the path and executable, I don't see a problem with referencing it...

I'm using `v2.0.0-20150427` even though the docs say `v2.0.0-M4` is the latest. I found it haphazardly by starting from some example code that was using `ContextWrapper` instead of `AppContext/ActivityContext`. Even...

I was playing with the start project and writing a helper for defining colors: ``` scala package com.example.macroid import android.graphics.Color package object starter { implicit class HexStringContext(sc: StringContext) { def...

It seems that swift tooling can also consume clang compilation databases https://github.com/apple/sourcekit-lsp/blob/main/Sources/SKCore/CompilationDatabase.swift#L75. Could swift support be added?

enhancement
help wanted

I'm trying to make use of https://cocoapods.org/pods/OpenSSL, but the generated build doesn't produce an artifact. Looking at the BUILD file, it seems to be missing something that corresponds to the...

Is there a way to use `new_pod_repository` with a locally modified version of a pod, similar to how `local_repository` works? I tried using a relative file in the url field,...

Although I have cocoapods installed, I get the following error when trying to build: `Fatal error: RepoTools requires a cocoapod installation on host: file Sources/RepoToolsCore/RepoActions.swift, line 197`

I can no longer run bazel query, perhaps due to versioning conflicts. Is there a set of skylib/rules_apple/rules_swift that need to be consistent to work with PodToBuild? ```bash 08:45 $...

I got the following crash when running `./Vendor/rules_pods/bin/update_pods.py`: ``` Updating Pod PINOperation... _exec failed 4 Fatal error: Download of PINOperation failed: file Sources/RepoToolsCore/RepoActions.swift, line 391 2018-07-19 17:39:15.495 RepoTools[10065:5088584] Received signal:...