Minh Nguyễn
Minh Nguyễn
Another very common syntax is the [semicolon value separator](https://wiki.openstreetmap.org/wiki/Semi-colon_value_separator). Sophox indexes tags by the individual values in semicolon-delimited lists. It seemingly only does that for some keys but not others...
Actually, this line should already ensure that SSH URLs are converted to HTTPS URLs: https://github.com/1ec5/read-only-coding/blob/bc136b778fb923e064f5f7dde3799fbe78c17626/Open%20Selection%20in%20GitHub.workflow/Contents/document.wflow#L411
Hi @Bersaelor, based on the URL in the error message, it looks like the workflow was unable to determine the URL of a remote to open and was additionally unable...
> Then I tried a different project (a public repo this time) and it worked even with `[email protected]:Bersaelor/KDTree.git`. Come to think of it, SSH URLs should be converted to HTTPS...
Ah, you have a space in the path to your file. The Bash script inside this workflow needs more quoting, apparently. Thanks for spotting this issue!
Are you seeing the service in the Xcode ‣ Services menu but not in the context menu? If I remember correctly, I make a tradeoff when choosing the input for...
This workflow assumes your clone’s GitHub remote is named `origin`, since that’s what GitHub recommends by default. Is the remote called something else in your clone? If so, then there...
> I got three remotes and no origin. OK, in that case, the workflow should probably look for a github.com remote and prompt you to select one if there’s more...
Unfortunately the [Mapbox Streets source](https://docs.mapbox.com/vector-tiles/reference/mapbox-streets-v8/#name-fields) doesn’t have a dedicated Dutch field either, so it’s only possible for GL JS to show streets in the local language, French, or English if...
This is essentially how it works: ```objc [mapView addAnnotation:polyline]; [polyline appendCoordinates:&coordinate count:1]; // there is no line 3 – the map updates automatically ```