Cory Imdieke

Results 14 issues of Cory Imdieke

When running the prepare-keys command, a file called pass.pem is generated which appears to be the key for the certificate. In the pass.js file where the signing actually happens, it...

Would you consider making the `sortIcons` function public so it can be accessed outside the library? I'd like to use the equivalent functionality to the downloadPreferred function, but I only...

The new logging mechanism looks really useful, however, I wanted to extend it to integrate with my app's existing logging system. I added a custom log action that accepts a...

One thing that seems to be missing is a method that performs a "silent login" attempt on login using a previously saved auth token. Without this, the user would need...

I have a bunch of different job types, so they would each get a separate queue, however each job is scheduled in a particular order. For example, there are a...

enhancement
topic:plugin

I know on the hosted Parse dashboard (non-beta) there's an option to import data via JSON or CSV which is great. I haven't been able to find this option on...

type:feature
bounty:$100

After the implementation of #958, there is now no quick and easy way to see the server URL you're looking at, and perhaps even more useful is the server version....

type:feature

I don't know if this is really an issue with BButton as much as it's with FontAwesome, but I wasn't sure where I would bring this up in that case....

I'm using the Estimote SDK along with another vendor SDK for augmented reality management, and it seems you are both using SSZipArchive and I'm getting a linker error for duplicate...

It looks like the only place the items array is actually read, it gets cast as a String anyway to set the title on the cell. Why is it [AnyObject]...