Brandon Moore
Brandon Moore
su should exist even if sudo doesn't. As such, we can try to run a command with su if sudo doesn't exist.
It would be nice to have this repo in the diesel-rs organization next to the rest of the diesel repositories. Currently it takes a little bit of searching to find...
Sources from Cloudfare, Google, and others are pulled in as http and not https in the github.io site. This makes the console unusable when accessing the site as https. These...
Currently on mobile (Android Marshmellow using Chrome or Firefox) the javascript seems to run fine (there is a blinking cursor), but the field is not accessible to input and the...
These makes the majority of the pages work on https://sdether.github.io/josh.js. The one page that will not work under https is the github console page which relies on claassen.net which does...
It's currently very easy to run into a poorly written migration where the down function doesn't correctly undo the migration. Diesel's documentation suggests the use of redo for testing this,...