JP

Results 36 issues of JP

I've noticed this happening intermittently, but now it's consistent. When I dump the Arguments scope of my onOpen callback, I'm getting a null sessionScope. ![image](https://user-images.githubusercontent.com/812777/29691947-c5c6664c-88ea-11e7-87be-bb751794ace3.png) Why would this be happening,...

I'm unclear as to how I could leverage model code within my application that relies on the existence of an application scope. For example, in `member.cfc`: component { variables.dsn =...

It would be helpful to have an easy way to access inline help for tags and functions like the CFML Package for Sublime Text 3 plugin (https://github.com/jcberquist/sublimetext-cfml). This screenshot shows...

Using the commandbox examples, the function loadJar() is undefined. I replaced it with classLoad() and it works.

Out of the box, cflint is fairly opinionated about coding style, which can add quite a bit of lint to an ordinary CFML file. It took me a while to...

enhancement
help wanted

I'm building a file manager that extends the features of this widget. For example, when a file is selected, I show the details of the file, and allow a "Choose...