Alexis Hernandez
Alexis Hernandez
While compiling the server project, there are some warnings which can be removed, any warning removed helps: ``` [warn] There may be incompatibilities among your library dependencies; run 'evicted' to...
Some server tests are failing, they seem to be related to a text change which wasn't updated on the test files: ``` [info] - must reject bob due to wrong...
Ideally, you should be able to see your own public key fingerprint and the room participants fingerprint. This allow users to verify that the server is not doing a man-in-the-middle...
I have a library built with ScalaJs, which I'm trying to get running on the iOS `JsContext`, the problem that I have found is that the `@JSExportTopLevel` annotation takes no...
I got into a weird situation, having a TypeScript definition with a model called `KeyUsage` ended up with a wrongly generated type `org.scalajs.dom.KeyUsage`. I'm yet to create a reproducible example.
It should be simple to reproduce the issue, just open the `pwa` project from IntelliJ, then, open the `Main` class, you should see errors on IntelliJ while they aren't: ![Screenshot...
I'm using mdoc with paradox, which means that I set the paradox source to be from the mdoc output, specifically `Compile / paradox / sourceDirectory := mdocOut.value`. Unfortunately, this means...
Let's grab the latest changes from Dash
Let's grab the latest changes from Bitcoin
Increase the backend test coverage. ### Expected behavior The test coverage is higher. ### Actual behavior The test coverage is not as good as it can be. ### Steps to...