I was quite excited when I discovered that it is possible to embed gist links into WordPress blog posts, and they will render as syntax highlighted code: Gist embedded in Lambda Go Starter Project Since I write most of my posts in Markdown I would previously provide the code with Markdown code blocks, but these … Continue reading Do not use WordPress gist embeds
Tag: GitHub
Move git repository
Sometimes it is necessary to move the location of a git repository; be it from one GitHub repo to another or moving a repo from GitHub to Bitbucket. This can be surprisingly tricky since one needs to make sure to include all branches, tags, etc. when copying the data. Thankfully git magic allows doing this … Continue reading Move git repository
Fix Travis CI Error ‘This is not an active repository’
Problem Your repositories have been building just fine using the tool Travis CI but suddenly the builds do not work anymore and the Travis CI website shows a screen with the message: `This is not an active repository` Solution Go to GitHub and assure that you are logged in with the account that owns the … Continue reading Fix Travis CI Error ‘This is not an active repository’
Import GitHub project to Android Studio
Problem You have an existing GitHub project and would like to import it to Android Studio. Solution Perform the following steps to import your project. Step 1: Install git for Windows It can be downloaded for free from git-scm.com. Most settings available during the installation process should be compatible with Android studio. Just choose the … Continue reading Import GitHub project to Android Studio
Appjangle First Showcase Completed!
Now, after 204Ā laboriousĀ steps, a first version of illustrative demos on the Appjangle Showcase has been completed. Appjangle Showcase The showcase consists of 10 interactive demos following the development of a simple example application: The Wall of the Wise! The full source code of the demos is available on github. Cross-Post from the Appjangle Blog.