-
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://…
-
### Is your feature request related to a problem? Please describe.
There is a relatively new trend in .NET libraries to avoid any interop code that results in runtime marshalling. Doing so theoreti…
-
Would it be possible to add Marshal/Unmarshal functions? I'm creating very large tries and it burns my lap to generate them 🔥 I'd like to save them to disk so I don't have to regen again.
Would t…
-
### Description of the Issue
There is an error logged by logstash-exporter 1.8.0 relating to float marshaling. See logs below.
Only basic info gets exported to prometheus endpoint.
### Version of…
-
### Describe the bug
Due to a json marshaling bug in sigstore-go (see my pr sigstore/sigstore-go#326), the verification result doesn't match the in-toto statement schema.[^1]
Notably it currentl…
-
node-api-dotnet version: 0.7.*
dotnet sdk: .net 6.0
nodejs version: 18.18.1
I tried to excute C# dll methods which is task method , the method parameter and return value's type is dynamic.
I got e…
Lysom updated
3 months ago
-
- Relates https://github.com/elastic/elastic-agent/pull/5201/files
The `Components` slice in the component model will contain secrets that could be logged if the model is used in a log statement. We …
-
I am using the library `github.com/guregu/null` in order to provide an easy management of null fields on my database entities. The library provides the following structures:
- `null.String`
- `null.…
-
## What is the Problem Being Solved?
(I thought we had a ticket for this already, but I couldn't find it.. feel free to close this as a duplicate if you find one)
Our `marshal` library currently…
-
I use gocache as a cachable mysql wrapper.
```golang
bc, err := bigcache.NewBigCache(bigcache.DefaultConfig(time.Minute))
if err != nil {
panic(err)
}
return cache.NewLoadable(func(key int…