Gunnar
Gunnar
Can we have a setting to ignore the alt tag so that the title can be displayed by another script? I can send a pull request if you agree it's...
uncomment these two lines for more memory and more cpu cores
Looks like the fork mentioned above is maintained
as mentioned in the title, just remove this line in package.json As well it would be great if you could make the package available on npm. Currently there is only...
Please see: https://github.com/akitogo/quicktest ``` getInstance("user") .with("usergroup.permission.extendedpermission") .has("usergroup.permission.extendedpermission") ``` and I use has, it works with two like `has("usergroup.permission")` but as soon I have three (see above) I get (bearbeitet) an...
add clarification what will be cached, link event caching
happened in megaphone with postgres 17 (even after upgrading qb to latest version). This is q quick fix since I didn't know how to implement it properly ``` public any...
Problem After upgrading to ColdBox 7.5.2, the Renderer.cfc was calling discoverViewPaths() to locate a layout before checking if the layout name was empty. When a module had layoutParentLookup = true...