Corey Osman
Corey Osman
Example: ``` $ cb help GLOBAL OPTIONS --exporters=arg - List of exporters to transform the data (default: ["table", "stdout"]) --help - Show this message --version - Display the program version...
Given a table like this with ever growing columns, how do I change rows with columns to better display my data without wrapping.
How can I make this stateless using lamda if the process is running? Is there a way to process input and stop? I want to push my code to AWS...
The following code breaks when a null value is passed in. Surrounding with a conditional block will fix this. ``` isTime: function(elem) { // jQuery's `is()` doesn't play well with...
How would I use go-sync as a library in my app to sync a directory to another directory? Can you provide some examples.
An external call will get the cached data. But how would a route in my controller fetch the same cached data? Do I need to use axios to call `http://localhost:1337/posts`....
How do I checkout a tag or create a branch from a tag. Getting `Rugged::InvalidError: the requested type does not match the type in ODB` ```ruby name = 'testbranch' target...
In reference to https://libgit2.github.com/libgit2/#HEAD/group/cred/git_cred_ssh_interactive_new It would be great to have this implemented so I can fetch the passphrase for an ssh key and allow libgit2 to ask for the passphrase....
For some reason when I used the rbenv::plugin, the creates parameter in this resource was not behaving correctly which caused errors when git clone is run. Essentially, git refuses to...
This is just to open up some dialog around adding a feature that I have implemented elsewhere and was considering contributing it to this repo. Basically I created a ruby...