Brad Harding
10/13/2022, 5:22 PMJohn Varady
10/17/2022, 1:03 PMCould not initialize class com.sun.star.lib.loader.WinRegKey
I'd like to be able to attempt to convert and catch the error but that seems impossible-
<cftry>
<cfdocument format='pdf' srcfile='C:\ColdFusionWebroot\upload-testing\6personal_essay.docx' name='mydoc' />
<cfcatch type='any'>
<cfdump var='#cfcatch#'>
</cfcatch>
</cftry>
Adam Cameron
Dave Merrill
10/19/2022, 1:20 PMTEMann
10/19/2022, 5:35 PMgus_dancy
10/19/2022, 8:01 PMhemi345
10/19/2022, 10:24 PMcfzip(file = 'c:\files\pictures.zip') {
cfzipparam(source = "c:\files\picture.jpg");
}
joechastain
10/20/2022, 2:07 PMMarc Funaro
10/20/2022, 5:57 PM"Severity","ThreadID","Date","Time","Application","Message"
"Information","main","10/20/22","10:13:12","","C:\ColdFusion2021\cfusion\logs\server.log initialized"
"Fatal","main","10/20/22","10:13:12","","Unable to install Logging package: java.lang.NoSuchMethodError: org.apache.logging.log4j.util.StackLocatorUtil.getCallerClassLoader(I)Ljava/lang/ClassLoader;"
"Information","main","10/20/22","10:13:12","","Unable to initialise CFStartupServlet:Unable to install Logging package: java.lang.NoSuchMethodError: org.apache.logging.log4j.util.StackLocatorUtil.getCallerClassLoader(I)Ljava/lang/ClassLoader;"
"Information","main","10/20/22","10:13:12","","ColdFusion: application services are now available"
John Wilson
10/20/2022, 9:56 PMDave Merrill
10/21/2022, 8:33 PMColdFusion 11: The addToken attribute is modified. If Secure Profile is enabled, addToken's default value will be "false".
Is there some other way to set that default to false, without using the whole Secure Profile?Daniel Mejia
10/23/2022, 12:53 AMid | String | The unique identifier for the object. For example, 12345678-9abc-def0-1234-56789abcde. The value of the id property is often but not exclusively in the form of a GUID; treat it as an *opaque identifier* and do not rely on it being a GUID. Key. Not nullable. Read-only.
How would you treat this string in your database? Say you needed to save this value in your database. varchar(50)?dfgrumpy
10/24/2022, 1:18 AM<cfset workdate = '*****'>
<cfset workdate = dateformat(#qry.closingdate#, 'mm/dd/yyyy')>
<cfif isdefined('qry.closingdate') and len(qry.closingdate) gt 0>
<cfset workdate = dateformat(#qry.closingdate#, 'mm/dd/yyyy')>
<cfelse>
<cfset workdate = ''>
</cfif>
satauros
10/24/2022, 10:25 AMnew <app>.models.beans.BeanName( args )
)?Mauro caresimo
10/24/2022, 12:48 PMDave Merrill
10/24/2022, 2:11 PMrickmason
10/26/2022, 2:40 AMGraham
10/27/2022, 4:41 AMgarciadev
10/27/2022, 2:29 PMsknowlton
10/27/2022, 3:53 PMzackster
10/27/2022, 3:55 PMScott Steinbeck
10/28/2022, 6:23 PMvar test = function(a){ return a + 2 };
and i want to get back
'function(a){ return a + 2 };'
ccsimmons
10/28/2022, 6:26 PMjohnbarrett
10/28/2022, 8:58 PMJohn Wilson
10/29/2022, 5:38 PMjavaCast("string", row).split(',(?=([^\"]*\"[^\"]*\")*[^\"]*$)')
zackster
10/30/2022, 9:33 AM$GITHUB_STEP_SUMMARY
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-4Scott Bennett
10/31/2022, 4:01 PM<cfscript>
myVar1 = true;
myVar2 = 1;
myVar3 = 0;
writeoutput(myVar1 and myVar2);
writeoutput(myVar1 and myVar3);
</cfscript>
pauls
11/01/2022, 3:09 PMiknowkungfoo
11/01/2022, 3:37 PMzackster
11/03/2022, 10:30 AM