Kyle Fazzari

Results 215 comments of Kyle Fazzari

It seems like `find_by!` probably _should_ be passing that to the exception. One could make the case that it should include ALL the requested attributes on the exception instance, but...

This is happening to me, too. It's particularly frustrating because it's only building from source because it [can't access rubies.travis-ci.org right now](https://github.com/rvm/rvm/issues/5481), so the change is behavior isn't due to...

I have no insight into this. The snap isn't doing anything to force it. There doesn't appear to be anything we _could_ do to force it, so I'm pretty sure...

As you can see at the link I posted, `upload_tmp_dir` is checked _after_ `tempdirectory`. However, I mostly paid attention to the title of this issue: "tempdirectory directive is ignored." In...

> /tmp/snap-private-tmp/snap.nextcloud/tmp/ and not in /tmp/ > But, maybe that is a snap thing? Yes, each snap gets its own little slice of `/tmp` for confinement purposes. > Since there...

Yeah that seems just fine to me.

Thanks @brandond. We figured we'd run into some rough edges using dual stack!

Hmm, I'm using an ipv6 bind address without issue.

Yes, it does. And it makes sense that would trigger the Release snap action given [this](https://github.com/nextcloud-snap/nextcloud-snap/blob/b17b7ea57e89775832aebbd89493b67196b48a3c/.github/workflows/release-pr-snap.yml#L3-L7): ``` on: workflow_run: workflows: ["Run tests against changes"] types: - completed ``` But then...