Eric Peterson

Results 42 issues of Eric Peterson

Given: ``` cfml ``` `className` should be tokenized as cfml. Currently, the `string.unquoted.html` scope overrides it. There is a failing test committed for this issue in `html-cfml-spec.js`: `should tokenize cfml...

bug

Instead of having to check if local storage is enabled, provide a default value if not, AND provide a default value if the key doesn't exist, I think it would...

Lucee does not respect a `@description` in a docblock but does as a function annotation. I tried to find where I would adjust this in code but no luck. Hopefully...

- Update HTTP status code check for onMissingAction test - Fix so RequestContextDecorators wrap whichever RequestContext is passed - Allow retrieving all headers from the RequestContext - Make it possible...

This _may_ need more complex test cases, but it's working so far.

In Review

I am currently creating scripts that specify all the globs I want to format in my `box.json` package scripts. This can get rather long and repetitive.... ```json { "scripts":{ "format":"cfformat...

Currently, there is no way to check if `getGeneratedKeys` returned `null`. Instead, when trying to call `ResultSet.next()` a `NullPointerException` is thrown. This method [should return an empty `ResultSet` when there...

### Why/User Benefit/User Problem I prefer not to have a numpad on my keyboard. I rarely use it, and it causes the entire keyboard to shift to the left when...

`hasManyThrough` needs some work to be more performant and produce expected queries. `hasManyDeep` is a ground up rewrite alongside `hasManyThrough`. Eventually we will add a `belongsToDeep` and hopefully even patch...

Given an entity: ``` component { property name="groupId" column="aliased_group_id"; property name="memberId" column="aliased_member_id"; variables._key = [ "aliased_group_id", "aliased_member_id" ]; this.memento = { "defaultIncludes": [ "groupId", "memberId" ] }; } ``` It...

type: bug