Rick Jensen

Results 26 comments of Rick Jensen

Perhaps you could include some specific use cases and examples of where IntelliJ doesn't work well today, and where a plugin would make it better? In my experience, IntelliJ is...

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Complexity increasing per file ============================== - fili-core/src/main/java/com/yahoo/bard/webservice/web/filters/ResponseCorsFilter.java 2 ``` See the complete overview on [Codacy](https://app.codacy.com/app/fili/fili/pullRequest?prid=4397369&bid=14906132)

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Complexity decreasing per file ============================== + fili-core/src/main/java/com/yahoo/bard/webservice/logging/blocks/Preface.java -1 ``` See the complete overview on [Codacy](https://app.codacy.com/app/fili/fili/pullRequest?prid=808869&bid=5013989)

Sorry for the late review on this. Love the idea and direction, just some details to cover.

I'm all for handling "download vs. not" uniformly across resources, but there are a few concerns I have with this: 1. What is the difference between a JSON response w/o...

A major usecase for this is with Ember templates. We have our templates in *.html files, and it would be nice to get support in those files.

Technically, this code can't be legally used (in many jurisdictions) without some sort of license being granted, either in a blanket fashion that applies to everyone (eg. the Apache license)...

In general, any "upper-level" tag that calls "lower-level" tags should be passing any "unknown" parameters on down to the lower tags. The danger in this is that introducing new "known"...