Fabio Pinheiro

Results 34 issues of Fabio Pinheiro

On a `crossProject(JSPlatform, JVMPlatform)` my `ignored` tests doesn't produce output on Scala.js scalaVersion := "3.1.3", munit = "1.0.0-M4" (same on 1.0.0-M4) ``` class MyTest extends FunSuite { test("this_is_a_ignored_test".ignored) {} }...

Environment JVM scalaVersion := "3.1.3" munit = "1.0.0-M6" ``` import munit._ class MyTest extends FunSuite { test("test ok") {} test("BUG") { throw new java.lang.NoClassDefFoundError("WHY!") } test("test does not run") {}...

Update scala.js website to account for the new Scala 3 version.

The documentation and tutorials needs to be reviewed to account for the new Scala 3 version.

I can't find any reason why Stewart could try to update `scala-java-time` as being the `scalajs-dom`. In this PR https://github.com/FabioPinheiro/scala-did/pull/177 title `Update scalajs-dom_sjs1_3 to 2.8.0`. Updated to `2.8.0` but the...

I have a lot of errors of the type `Error overriding method .... needs 'override' modifier` When I tried to compile the npm package `"@material/web" -> "0.1.0-alpha.2"` I'm using scala...

**Is your feature request related to a problem? Please describe.** I'm speed 3 hours digging into the cold and old commits and was not able to figure out how it's...

enhancement

## What > Give a brief description of the objective of this issue. What needs to be discussed? > > - User stories are good: As a [user] I want...

In https://identity.foundation/didcomm-messaging/spec/#protocol-identifier-uri: > The version numbers embedded in PIURIs and MTURIs MUST follow familiar [semver](https://semver.org/) rules Do we really want this? Probably yes. But, this implies two more characters on...

In the DID Document the JSON path `service.serviceEndpoint` The examples on this specs are incompatible with the did peer specs ```json { "id": "did:example:123456789abcdefghi#didcomm-1", "type": "DIDCommMessaging", "serviceEndpoint": { "uri": "https://example.com/path",...