-
WE have a project, in which we are using several packages that depend on `shapeless`, and for which we are using the version 2.13.2 of Scala. I have analysed the build with the https://github.com/scal…
-
Inspired by another real-world case of shooting myself in the foot:
- library A contains an interface (Metrics)
- library B contains an implementation of that interface (FooMetrics)
- an update to lib…
-
https://github.com/spotify/missinglink
https://labs.spotify.com/2015/09/01/java-linking/
cvogt updated
7 years ago
-
heya,
I'd like to suggest using http://docs.osmcode.org/osmium/master/osmium-extract.html instead of `osmconvert`, it's more modern and has way more options and clipping strategies, plus it lets yo…
-
```
What steps will reproduce the problem?
1. HTTP POST to a SSL site with an invalid certificate
What is the expected output?
No failures or exceptions
What do you see instead?
C:\mWeb2\jControl>a…
-
I'm currently working on a redesign of the layout on the `mobilelayout` branch.
https://github.com/missinglink/relief.io/tree/mobilelayout
-
```
What steps will reproduce the problem?
1. HTTP POST to a SSL site with an invalid certificate
What is the expected output?
No failures or exceptions
What do you see instead?
C:\mWeb2\jControl>a…
-
The current code only checks for duplicate *adjacent* vertices:
https://github.com/golang/geo/blob/6adc5660321723185f04b66d66a5563b29228236/s2/loop.go#L251-L260
While the comments say:
> Loop…
-
Here's a script to help try detect records with this issue:
```sql
.headers on
.separator "\t"
SELECT
json_extract(body, '$.properties."wof:repo"') AS repo,
json_extract(body, '$.proper…
-
```
What steps will reproduce the problem?
1. Download the archive from the 'Downloads' section
What is the expected output? What do you see instead?
Expecting: Being able to read the code and modify…