Tim Whitbeck
Tim Whitbeck
My `.bowerrc`: ```json { "directory": "/bower_components" } ``` I _think_ broccoli will find these fine, because it looks in `.bowerrc` for the bower directory. However, this package reports "Missing bower...
We upgraded to `4.3.2` and are all of a sudden not getting logs in stderr (using in a node script). The regressions seems to have been caused by #799 Admittedly...
Calling `__set__` with a string variableName returns a function to revert as expected, but when passing an object no revert function is returned.
Hi @dhg I'm very appreciative of your work here with Skeleton. At the same time, I'm having a hard time embracing it going forward since I don't see any recent...
It would be great if we could `exec` a process and continue without waiting for completion. Something like Ant's exec `spawn=true` behavior. I'm currently using https://github.com/bazaarvoice/maven-process-plugin to achieve this
This has been raised before in #93 but it wasn't addressed. We're trying to delete a PIT which requires putting a body on a DELETE request (see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/paginate-search-results.html#:~:text=When%20you%E2%80%99re%20finished%2C%20you%20should%20delete%20your%20PIT) Any chance...
I created a file `ls.bat` and placed it in a directory on my path. `which ls` reports ``` C:\Program Files (x86)\Gow\bin\ls.EXE ``` `where ls` reports ``` C:\Windows\System32\ls.bat C:\Program Files (x86)\Gow\bin\ls.exe...