-
- Go version: 1.22.6
- BurntSushi/toml@v1.4.0
For structs layers below, the output doesn't seem to be correct:
Example code:
```
package main
import (
"fmt"
"os"
"github.com/…
falau updated
3 weeks ago
-
**Describe the bug**
Calling WinRT with parameters of type `IEnumerable` in modern UWP fails with various exceptions depending on `T` and parameter type.
**To Reproduce**
1. Create a new .NET 9 UWP …
-
When I try to marshal a list of structs into an excel sheet, it throws this error:
```
# github.com/go-mods/excel
../../../../../go/pkg/mod/github.com/go-mods/excel@v0.6.1/table.go:168:25: t.Sheet.…
-
Ref. #3356, we need to remove stack marshalling errors (if any) from FaultException on `result.Invoke` marshalling and simply return an error if something is wrong with the result stack. Ref. https://…
-
### Chaos Mesh Version
master
### Kubernetes Version
n/a
### Describe the bug
The [`JVMChaosSpec`](https://github.com/chaos-mesh/chaos-mesh/blob/24ddcc087ee2ebf00cd9ba4e2121c26312d2308c/api/v1alp…
-
When marshalling and unmarshalling instances of Data classes in truffleruby 24.2.0-dev-49a44754, the attribute values are lost and become nil, though the object structure is preserved:
```ruby
Kla…
-
When outputing the following spec as YAML:
```
cdi.Spec{
Version: "v0.3.0",
Kind: "example.com/class",
ContainerEdits: cdi.ContainerEdits{
DeviceNodes: []*cdi.DeviceNode{
{
Path: "…
-
```
SELECT * FROM s3_files_queue SETTINGS stream_like_engine_allow_direct_select = 1
Query id: fb9598bc-0b03-45b5-b8e2-bea98cb9468b
Elapsed: 0.040 sec.
Received exception from server (version 2…
-
### Checklist
- [X] I have looked into the [README](https://github.com/auth0/go-auth0#readme) and have not found a suitable solution or answer.
- [X] I have looked into the [documentation](https://pk…
-
Implement JSON marshalling for `gnoland.TypedValue` to standardize serialization.
This will enhance `vm` interaction, allowing more conventional interpretation of user input/output passed to the VM.…