Jacques Dafflon
Jacques Dafflon
Closes #42 > @develar I had the same problem as described in #42 with packaged app which had an icon with in the wrong `0x0` directory. This should return the...
Remove truffle in favor of plain solc & web3
All tests are located in a single file ([test/ReferenceToken-test.js](https://github.com/jacquesd/eip777/blob/master/test/ReferenceToken-test.js)) which is growing. It is becoming hard to read each test case. The tests should be split in different files, for...
The documentation in the `ReferenceToken` should be generated into a nice HTML page for devs to more easily understand the code.
In some cases, when a link in markdown is wrapped around less-than and greater-than signs (``), it is not parsed properly and the rendered output is wrong. Consider a markdown...
What are the steps to reproduce this issue? ------------------------------------------- 1. Create a GPG key with an email starting with a digit: `[email protected]` 2. Add said GPG key to your git...
### Your feature request related to a problem? Please describe. I have some Go files generated from a template I control. Some mistakes in the template can result in sub-optimal...
Adds the field names when instantiating the `compositeField` and `textPreferrer` struct in the generated code. This allows to run the [fieldalignment](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment) linter without errors on the generated code.
> Based on the side note in #43, detailed in a separate issue here as requested per @jschaf Currently, `pggen` allows to map an SQL type to a Go type...
The filtering logic for numbers uses [`strconv.Atoi`](https://pkg.go.dev/strconv#Atoi to parse the value of numbers. This however assumes decimal and values in other bases like `0x0` are ignored even though they might...