Results 8 comments of Martin McCallion

No. I just checked that I had the default font set to Verdana, as [documented by Microsoft](https://support.office.microsoft.com/en-us/article/Change-the-default-font-or-text-color-for-email-messages-1aabb236-01d4-4faf-b998-a4087da3ceab?CorrelationId=dc87262f-532e-42c9-9715-f70fa049956e&ui=en-US&rs=en-US&ad=US), and I still get TNR when I use the MarkdownOutlook plugin. I can...

I used PyInstaller to build a multiplatform installer for a Java app I worked on a year or two back: . It pulls in and packages all the files it...

Hi Jens, This fixes the problem for me as far as the `COMMENT ON TABLE...` statements go. But then I hit the same problem with `COMMENT ON COLUMN...` The solution,...

Same here. Seems new, as I know I've added tags in the last few months.

Just another data point: I was having this problem too, and it went away. I'm not sure what I did, but I certainly visited my settings, and they seemed to...

I'm getting the same problem. Fom the command line I got this: ``` $ ./slogger --timespan 5 Initializing Slogger v2.1 (2.1.0.5)... /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- twitter (LoadError)...

Thanks. I tried that, with the following results: ``` $ bundle install Fetching gem metadata from https://rubygems.org/........ Fetching gem metadata from https://rubygems.org/.. Installing multipart-post (1.2.0) Errno::EACCES: Permission denied - /Library/Ruby/Gems/2.0.0/build_info/multipart-post-1.2.0.info...

The Xcode command-line tools fixed it. I installed them with `xcode-select --install`; and I still had to do `sudo gem install multipart-post -v '1.2.0'` and `sudo gem install hpricot -v...