-
New types were introduced to have protein atom attributes. The protein_atom_type extends the atom_type from CFML. From Modern Fortran Explained, any subroutine that expects the atom_type can be call…
-
Bringing EDL up to date with respect to the other projects (especially ERL) requires several steps
- [x] 1. Update package versions and test
- [x] 2. Modify the GH workflow files to use the "standard…
-
Building a CFML plugin, could use some tips on how to debug plugins
-
Dropped "Solitary" into modules directory, made changes as documented to Application.cfc for mapping and ORM enabled.
Browsed root index.cfm and added ?fwreinit=1
Tables were generated but no default …
-
**Describe the bug**
Unfortunately, this is a race-time condition coming from CFWheels, and I am unable to reproduce it. It happens in production on rare occasion.
It is triggered when I called `u…
-
VSCode version: 1.86.2
Hello, since the latest VSCode update, it seems that CFML Extension is slowing the 'onsave' actions.
When I save a file, it's automatically pushed to a remote folder using…
-
Hello
I have some error when I Try to check directory:
`java -jar c:\temp\cflint-1.5.0-all.jar -folder c:\repo\fork\ -quiet -text -stdout`
`java.lang.ClassCastException: cfml.parsing.cfscript.CFF…
-
After upgrading to 1.8.0, getting this error when trying to use the command "server start":
> server start
✘ | Starting Server
| > Component [commandbox-hostupdater.models.HostupdaterService]…
-
There's some documentation for the items listed above, but what about the rest of the language like `component` (not ``, but just `component`), for(), try / catch etc? Those're pretty essential of a C…
-
Element URLSERVICE is undefined in a CFML structure referenced as part of an expression.
Running CF 9,0,0,251028 on local machine with Apache2.2
I'm a CF noob