amimas

Results 250 comments of amimas

Just wanted share my experience. I'm using both markdownlint-cli and textlint in my documentation projects. The following rule in textlint takes care of link validation: https://github.com/textlint-rule/textlint-rule-no-dead-link

If you intend to add this feature, does it mean gcc will be downloaded and installed by gogradle similar to build dependencies?

I could use this PR, I think. Not sure if this PR contains complete change though. I'm using serverless 2.51.2. The following doesn't seem to work: ``` custom: optimize: false...

Looking at the following doc, I think `serverless.configSchemaHandler.defineCustomProperties` is also needed for this plugin. https://www.serverless.com/framework/docs/providers/aws/guide/plugins/#extending-validation-schema

@0ui - will you be able to include the custom properties schema in your change?

> Are you sure this branch is being used? I didn't use this branch. I'm using the current latest release. Yeah, I can open a separate PR too but thought...

@diogogvhenriques - Would it possible for you to review this PR and possibly merge if you don't see any issues? Even the functions schema by itself would be useful for...

I think showing the full dependency tree became even simpler now with Gradle's built in `project-report` plugin. https://docs.gradle.org/current/userguide/project_report_plugin.html I just thought it might be easier for the end user if...

This feature would be very helpful indeed. Maybe one way to handle it would be to apply gradle's `project-report` if it's not applied already. And then parse the report generated...

> And what do you think, @amimas ? I haven't had time to get myself familiar with the code base to be able to review the changes effectively. I will...