randomizedthinking

Results 28 comments of randomizedthinking
trafficstars

The parse-csv function is meant to return a vector of strings. It is a different game to convert some values to numbers.

Encountered the same issue, and found that if you repeat uncomment on ``` [> a++

It should work, and spdlog can add a parameter to expose it to end users.

Here is a simple test of using different buffer size, and the results are significant. For simplicity, I only tested single-thread since the buffer is managed by myself. The `bench_single_threaded`...

Encountered the same issue today. I tested how pandoc would treat such cases: ```sh pandoc -o test.pdf test.md ``` I found, when #indent-space is = 4, then pandoc will treat...

@Konfekt the code is not the one you just mentioned. In `EnableEmbedsforCodeblocksWithLang`, a syn region is defined for each lang: `pandocDelimitedCodeBlock`.

Thanks for the work-around. Based on the pandoc syntax, `\` should work, so it is a minor bug to be fixed.

Just tried on a fresh installation of normal vim (debian vim v8.0) with only Synastic and vim-fsharp plugins. Same there. The syntax checking does not work properly. 1. the checking...

Yes, mono etc are installed, and the installation seems okay. For example, if I reload the .fs file using `:e`, the syntax checking works correctly. If there is any error,...