<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Belchak.com - Latest Comments</title><link>http://belchakcom.disqus.com/</link><description></description><atom:link href="https://belchakcom.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 05 Sep 2017 11:42:17 -0000</lastBuildDate><item><title>Re:  Code Completion (IntelliSense) in VIM VIMのコード補完（IntelliSense） </title><link>http://www.belchak.com/2011/01/31/code-completion-for-python-and-django-in-vim/#comment-3503138418</link><description>&lt;p&gt;Thanks. Your SuperCleverTab code above is missing some of the characters, but people can find the original here: &lt;a href="https://blogs.gnome.org/lharris/2008/07/20/code-completion-with-vim-7/" rel="nofollow noopener" target="_blank" title="https://blogs.gnome.org/lharris/2008/07/20/code-completion-with-vim-7/"&gt;https://blogs.gnome.org/lha...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick McElwee</dc:creator><pubDate>Tue, 05 Sep 2017 11:42:17 -0000</pubDate></item><item><title>Re: Code Completion for Django/Python in VIM | Belchak.com</title><link>http://belchak.com/2011/01/31/code-completion-for-python-and-django-in-vim/#comment-2192068117</link><description>&lt;p&gt;SuperClever tab isn't rendered right.  It should look like this&lt;br&gt;(something's undoing my formatting.  All the stuff in the &amp;lt;&amp;gt;s should be uppercase.)&lt;br&gt;&lt;/p&gt;&lt;pre&gt;" Better tabbing / completion&lt;br&gt;function! SuperCleverTab()&lt;br&gt;    if strpart(getline('.'), 0, col('.') - 1) =~ '^\s*$'&lt;br&gt;        return "\&amp;lt;tab&amp;gt;"&lt;br&gt;    else&lt;br&gt;        if &amp;amp;omnifunc != ''&lt;br&gt;            return "\&amp;lt;c-x&amp;gt;\&amp;lt;c-o&amp;gt;"&lt;br&gt;        elseif &amp;amp;dictionary != ''&lt;br&gt;            return "\&amp;lt;c-k&amp;gt;"&lt;br&gt;        else&lt;br&gt;            return "\&amp;lt;c-n&amp;gt;"&lt;br&gt;        endif&lt;br&gt;    endif&lt;br&gt;endfunction&lt;br&gt;&lt;br&gt;inoremap &amp;lt;tab&amp;gt; &amp;lt;c-r&amp;gt;=SuperCleverTab()&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg</dc:creator><pubDate>Thu, 13 Aug 2015 20:27:38 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-2170894691</link><description>&lt;p&gt;You can find it in the application's Info.plist&lt;/p&gt;&lt;p&gt;- right click on the app&lt;br&gt;- click on Show Package Contents&lt;br&gt;- open the file `Info.plist`&lt;br&gt;- look for the key `&amp;lt;key&amp;gt;CFBundleIdentifier&amp;lt;/key&amp;gt;`&lt;br&gt;- the next string is the identifier e.g. `&amp;lt;string&amp;gt;com.jetbrains.WebStorm&amp;lt;/string&amp;gt;`&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mauriciopoppe</dc:creator><pubDate>Sun, 02 Aug 2015 16:49:02 -0000</pubDate></item><item><title>Re: Unit Testing Django with a NoSQL Backend | Belchak.com</title><link>http://belchak.com/2011/02/07/unit-testing-django-with-a-nosql-backend/#comment-1699217457</link><description>&lt;p&gt;When running the test I get an error/warning of the fixture&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johnus</dc:creator><pubDate>Tue, 18 Nov 2014 07:24:55 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-1458670229</link><description>&lt;p&gt;Thanks a ton for this!  Cheers!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bhd</dc:creator><pubDate>Fri, 27 Jun 2014 21:33:13 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-1176206845</link><description>&lt;p&gt;How do you undo this? replace false with true?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Ramirez</dc:creator><pubDate>Tue, 24 Dec 2013 19:49:35 -0000</pubDate></item><item><title>Re: Problems with IPv4/6 hosts in OSX Lion</title><link>http://www.belchak.com/2011/07/27/problems-with-ipv46-hosts-in-osx-lion/#comment-785071904</link><description>&lt;p&gt;Per &lt;a href="https://answers.syr.edu/display/network/Disable+IPv6+on+Mac+Lion+and+Mountain+Lion" rel="nofollow noopener" target="_blank" title="https://answers.syr.edu/display/network/Disable+IPv6+on+Mac+Lion+and+Mountain+Lion"&gt;https://answers.syr.edu/dis...&lt;/a&gt; it seems that you can use the 'networksetup' command to list all network 'services' and then turn off IPv6:&lt;/p&gt;&lt;p&gt;networksetup -listallnetworkservices&lt;br&gt;networksetup -setv6off Wi-Fi&lt;br&gt;networksetup -setv6off Ethernet&lt;/p&gt;&lt;p&gt;Seems to do the trick.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cwjohnston</dc:creator><pubDate>Thu, 31 Jan 2013 17:49:22 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-735620317</link><description>&lt;p&gt;I'm astonished. Seriously, is this the ONLY way to do it? Did Apple really decide that their Mac users wouldn't need key repeat? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Spodzilla</dc:creator><pubDate>Thu, 13 Dec 2012 23:50:14 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-728993526</link><description>&lt;p&gt;Sweet now ST2 acts like VIM !!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Brown</dc:creator><pubDate>Thu, 06 Dec 2012 03:22:38 -0000</pubDate></item><item><title>Re: JIRA and Campfire Integration</title><link>http://www.belchak.com/2012/01/21/jira-and-campfire-integration/#comment-719784635</link><description>&lt;p&gt;Have you updated your awesomeness at all since this post? Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aarongreenlee</dc:creator><pubDate>Mon, 26 Nov 2012 19:20:46 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-704375029</link><description>&lt;p&gt;THANK YOU!!!&lt;/p&gt;&lt;p&gt;This works for Mountain Lion too!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Harvey</dc:creator><pubDate>Thu, 08 Nov 2012 12:46:36 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-704374627</link><description>&lt;p&gt;THANK YOU!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Harvey</dc:creator><pubDate>Thu, 08 Nov 2012 12:46:15 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-696405586</link><description>&lt;p&gt;You shouldn't need to reboot the entire computer, simply restarting any app(s) you want it to apply to should work (worked for me with &lt;a href="http://Mail.app" rel="nofollow noopener" target="_blank" title="Mail.app"&gt;Mail.app&lt;/a&gt;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Hanna</dc:creator><pubDate>Tue, 30 Oct 2012 15:11:50 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-696404979</link><description>&lt;p&gt;You should be able to enable it by simply restarting any app(s) you want it to apply to.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Hanna</dc:creator><pubDate>Tue, 30 Oct 2012 15:10:53 -0000</pubDate></item><item><title>Re: JIRA and Campfire Integration</title><link>http://www.belchak.com/2012/01/21/jira-and-campfire-integration/#comment-691916519</link><description>&lt;p&gt;Hi Ben,&lt;/p&gt;&lt;p&gt;I'm trying to use the http-builder from within the Jira Groovy runner script but I cannot figure out where to put the library file for the script engine to find it. Can you please let me know which files have you installed and where?&lt;/p&gt;&lt;p&gt;TIA (a lot)&lt;/p&gt;&lt;p&gt;Best,&lt;br&gt;Edoardo&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edoardo Causarano</dc:creator><pubDate>Thu, 25 Oct 2012 07:41:46 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-688114281</link><description>&lt;p&gt;aww do you have a way to do it without rebooting?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Sat, 20 Oct 2012 20:03:49 -0000</pubDate></item><item><title>Re: Ergotron WorkFit-S Standing Desk Review  | Belchak.com</title><link>http://belchak.com/2011/03/04/workfit-standing-desk/#comment-650620948</link><description>&lt;p&gt;So it looks like this simply won't work with corner desks. Disappointing. I know they make the "arm" version of this workstation, but I've heard that it shakes a bit. I'll have to look at my desk and see what I can do.&lt;/p&gt;&lt;p&gt;Thanks for your writeup.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy</dc:creator><pubDate>Fri, 14 Sep 2012 14:47:15 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-631458528</link><description>&lt;p&gt;THANK YOU!!! I just got an update yesterday that switched it to not repeating and I was going CRAZY!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jessica</dc:creator><pubDate>Mon, 27 Aug 2012 21:33:40 -0000</pubDate></item><item><title>Re: Code Completion for Django/Python in VIM | Belchak.com</title><link>http://belchak.com/2011/01/31/code-completion-for-python-and-django-in-vim/#comment-630030034</link><description>&lt;p&gt;Nice article! I realize it's a bit old, but I stumbled upon it and noticed a slight error that made things a little confusing to me. In your ~/bin/vim_wrapper script "vim" needs to be on the last line before "$@" instead of at the end of the line before it. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Overman</dc:creator><pubDate>Sun, 26 Aug 2012 18:49:43 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-577407278</link><description>&lt;p&gt;Hey Aidan, sorry for the delay in getting back to you...&lt;/p&gt;&lt;p&gt;Just open Terminal and paste it right into the shell!&lt;/p&gt;&lt;p&gt;With your Macbook, try setting the primary display being the TV, not your laptop's screen. You can do that in Display Preferences - just drag the menubar from the laptop screen to the big screen and you should be good to go!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Belchak</dc:creator><pubDate>Thu, 05 Jul 2012 18:05:50 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-573694649</link><description>&lt;p&gt;My repeat key works fine until I reboot.  Then, I must reset the repeat level each time I reboot.  Got any ideas?&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jamesabrown</dc:creator><pubDate>Sun, 01 Jul 2012 14:54:11 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-556102307</link><description>&lt;p&gt;Hi Ben –  can't get this to work, with or without reboot. I'm not as techie as most of your comments people, Terminal is a bit of a closed book to me. Do I copy and paste that command you show above into the 'new command' window of Terminal? &amp;amp; is it 'inside a shell' or not, whatever that may mean?   Can you unpack it a bit more for me please? I'm just trying to get back a function that all computers have always had... not to whinge on about Apple, but they do do some weird stuff. &lt;br&gt;While you're there, any ideas on how to fix the 'full screen' thing with DVD player? We have an older Macbook hooked up to the TV and with Snow Leopard the command  'enter full screen' put the movie up full screen on the tv, but now it jumps back to the little laptop screen and we get 52in of linen-patterned nothing on the telly. I can make telly the 'primary monitor' or check 'mirror displays' in preferences, but don't want to do either. Thanks for your help. Screenshots attached.&lt;br&gt;Aidan&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aidan</dc:creator><pubDate>Wed, 13 Jun 2012 07:37:52 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-539288946</link><description>&lt;p&gt;I can't believe they haven't made that a keyboard preference. I can see where some people might want that alternative-character functionality, but really, people. Making us run a command-line function to get back to what every keyboard since the beginning of time has done? I really like Apple, but from time to time they sure do lay an egg! Thanks for the tip.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenstorm_98</dc:creator><pubDate>Sat, 26 May 2012 14:55:32 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-535476626</link><description>&lt;p&gt;which plugin is that? i only know IdeaVIM, which is free. But i am always looking for a better plugin, free or not.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thk Kern</dc:creator><pubDate>Tue, 22 May 2012 06:21:35 -0000</pubDate></item><item><title>Re: Re-enabling Key Repeat in OSX Lion</title><link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/#comment-517281006</link><description>&lt;p&gt;Which is what? o:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">whollyface</dc:creator><pubDate>Wed, 02 May 2012 22:56:24 -0000</pubDate></item></channel></rss>