Martin Grider
Martin Grider
Creating a Cocoapod requires version tagging. And since this project doesn't have any version tags, I doubt the pod was successfully added to the specs repo. (I came here to...
I'll second this. I made a fork and added tvos to the list of supported platforms, and it installs correctly. (https://github.com/nicklockwood/BaseModel) I've also been using the class quite a bit...
I just realized most of the functions in my extension are using the same values for the `traits` property, and I have no idea how accurate those are to the...
I'm not quite following how autocompletion works here... do you mean autocompletion of hackman commands on the command line? Or do you mean in source files somehow? Two opinions: 1)...
Just another place to look for an example of how this is accomplished in a real world project. (I was curious about how hard this is, so did some digging...
Gah, harder than I'd hoped. Looks like we probably have to copy the entire contents of Source somewhere. (Although it would _maybe_ make sense to move all the templates out...
Yeah, the copy itself is easy to add... but I am not 100% sure exactly how the paths are constructed in hackman itself. (And I think that is what will...
As far as instructions, you can add a new file (with the text I posted above) in the root directory named `Makefile`, and then run `make install`. But as I...
(I now see the TODO list in the readme.)
Offhand, I can imagine it working without a `.commands_history` (or other metadata file) by parsing the generated file to figure out where to make the new edit. This might be...