-
On unmarshalling an error occurs.
com.jmex.model.collada.collada_schema_1_4.Vertices cannot be cast to
com.jmex.model.collada.impl.VerticesImpl
at
com.jmex.model.collada.collada_schema_1_4.Mesh$JaxbAc…
-
### What would you like to be added?
This function takes a compiled-in YAML string, then validates it (unmarshalling from YAML) and creates a Parser (again, unmarshalling from YAML).
Given the sch…
-
Creating this ticket as a follow-up of a not 100% clear matter identified in https://github.com/cocagne/txdbus/pull/65#issuecomment-306827838.
Facts:
* DBus has several int types, singed/unsigned,…
-
It this supported? For example:
```go
// Package main implements a test JSON-RPC cli client
package main
import (
"context"
"flag"
"fmt"
"net"
"net/http"
"github.com/filecoin-pro…
-
Would you please add such a feature to Ignore JSON tags when marshalling and unmarshalling
Scenario:
type User struct{
UserName string `json:"username"`
Password string `json:"-"`
}
…
-
**Fleet version**:
4.46.0
**Web browser and operating system**:
### 💥 Actual behavior
https://www.loom.com/share/beb14e98a6a94ab5abab1997a61c4b88
### 🧑💻 Steps to reproduce
See video: https://…
-
Running on Mac OS X 10.15.2 with Plan 9 User Space and clojure-lsp
L hov - worked great
But
L comp, L def and L fmt all show the following in the terminal that is running acme-lsp -v
`2019/12/28 1…
-
Would it be useful to access unmarshalled entities through interpolation?
For example, a usage might be "Hello from [MyEntity.someProperty]", where MyEntity indicates that the request body should be…
-
`Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.routeyou.startup/com.routeyou.ui.DownloadRouteActivity}: android.os.BadParcelableException: ClassNotFoundExcept…
-
### Describe the issue
Here is a minimally reproducible example of the issue I am running into:
```go
package main
import (
"fmt"
"log"
"github.com/aws/aws-sdk-go-v2/service/bedrockrun…