-
Test Body - qafuwhtjyx
-
```go
type Value struct {
NVal *NullType `thrift:"nVal,1,optional" db:"nVal" json:"nVal,omitempty"`
BVal *bool `thrift:"bVal,2,optional" db:"bVal" json:"bVal,omitempty"`
IVal *int64 `thrift:…
-
Would it be possible to add support for records that become GVal dictionaries? Maybe with GHC.Generics instances can automatically be derived. I would prefer to just put my records straight into the t…
-
Would be very nice if renovate could regularly
1. update transitive go dependencies
2. run `go mod tidy` to keep the sum files clean.
**Did you already have any implementation ideas?**
Plea…
v0lkc updated
3 weeks ago
-
I have the case that one of my identifiers contains a `-`, like `type-id`. The parser fails because `-` is not an allowed rune in an identifier.
Example:
```go
func main() {
vars := map[stri…
-
I run tests of the same testcase with different generics in parallel from the same library. This seems to create some file and linking issues, but maybe this is not supposed to be possible.
```vhdl…
-
I have used two binary rasters : candidate and benchmark. Both maps have a shape of (2271, 4552). The benchmark raster contains two classes: 0 for no flood and 2 for flood. The candidate raster also…
-
## Env
This is on `github.com/PaesslerAG/gval v1.2.1`
## Issue
We have a custom handler for regular expressions (`match(value, regex)`) where the regex can be configured from the front-end (w…
-
## Description
Look at screenshots; the string uses format("%s_%d", customer.values.contact_name, radiusUserCount+1) and because the count is float I get `UnsignedInteger` string
## Result after sear…
-
Hi Jutho,
I am trying to do an optimization of a two-mode unitary disentangling transformation, based on a cost function. Below I provide a MWE with a test cost function. Setting d = 2 works, but s…