Craig Andrews

Results 125 issues of Craig Andrews

It would be useful for a number of reasons if add to homescreen was an AMD module.

**Is your feature request related to a problem? Please describe.** Currently, `mptcpize` will modify the vendor provided systemd service file located at `/lib/systemd/system/*.service`. This approach is problematic because that file...

Support incremental builds as well as Eclipse compatible error reporting See https://wiki.eclipse.org/M2E_compatible_maven_plugins Closes: https://github.com/leonardehrenfried/jspc-maven-plugin/issues/25

It would be nice if jspc-maven-plugin included m2e support. See https://wiki.eclipse.org/M2E_compatible_maven_plugins Adding such support would eliminate having to manually add m2e configuration to the pom for every project that uses...

The CycloneDX specification was updated to version 1.5: https://cyclonedx.org/news/cyclonedx-v1.5-released/ And tools are already updating to support it, such as Trivy with its 0.43.0 release: https://github.com/aquasecurity/trivy/releases/tag/v0.43.0 Can this tool please also...

@rultor deploy

It would be really cool if the output HTML could be minified too. You could check out my (simplistic) method at http://candrews.integralblue.com/2009/05/compression-deflate-and-html-css-js-minification-in-asp-net/ or use something more complex.

If a Javascript resource has an expiration or a max-age of less than 7 days, it's not considered by Request Reduce. CSS does not have this rule. This inconsistency confused...

The scenario is: An ASP.NET page has output caching enabled (say the duration is 10 minutes). The page has RR-able content on it. The first request, the non-RRed page is...

If request reduce has not "done it's thing" for a given request (in other words, not all CSS/JS has been reduced yet), it should tell ASP.NET to disable response caching....