Reid Evans
Reid Evans
Nice, I like where you're going. How are you using Giles for non VS usage? By that I mean what parameters do you pass to Giles.
https://github.com/reidev275/GilesRelativePath I have manually moved a GilesRelativePath.sln into the SolutionFolder subdirectory. When Giles is run against that solution it does not listen to changes from the GilesRelativePath.csproj. The root level...
The reason is ``` The type 'NUnit.Framework.TestContext' exists in both 'NSpec.dll' and 'nunit.framework.dll' ``` NSpec has a dependency upon NUnit and the Giles console application project has explicit references to...
I've moved away from gVim completely so I'm not sure. I have cygwin installed with mintty. Vim no longer crashes and I get syntax highlighting. Sadly I don't have a...
@Daniel-Alievsky your final question regarding `3.2x + 1.4y` has a correct example. Given a max occurrence of 1 for both `v1` and `v2` the best option is to do 1...
maybe not ideal, but if you're using markdown you can input the html directly ``` Foo Bar ```
The issue seems to be, "how do we add html attribute syntax to markdown?" While I think it's probably as easy to just write the html (same issue with all...
Probably a dumb question, but here goes..., I have what I think is a working example but I'm not sure how to take the code I have in my branch...
@forki Indeed, from the master branch I can run build.cmd and it opens the browser, but from the master branch I'm not sure how to edit the FsReveal source. I...
Yes, mapping paragraph literals with the pattern you mentioned into literals with html expected from reveal Sent from my iPhone > On Apr 2, 2015, at 6:17 PM, Karlkim Suwamongkol...