Jesse Lawson

Results 7 comments of Jesse Lawson

This is a very old thread but I think the issue is still here. I am a proponent of leaving it how it is. To address @DannyBen 's list: >...

There are a lot of things that have been changed/depreciated since the original tutorial code was published. I'm working on a compilable, updated version that will come out soon.

Removing `CurrentDevice->DisableClip()` prevents the renderer from bounding its update to only the rect from wherever the `drawCommand` is coming from. In other words, the `clipRect` is being populated by the...

You can add `{{ .Content}}` to the list template and it will render the contents of your `_index.md` file that sits in a folder where `content` is root.

I have a fork of this project that I'm creating a wrapper for. The save button saves all data across the tabs.

You're getting this error because the `git-meta.html` shortcode relies on environment variables that are not present in this repo (nor should they be). If you remove all the calls to...

When looking for a particular file in a repo, you can set the search to only include the local repository. With [this search](https://github.com/executebig/www/search?q=git-meta), it's the second result (`layouts/shortcodes/git-meta.html`).