Alexis Hernandez
Alexis Hernandez
Apparently, this library (or its underlying libraries) depend a lot on reflection, which causes problems while including metadata-extractor on native images. A potential approach is to declare the classes required...
It seems that there is no way to replace the title, it would be nice to allow a command line argument to do so.
I have seen this error almost 6k times in a single project on the last 15 days: ``` at kamon.apm.KamonApmApiClient.postWithRetry(KamonApmApiClient.scala:101) at kamon.apm.KamonApmApiClient.postSpans(KamonApmApiClient.scala:32) at kamon.apm.KamonApm.$anonfun$reportSpans$2(KamonApm.scala:82) at kamon.apm.KamonApm.$anonfun$reportSpans$2$adapted(KamonApm.scala:82) at scala.Option.foreach(Option.scala:407) at kamon.apm.KamonApm.reportSpans(KamonApm.scala:82)...
While trying to search for cities having Spanish accents, it looks like the application removes the characters with accents, transliterating the words is a way to solve the issue. For...
Reported by a user: > Messages won’t send after being typed in safari on iPhone. It will let you type the message, but there is no response from the “return”...
Running `npm run test` on the web project displays the failures, they are mostly related to missing dependencies while creating components on the test files.
That's it, any improvement to the existing documentation works.
The CONTRIBUTING.md file mentions that we use scalafmt to format the sources but that's not true, integrate a reasonable file into the project to make it true (the suggested one...
The web project has no tests, adding any reasonable test works.
The server maintains mostly a big integration test, adding any reasonable test works.