B M Corser
B M Corser
Hello, I'm trying to load the public key provided by Travis CI ([docs](https://docs.travis-ci.com/user/encryption-keys#Fetching-the-public-key-for-your-repository)) with the following code: ``` python import requests import rsa def travis_encrypt(user_repo, value): pubkey_url = "https://api.travis-ci.org/repos/{0}/key".format(user_repo) pubkey_json...
I've been having a great time using Sokol over the past few weeks (making a sort of wavetable synth toy). I had the opportunity to "demo" my app to a...
links to documentation of optional packages
``` »»» Configuring Q³ »»» WARNING: This project is not actively under development »»» WARNING: This script will build an old Rust version to run Q³ »»» Platform: OSX »»»...
Not sure if this is functionality that is desired, or if I'm adding to the enums in the right way, but here's the patch. Happy to update it if required!
Greets, I wrapped your Sass bindings in a CLI, so people don't need to install Ruby to compile from the command line. GitHub project is [here](https://github.com/bmcorser/sass-cli). Want me to integrate...