Dominic Watson

Results 25 issues of Dominic Watson

Being able to make use of hooks in socketio scenarios. Code stolen from the http engine and pasted here. I have tested locally and found that at least the `beforeScenario`...

This allows running of custom logic before the connection that might effect the connection options. i.e. see #1065 and related PR: #1067. This has been tested locally on a simple...

See https://luceeserver.atlassian.net/browse/LDEV-2332. This pull request allows the setting of two environment variables to control request timeout behaviour in Lucee: 1. `lucee.enable.request.timeout`: whether or not request timeouts are handled **at all**...

I've rather crudely slapped in the coffee-script 1.3.3 extras/coffee-script.js file and replaced all references to 1.1 with 1.3.3. The build ran an tests were successful. Feel free to reject this...

Running you application with Lucee's 'Modern local scope' mode enabled, breaks CfStatic. Investigage and fix. I've not seen this in action but reporting it on behalf of others. My guess...

Bug

In the same way that CfStatic automagically compiles `.less` files, it should work with SASS and with Compass.

Feature idea

When files have not changed, we are still needing to parse each file's content for dependency info, etc. Cache this state to the file system so that full restarts are...

i.e. ``` compiledUrl = cfstatic.getUrl( "/js/core/" ); // example result = '/assets/min/core.min.F86847A221FB807F6ACF1C9ADDC601AE.js' ```

Including updating to the latest LESS engine

Optionally put js through JSLint and css through any css linters out there

Feature idea