David Rogers

Results 8 issues of David Rogers

I see there is also an "CFMLExpressionInterpreter.java" but doing this all in the AbstrCFMLExprTransformer seemed to work. `{x}` is now equivalent to `{x : x}` scope lookup rules are unchanged....

enhancement
testcase

Adobe only accepts int32's here, and appears to stringify the "unsigned view" of the numbers in the case of base 2 and 16 (maybe other bases, too?) for example of...

exceptions
bugfix

Using "@vue/vue-jest@28", I am standing up unit tests on an existing project which uses pug with SFCs. Mostly this was smooth until I hit a cryptic jest failure, which reports...

Incorrect warning about unused import when that import - references a nested class in the same file - is used only in a permits clause on the file's top-level class...

upstream

doing ``` ~$ node -v 16.13.2 ~$ node --trace-deopt --prof app ~$ deoptigate ``` writes the `--trace-deopt` output to the console, and the `--prof ` generates the log file that...

Ideally, a transforms like ``` { "idePrefix": "${workspaceFolder}/web", "serverPrefix": "/var/www" } ``` and ``` { "idePrefix": "${workspaceFolder}\web", "serverPrefix": "/var\www" } ``` would be, from the point of view of the...

### Reproduction https://github.com/softwareCobbler/formkit-leak-repro ### Describe the bug I noticed my app had a small memory leak, and I think I have narrowed it down to cases where a FormKit element...

🐛 bug-report
⛑ Needs triage

Sometimes breakpoints say they are not bound, but they do get hit. Seems related to tracking multiple versions of the same sourcefile as it is recompiled. Something like -- we...