Ivan Storck
Ivan Storck
In order to keep the host that is originally defined in the main httpd.conf alive, you have to define a VirtualHost with the same values for it first. (see http://httpd.apache.org/docs/2.0/vhosts/name-based.html...
Redo
here's the code for :redo - not sure where it should go as a p.r. ``` coffee atom.packages.onDidActivatePackage (pack) -> if pack.name == 'ex-mode' Ex = pack.mainModule.provideEx() Ex.registerCommand 'redo', ->...
I tried the tutorial today. It's the first time I've installed ionic. I installed ionic with: `npm -g install ionic cordova` I have the server running on port 5000, and...
Editing a Joomla project (I know, I know I still have to deal with PHP, I can't be a ruby snob all day long) I pressed command-T and typed index...
I have a fresh and clean haskell cabal install, and I get these errors when building: https://gist.github.com/ivanoats/b5f1d24ae8b83dbfdfce972278266105
It would be really helpful to have a very simple example for a blog post data type. Just title, date, and post.
# Project - Improve site architecture and add features to the Orcamap Bring the [orcamap](https://github.com/orcasound/orcamap) features over to a new repo [orcamap-react](https://github.com/orcasound/orcamap-react) in order to improve code organization, testability, and...