Augusto Elesbão
Augusto Elesbão
## Describe the bug When using the `--git` flag, the plugin fails to parse the short `user/repository` template URL, throwing an `unsupported URL protocol; class=Net (12)` error. **Make sure** -...
I've noticed a problem when trying to decode areas with "bowtie" like shapes: ```ruby geojson = '{"type":"Polygon","coordinates":[[[40.1605224609375,50.48547354578499],[41.890869140625,49.75642885858046],[41.8963623046875,50.447011182312195],[40.1495361328125,50.025387620270244],[40.1605224609375,50.48547354578499]]]}' polygon = RGeo::GeoJSON.decode(geojson, json_parser: :json) # => returns nil ``` And, as you...
I saw that some subtitles can't be found because of specific releases of the movie. To minimize this problem, most of the torrents and nzb's provides a '.nfo' file with...
## Description Create [community health files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file). **Files:** - [x] CODE_OF_CONDUCT.md - [ ] CONTRIBUTING.md - [ ] SECURITY.md - [ ] SUPPORT.md - [ ] [Issue and pull request templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)...
## Description Creating custom tasks allows users to write more sophisticated workflows for complex deployment scenarios with multiple contracts depending on each other. ## Technical Details Add a new `tasks`...
## Description It will be helpful to have a command that displays contracts' information, like the local path, Code ID, address, and current metadata (if deployed on-chain). ## Technical Details...
## Description Currently, every transaction in the CLI outputs only the tx hash with a small amount of metadata regarding the execution. To improve the visibility of other details without...
## Technical Details ### `-v, --volume` Mounts a volume in the optimizer Docker container. It should follow the same specs as the respective flag in the `docker` command line. ###...