Jacques Dafflon
Jacques Dafflon
Extends the query annotation to specify custom go types using the same qualified go type format as for the general custom type mapping. Closes #46
When running `pytype` on a project which has [`kivy`](https://kivy.org/) as a dependency, `pytype` somehow uses the `kivy` logger. This result in duplicate logging lines (and by default, logging of debug...
**Describe the bug** When toggling the "Inverted LED" effect, the text is shifted to the right, with a gap on the left-hand side. **To Reproduce** 1. Type `0xjac` 2. Observe...
If I have two solidity files: such as contracts/Alice.sol ``` solidity contract Bob {...} contract Alice { address bob = Bob(0x...); ... } ``` contracts/Bob.sol ``` solidity contract Bob {...}...
> solcpiler version: 1.0.0-beta.8 Currently, the `file://` url of all the sources are included in the current input in every case. If the standard input sets `settings.metadata.useLiteralContent = true`, then...
## Error When running `hugo`, it fails with the following error: ``` hugo -D -s site server Building sites … ERROR 2019/08/27 16:56:32 error: failed to transform resource: SCSS processing...
**Describe the bug** I opened my sway configuration file. It's a plain text file (detected as such by JetBrains) with a `.conf` extension. (Similar to [this](https://github.com/manjaro-sway/desktop-settings/blob/sway/community/sway/usr/share/sway/themes/matcha-blue/theme.conf)) and no color highlighting...
Custom properties on complex types (map, array, enum, fixed) are not skipped even when passing `-s`. ## Example ### Schema ```idl @custom-prop("BOOM") enum Shapes { SQUARE, TRIANGLE, CIRCLE, OVAL }...
Somewhat similar to #429 but more flexible and with keeping type annotations within the Avro schema, it would be great to generate a Go struct with [custom types using annotations](https://avro.apache.org/docs/1.12.0/idl-language/#annotations-for-ordering-and-namespaces)....