2015

Remove page x
article thumbnail

7 common mistakes in Go (2015)

SPF13

func (page *Page) saveSourceAs(path string) { b := new(bytes.Buffer) b.Write(page.Source.Content) page.saveSource(b.Bytes(), path) } func (page *Page) saveSource(by []byte, inpath string) { WriteToDisk(inpath, bytes.NewReader(by)) } Stop Doing This!! https://github.com/spf13/hugo/blob/master/hugolib/page.go#L582.

Examples 204
article thumbnail

Using Vagrant with OpenStack

Scott Lowe

I tested this combination using the following software versions: The client system was running OS X 10.9.5 First, install the OpenStack provider plugin (obviously, this only needs to be done once): vagrant plugin install vagrant-openstack-provider. Next, create a Vagrantfile with the right settings. More Details. with Vagrant 1.7.4.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Constant 50% usage on iPhone running iOS8

Sean Daniel

x, I am on the Rogers network in Canada. Answer #3 on this page indicated that if you sync''d your phone against an Exchange server, contacts would have issues now and then. I don''t usually publish break/fix stuff here, but I couldn''t find ANYTHING on the Internet that helped me solve this one, and I think I''ve nailed it.

Backup 57
article thumbnail

Digital Master Tuning #85: Is the New Age of Digital Paradigm Associated with Deep Ecology

Future of CIO

Increasingly, we should see value in being mindful of, and of surfacing the paradigm in question -- of "we're here to engage in a structured inquiry; an inquiry around topic X, and we convene in this way." The idea of digital paradigm -- and paradigm shifting, starts from mind shift.

article thumbnail

Using Git with GitHub

Scott Lowe

OS X is one such system.). As I mentioned in the introductory Git post, I also found GitHub’s online help pages to be useful, and I really encourage you to read the Pro Git book by Scott Chacon. To ensure that you have permissions to push changes to the repository, GitHub would prompt you for credentials. Additional Resources.

System 60
article thumbnail

CIO’s Digital Agenda X - Running a Digital-Flavored IT

Future of CIO

million page views with about 2300 blog posting in 59+ different categories of leadership, management, strategy, digitalization, change/talent, etc. Digital Flavored IT helps business to build a competitive set of capability and improve business agility. The “Future of CIO” Blog has reached 1.1

Agile 40