Gabriel Simmer

Results 70 comments of Gabriel Simmer

Closed until concept can be fully fleshed out and I can justify the effort to implement it.

Opening this back up, I think we can use https://github.com/containous/yaegi to implement this!

Oh, neat! Was digging through the code and must have missed this - thanks :)

Oh, right, I remember why this didn't occur to me https://github.com/octodns/octodns-cloudflare/blob/v0.0.4/octodns_cloudflare/__init__.py#L188-L189 From what I'm reading, this effectively overrides the ttl of `1` every time? From my testing the TTL of...

Wanted to revive this - it looks like as of https://github.com/mastodon/mastodon/commit/e49819142f98a94ba44e24aa093815bf74afab05#diff-edece8d1bd75b2b4199f216f1346d4d5a4cec5dce1f2c0c9d0b18fa41be70830 statsd is removed but I don't see any indication of what might replace it.

I find the removal of the `.keywords()` functionality a little frustrating, and haven't found a satisfactory replacement for it - my use case is a static site generator, and my...

Hm, I'm unable to replicate this and just recently setup the WinPE stuff myself. What does the layout in the x64 directory look like? How did you produce the files...

I've also encountered this issue ([here](https://github.com/gmemstr/vscode-circleci/blob/master/src/extension.ts)). I might try digging into vscode a bit to see what's up, but as far as I can tell (and I'm relatively new to...

Something I'm curious about is the use of Alpine as the base - I've writen my own Dockerfile using a Debian base that also builds the project in the container...

`orb init` assumes your repository is completely empty, without any branches or content, and initialises both the `master` and `alpha` branches. I think being able to specify an alternatively default...