<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for shakeel</title><link>http://disqus.com/by/shakeel/</link><description></description><atom:link href="http://disqus.com/shakeel/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 17 Mar 2016 10:52:21 -0000</lastBuildDate><item><title>Re: Chocolatey Gallery | Node JS (Install) 0.10.27</title><link>https://community.chocolatey.org/packages/nodejs.install#comment-2574712665</link><description>&lt;p&gt;Install fails with following error message [ERROR] Running msiexec with /i "C:\Users\USSHMAH\AppData\Local\Temp\chocolatey\nodejs.install\5.9.0\nodejs.installInstall.msi" /quiet  was not successful. Exit code was '1603' Error Message:&lt;/p&gt;&lt;p&gt;At C:\ProgramData\chocolatey\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:92 char:10&lt;br&gt; +     throw &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $errorMessage&lt;br&gt;     + CategoryInfo          : OperationStopped: ([ERROR] Running...or Message::String) [], RuntimeException&lt;br&gt;     + FullyQualifiedErrorId : [ERROR] Running msiexec with /i "C:\Users\USSHMAH\AppData\Local\Temp\chocolatey\nodejs.install\5.9.0\nodejs.installInstall.msi" /quiet  was not successful. Exit code was '1603' Error Message:&lt;/p&gt;&lt;p&gt;The install of nodejs.install was NOT successful.&lt;br&gt;Error while running 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1'.&lt;br&gt;See log for details.&lt;/p&gt;&lt;p&gt;Snippets from log file&lt;/p&gt;&lt;p&gt;2016-03-17 10:40:11,497 [INFO ] - &lt;br&gt;nodejs.install v5.9.0&lt;br&gt;2016-03-17 10:40:11,601 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1':&lt;br&gt;2016-03-17 10:40:11,615 [DEBUG] - $packageName = 'nodejs.install'&lt;br&gt;$installerType = 'msi'&lt;br&gt;$url = '&lt;a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x86.msi'" rel="nofollow noopener" target="_blank" title="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x86.msi'"&gt;https://nodejs.org/dist/v5....&lt;/a&gt;&lt;br&gt;$url64 = '&lt;a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi'" rel="nofollow noopener" target="_blank" title="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi'"&gt;https://nodejs.org/dist/v5....&lt;/a&gt;&lt;br&gt;$silentArgs = '/quiet'&lt;br&gt;$validExitCodes = @(0)&lt;br&gt;Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" "$url64"  -validExitCodes $validExitCodes&lt;br&gt;$nodePath = "$env:SystemDrive\Program Files\nodejs"&lt;br&gt;if (![System.IO.Directory]::Exists($nodePath)) {$nodePath = "$env:SystemDrive\Program Files (x86)\nodejs";}&lt;br&gt;$env:Path = "$($env:Path);$nodePath"&lt;br&gt;2016-03-17 10:40:11,636 [DEBUG] - Calling command ['"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; &amp;amp; import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; &amp;amp; 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\nodejs.install\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters ''"']&lt;br&gt;2016-03-17 10:40:14,555 [INFO ] -  Downloading nodejs.install 64 bit&lt;br&gt;2016-03-17 10:40:14,560 [INFO ] -    from '&lt;a href="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi'" rel="nofollow noopener" target="_blank" title="https://nodejs.org/dist/v5.9.0/node-v5.9.0-x64.msi'"&gt;https://nodejs.org/dist/v5....&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Thu, 17 Mar 2016 10:52:21 -0000</pubDate></item><item><title>Re: Gogs: Go Git Service - A self-hosted Git service written in Go</title><link>http://gogs.io/docs/installation/configuration_and_run?lang=en-US#comment-2353756661</link><description>&lt;p&gt;Creating the following table in mysql, solved my migration issue.&lt;/p&gt;&lt;p&gt;create table attachment (&lt;br&gt;	id bigint(20) NOT NULL AUTO_INCREMENT,&lt;br&gt;	uuid varchar(255),&lt;br&gt;	issue_id bigint(20),&lt;br&gt;	comment_id bigint(20),&lt;br&gt;	release_id bigint(20),&lt;br&gt;	name varchar(255),&lt;br&gt;	created datetime,&lt;br&gt;	PRIMARY KEY (id),&lt;br&gt;	UNIQUE (uuid)&lt;br&gt;	);&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Wed, 11 Nov 2015 11:58:56 -0000</pubDate></item><item><title>Re: Gogs: Go Git Service - A self-hosted Git service written in Go</title><link>http://gogs.io/docs/installation/configuration_and_run?lang=en-US#comment-2353614412</link><description>&lt;p&gt;Should I just create an empty table, is there a SQL statement that you could share?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Wed, 11 Nov 2015 10:36:45 -0000</pubDate></item><item><title>Re: Gogs: Go Git Service - A self-hosted Git service written in Go</title><link>http://gogs.io/docs/installation/configuration_and_run?lang=en-US#comment-2352344771</link><description>&lt;p&gt;Failed to migrate from v0.5 to v0.7.0.1107 Beta with the following error message -  [...s/routers/install.go:63 GlobalInit()] [E] Fail to initialize ORM engine: migrate: do migrate: select attachments: Error 1146: Table 'gogs.attachment' doesn't exist&lt;/p&gt;&lt;p&gt;./gogs web exits. Please help!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Tue, 10 Nov 2015 15:09:01 -0000</pubDate></item><item><title>Re: For Google’s 15th Birthday, Search “Google In 1998″ For A Flashback</title><link>http://searchengineland.com/google-15-birthday-1998-172754#comment-1059932440</link><description>&lt;p&gt;Danny Sulivan's article about Google in 1999 &lt;a href="http://web.archive.org/web/19990429164753/http://searchenginewatch.internet.com/sereport/9808-clicks.html" rel="nofollow noopener" target="_blank" title="http://web.archive.org/web/19990429164753/http://searchenginewatch.internet.com/sereport/9808-clicks.html"&gt;http://web.archive.org/web/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Thu, 26 Sep 2013 11:57:17 -0000</pubDate></item><item><title>Re: For Google’s 15th Birthday, Search “Google In 1998″ For A Flashback</title><link>http://searchengineland.com/google-15-birthday-1998-172754#comment-1059931392</link><description>&lt;p&gt;From the Google website in 1999: Danny Sulivan quoted us in his mailing list at &lt;a href="http://SearchEngineWatch.com" rel="nofollow noopener" target="_blank" title="SearchEngineWatch.com"&gt;SearchEngineWatch.com&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Thu, 26 Sep 2013 11:56:26 -0000</pubDate></item><item><title>Re: Social Cookbook: an open source Open Graph app - Bret Taylor's blog</title><link>http://bret.appspot.com/entry/social-cookbook-an-open-source-open-graph-app#comment-321417535</link><description>&lt;p&gt;Bret, thanks for sharing your code.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Tue, 27 Sep 2011 21:35:46 -0000</pubDate></item><item><title>Re: http://dosvidaniyamama.tumblr.com/post/10310502647</title><link>http://dosvidaniyamama.tumblr.com/post/10310502647#comment-315106082</link><description>&lt;p&gt;The November 1891 issue of the Atlantic had a profile of Tolstoy at home in Yasnaya Polyana written by Isabel Hapgood, I remember reading it last year as recommended by Arts and Letters Daily. &lt;a href="http://www.theatlantic.com/magazine/print/1969/12/count-tolstoy-at-home/8287/" rel="nofollow noopener" target="_blank" title="http://www.theatlantic.com/magazine/print/1969/12/count-tolstoy-at-home/8287/"&gt;http://www.theatlantic.com/...&lt;/a&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Mon, 19 Sep 2011 14:22:48 -0000</pubDate></item><item><title>Re: A guide to the new FRONTLINE look | Inside FRONTLINE | FRONTLINE | PBS</title><link>http://www.pbs.org/wgbh/pages/frontline/beta/inside-frontline/a-guide-to-the-new-frontline-look/#comment-290167215</link><description>&lt;p&gt;The new website is very well organized and I like the Archive page with thumbnails, and the topics page is excellent.  I have not spent time watching the videos yet, do it later when I get home.&lt;/p&gt;&lt;p&gt;One suggestion: The main story right now on the page and the article below the four stories right now share the same image. It would be better if the image were not the same, as it happens the main story and the article have different content, even though they discuss the same topic.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shakeel</dc:creator><pubDate>Thu, 18 Aug 2011 12:11:38 -0000</pubDate></item></channel></rss>