Zac Spitzer
Zac Spitzer
`jquery-migrate-3.0.0.js?r=6832:62 JQMIGRATE: jQuery.fn.bind() is deprecated` https://jquery.com/upgrade-guide/3.0/#deprecated-bind-and-delegate internally, jquery already just maps the functions to on() and off() https://github.com/jquery/jquery/blob/1b9575b9d14399e9426b9eacdd92b3717846c3f2/src/deprecated.js
The current templating approach is really inefficient, as it recursively loops thru every passed available variable for substituion and applies a regex for each one. It's much faster to initially...
Could you add in the OSGI bundle metadata? http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html The Lucee project is about to start using this library, but it's OSGI based https://github.com/lucee/Lucee/pull/985 Add support for the Argon2 hashing...
without a space before `directoryCreate` syntax stops working ``` // website directory local.webDir=local.curr&("build/website/"); if(!directoryExists(webDir))directoryCreate(webDir); z=1; //zip action="unzip" file="#getDependencies(version)#" destination=jarsDir; //throw getTempDirectory(); // unpack the servers if(!isNull(url.test)) throw temp; ``` ...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
https://luceeserver.atlassian.net/browse/LDEV-1526
ads the missing useTls attribute but does nothing with it (yet) https://luceeserver.atlassian.net/browse/LDEV-2622
https://luceeserver.atlassian.net/browse/LDEV-4120
https://luceeserver.atlassian.net/browse/LDEV-3265 replaces https://github.com/lucee/Lucee/pull/1179
https://luceeserver.atlassian.net/browse/LDEV-4028 - got rid of a NPE - Unsupported or unrecognized SSL message with the java changes