Rafael Bodill

Results 122 comments of Rafael Bodill

Hmmm. Maybe because I'm using [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) with its Ctrl+h/j/k/l bindings... ?

Hi! I do not use Jekyll. But I keep several notebooks in Markdown format, and I find `memo` to be great to manage and write easily. In my honest opinion,...

Thanks for the detailed explanation. I've tried symlinking as a work-around, but still getting the same error unfortunately.

For what it's worth, here's instructions for OSX Macports users: ``` sh sudo port install gpgme qt5 CGO_CFLAGS="-I/opt/local/include/" CGO_LDFLAGS="-L/opt/local/lib/" go get github.com/cortex/gopass ```

I'm getting > error: qrc:/assets/main.qml:1 module "QtQuick" version 2.7 is not installed` I have `qt5-mac 5.5.1` and `qt5-qtquickcontrols 5.6.1` installed.

We're using Mustache.js and [Mustache.php](https://github.com/bobthecow/mustache.php) on the server-side, we're using PHP classes as our ViewModels: Our file structure is simple and consistent: - `templates/[controller_name]/[action_name].mustache` Mustache template - `classes/view/[controller_name]/[action_name].php` ViewModel Class...

I actually think server-side completions will be easier to accomplish. You could let users set a predefined file-structure pattern, just like the Scopes in IDE allow: (Or even better -...

Adding my 2cents: Depending on the library used to grab inline templates and rendering them, we're using [ICanHaz](https://github.com/HenrikJoreteg/ICanHaz.js) + [Mustache.js](https://github.com/janl/mustache.js), which involves placing an "`id`" attribute on the `script` tag,...

Some IDEs already integrate with grunt and display a runable list of actions so some poor Joe with a Jetbrains IDE can compile and revert and shred all his work...

Thanks @jharshman, I removed the `` node in XML and restarted Jenkins, works fine now.