Sebastian Hädrich
Sebastian Hädrich
Should [`dateTimeFormat`](https://cfdocs.org/datetimeformat) `mask` syntax better moved to a separate guide where other functions can link to as well to tidy dateTimeFormat a bit up (much shorter description text)?
Could you change the settings to enable contributers to assign existing labels? I set #hacktoberfest to emphazise that in #557 and @rsericksen also contributed to [your hacktoberfest issue](https://github.com/foundeo/cfdocs/issues/541) #563.
I wonder why I can access the "All CFML Functions" view via two different urls: * https://cfdocs.org/functions * https://cfdocs.org/all Both views are identical, aren't they? And why is it named...
Why not add "related" as "tags", "categories" or "collection" to the model itself instead of making specific views like this and relate everything manually: https://github.com/foundeo/cfdocs/blob/master/data/en/array-functions.json Perhaps you chose this way...
According to [trycf's docs](https://trycf.com/help) code snippets can be embedded as you already did for docs. Could this be done for guides as well? Additionally there is the possibility to add...
* About ColdFusion * ColdFusion Versions * Setup * Application.cfc * Syntax * ColdFusion Closures * Elvis Operator * New operator * For Loops in CFML / CFScript * CFScript...
I know that separate docs are needed for [sublime's CFML plugin](jcberquist/sublimetext-cfml) to work properly. But some tags have massive intersections (some parent tags with their parent tags) for example. They...
@pfreitag could you split [lucee](https://travis-ci.org/foundeo/cfdocs/jobs/283652403/config) and [cf](https://travis-ci.org/foundeo/cfdocs/jobs/283652404/config) jobs into separate checks so only one check might fail and we could see which one did right here on github?
Just like [Missing Descriptions](https://cfdocs.org/reports/missing-descriptions.cfm) and [Missing Examples](https://cfdocs.org/reports/missing-examples.cfm) there could be a "needs update" page which works like this 1. Create / Edit a collection like [ColdFusion 2016 collection](https://github.com/foundeo/cfdocs/blob/master/data/en/cf2016.json) and add...
When I try to use dav.js, I get this error: > at Url.parse (/dav.js:4499:11) at urlParse (/dav.js:4493:5) For example I wanted to do dav.createCalendarObject()