Results 19 comments of AS

This is expected behaviour if you hit the "Play" button in the editor :)

@mfkenson Can you please grant me access to this PR so I can fix linting and maybe try and perform some tests? @davimacedo Any suggestions on how to start writing...

@davimacedo Thanks. Please let me know whether I can be of assistance.

We've tried with the code submitted above by @lukadriel7 , but we get one error: ```message: "Cannot query field "__persist" on type "Championship"."``` And lots of warnings, attached screenshot. ![image...

Thanks @KennethL I did not account for BEAM modules being generated with the module name also. Concerning the include statement, in our case it's pretty simple: we do not care...

Sorry for the late reply. I have tried your suggestion with the multiple files compilation, and it does not accept the asn1 modules, for instance `key_attestation_types.asn1` My objective is to...

@KennethL I managed to solve this with an awkward sequence of Bash commands and the multi-file compilation you suggested, so I am closing the PR for now. It would be...

Happens the same here, arrays should be parsed accordingly or any "9" unsigned char will be considered end of array and it will be parsed improperly. For now I replaced...

@Mikowhy-owl Please see my commit above, in any case the default ERC1155 contract does not work for me once deployed :)

Same here, it's a big turn down for us, it [represents 27% of the Market Share on mobile](https://netmarketshare.com/browser-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Mobile%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22browser%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22browsersDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-04%22%2C%22dateEnd%22%3A%222020-03%22%2C%22segments%22%3A%22-1000%22%7D), and [3% on desktop](https://netmarketshare.com/browser-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Desktop%2Flaptop%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22browser%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22browsersDesktop%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-04%22%2C%22dateEnd%22%3A%222020-03%22%2C%22segments%22%3A%22-1000%22%7D). Ignoring Safari on mobile is definitely not an...