Pkmmte Xeleon

Results 70 issues of Pkmmte Xeleon

Firstly, I'd like to say thank you very much for this example! It has been a great help in getting my Graphcool instance to connect with Apollo and enable in-memory...

We now check for a certain y-axis touch distance and intercept if it passes the threshold. This allows us to use horizontal scrolling content such as a RecyclerView with a...

Being able to apply a ColorFilter to images can be important at times. Since I currently rely on a custom ColorFilter for the selector overlay, I'll have to change the...

enhancement

Applying a ColorDrawable as in imageView.setDrawable() or .setResource() results in a crash. A workaround would be to transform it into a Bitmap then apply it. An elegant fix is required....

enhancement

Plugins are starting to become a critical part of Robo.js. As such, we should make sure they're also up to date! The existing `sage upgrade` command should check for updates...

enhancement

Don't spend too much time on this if you can't replicate it. Basically, there's a chance that the `.gitignore` file is not copied over when running `create-robo` and I have...

bug

More lightweight hooks. These would get called by the `robo deploy` command. ## Use case Potential new plugins that handle semantic versioning for your package.json whenever a new deployment is...

enhancement

These will be extremely lightweight (like `start` and `stop`) hooks that are called whenever a specific signal is sent to the process. That's it, really. ### Use case Robos hosted...

Our handy logger has good potential in browsers. It looks good and I've tested that it works, but it did require various changes which I don't feel comfortable pushing because...

enhancement

Sometimes importing a config file fails if there's a runtime error in its global scope, and Robo.js doesn't tell us why. It should. The runtime error can be pretty much...

bug