Denis Brodbeck
Denis Brodbeck
I agree, Admins/Devs should be made aware, that they should use a ULA (Unique Local Address) space, when assigning ipv6 address space to their virtual networks. Emphasis on **unique**. Here's...
Oh no, how embarrassing:confounded: Cleaned up `GOPATH` and installed `mercurial` and now it works. Both `dep init -v` and `go get -v gonum.org/v1/plot/...` ran through without issues. Two hours ago...
Hmm, IMO it's just a minor issue. I've looked up the `go get` documentation and in the end `go get` handles this rather clever. Given the output: ```log Parsing meta...
@khoivan88 I think there's an issue with the `minus` in `epush-general:`. If I remove that, your example works for me. ```yaml --- title: Some Title epushgeneral: id: epush-general title: 'General...
> Also, I thought that if you don't declare the language in front matter, it is default to yaml? It *is* `yaml`, but probably with a little bit of extra...
If you select the font from [google fonts](https://fonts.google.com/specimen/Open+Sans?query=open+sans&sidebar.open&selection.family=Open+Sans#standard-styles) and select the `Embed` option, you get the this link `` Calling the `https://fonts.googleapis.com/css2?family=Open+Sans&display=swap` link in your browser gives you: ```css /*...
@gilescope it was on the app store several years ago. I've still got it on my iphone, although it won't start any more, probably because it got pulled from the...
Not sure, what the issue is without seeing more of your example code. Here's a minimal and totally functional project creating pages from `_data` files. Titles work. ```js // .eleventy.js...
This. Under which license are images generated with gopherize.me? Are they safe for usage as a logo in an [open-source project](https://github.com/denisbrodbeck/machineid)? Under what attribution?
An running example would be helpful. Pagination works fine for any given collection, so it's impossible to guess from your snippet alone, what the issue might be.