displaying top 100 results
Tracker Comment Comment on Var keyword breaks code formatter by Legorol S.
Comment on Var keyword breaks code formatter by Legorol S.
Tracker Comment Comment on Var keyword breaks code formatter by Legorol S.
Comment on Var keyword breaks code formatter by Legorol S.
Tracker Comment Comment on [ANeff] Bug for: RestSetResponse() ignored if returntype non-void (CF-3546046 regression) by Legorol S.
Comment on [ANeff] Bug for: RestSetResponse() ignored if returntype non-void (CF-3546046 regression) by Legorol S.
Tracker Comment Comment on Fix for issue CFB-4188240 is incomplete: var keyword still breaks formatter by Legorol S.
Comment on Fix for issue CFB-4188240 is incomplete: var keyword still breaks formatter by Legorol S.
Tracker Comment Comment on Installer points to a failing page: adobe.com/go/cfb2018_exp_std_features by Legorol S.
Comment on Installer points to a failing page: adobe.com/go/cfb2018_exp_std_features by Legorol S.
Tracker Comment Comment on Fix for issue CFB-4188240 is incomplete: var keyword still breaks formatter by Legorol S.
Comment on Fix for issue CFB-4188240 is incomplete: var keyword still breaks formatter by Legorol S.
Tracker Comment Comment on Installer points to a failing page: adobe.com/go/cfb2018_exp_std_features by Legorol S.
Comment on Installer points to a failing page: adobe.com/go/cfb2018_exp_std_features by Legorol S.
Tracker Comment Comment on Regression: 'try' is no longer allowed as variable name in tag syntax by Legorol S.
Comment on Regression: 'try' is no longer allowed as variable name in tag syntax by Legorol S.
Comment on MIME based validation not working when .doc file renamed to .xls and set the accept attibute as 'application/vnd.ms-excel' by Legorol S.
Tracker Comment Comment on QueryNew does not enforce datatypes, inconsistent with QueryAddColumn by Nimit S.
2608285 CF-4137970 Nimit S. Thanks Legorol San for the information. We will take care of that as well.
Legorol San We had similar experience with little used websites with infrequent database connections. The first action on the website in the morning that tries to use the database connection often failed with a timeout error.
I am willing to bet that it’s not the act of remoting into the server
Legorol San
Charlie, I am happy to clarify. Let’s use “jdk-8u261-windows-x64.exe” as an example.
First, let’s look at the download from Adobe, from this link:
Portal Comment Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Legorol San
Legorol San I don’t think it’s mentioned anywhere, but a number of the supplementary downloads available for ColdFusion 2018 have refreshed installers available from February 2019:
Portal Comment Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Legorol San
Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Legorol San
Portal Comment Comment on ColdFusion (2018 release) Update 2, ColdFusion (2016 release) Update 8, and ColdFusion 11 Update 16 released by Legorol San
Legorol San
I have read that blog post multiple times, i even asked a question in the comments about this, which you responded to.
The point is that the blog post is just a casual explanation in layman’s terms. While that is very useful and I appreciate it, it’s not quite enough
Portal Comment Comment on Filing issues for things like ColdFusion docs, Docker images, PMT, CFFiddle, and even the bug tracker itself by Legorol San
Legorol San
Unfortunately I have been repeatedly disappointed by Adobe over the years about how slow they are to respond to, or even triage, bug reports. Most recently, over two weeks ago I submitted a report about a critical flaw in ColdFusion Builder’s code formatter. It results in lines
Tracker Comment Comment on SpreadsheetAddRow applies strange time format to time values added to a spreadsheet by Piyush K.
2608283 CF-4139060 Piyush K. Legorol,
To prevent the spreadsheet function from trying to interpret the format of the passed data you can use the following approaches:
Use "STRING" datatype so that the data is treated by spreadsheet as plain text. This parameter was introduced with CF11.
for usage