Github badges?

2017-02-16 Thread Casey Marshall
I'd like to show off snaps for my Github projects with a nifty little badge, like Travis CI, Appveyor, godoc, crates.io. It could have the snap version in it, and link to a nice simple landing page with release history, instructions on to install the snap, stuff like that. Are there any plans for

ANN: WaveFunctionCollapse (wfc-cmars)

2016-10-03 Thread Casey Marshall
Last week I discovered WaveFunctionCollapse[1] via Hacker News. It generates bitmap images that are locally similar to a sample image you give it. Looks really useful to generate maps for roguelikes, or algorithmic art. I wanted to play with it, but ran into a couple of blockers: it's C#, and it d

ANN: the_platinum_searcher & j2

2016-10-02 Thread Casey Marshall
I've recently snapped pt, the platinum searcher ( https://github.com/monochromegane/the_platinum_searcher). snap install pt-cmars And also j2, a command-line jinja template processor. Really useful for processing templates from shell scripts & Makefiles. snap install j2 Enjoy, Casey -- Snapcra

Interface for accessing /dev/net/tun

2016-09-03 Thread Casey Marshall
I'm trying to write a snap for OpenVPN with some wrapper scripts that automate PKI setup, IP masq, etc. My goal is to be able to setup an OpenVPN server with a single command, and then issue new clients with a single command. I'm using strict mode, because that's how I roll. I've added the firewal

Setting release version in snapcraft build

2016-09-01 Thread Casey Marshall
When automating the build process for snaps, I'd like to be able to provide the release version as an argument to snapcraft, which could then be used as a variable in the snapcraft.yaml. For example, say I'd like to release "foo" version "1.2.3". I'd then like to build the snap with version: 1.2.3