Andrés Bolocco
Andrés Bolocco
+1 hard to keep track of a feature-request with this being spread in duplicated issues https://github.com/actions/cache/issues/598 https://github.com/actions/cache/discussions/516
Here's Gruntfile.js ``` module.exports = function(grunt) { "use strict"; // main configuration var path = require('path'), NOW = new Date(), RELEASE = NOW.getFullYear() + '' + NOW.getMonth() + '' +...
Why is some part of the process ignoring the `grunt.util.linefeed` property? Why don't that part of the process simply keep original LF?
could you explain why are u closing this issue?
any news on this issue? grunt is still giving us the cwd relative to the gruntfile?
I've found another possible workaroud, which is ugly too, this issue affects all grunt-git tasks, not just gitcommit: ``` javascript var rootPath = process.cwd(); grunt.registerTask("cd", function(subpath) { var path =...
any updates on this?
+1 Would be extremely useful to have string_Agg and array_Agg next to the other aggregation functions we can already use in the GUI editor.