Ellis Percival
Ellis Percival
What you see here is my current understanding of uPnP - I learned it while writing this library :) I think perhaps we can add something to make handling the...
I've added event subscription/renewal/deletion to the library. In the next episode I'll add a way of parsing the responses too. Leaving this issue open until then.
Yeah, that could do with a bit of attention, you're right. I wonder if there's a way to include their uPnP 'type' so that we can provide (un)marshal and validation...
Good work! I had a quick look through just now - looks good. If you've got time, I'd appreciate it if you could update the Readme to reflect the changes,...
I'll investigate why this is happening, but in the meantime, `pip3 install wheel` might fix this for you.
How should I check for a 404 error from the server then?
Sorry, I still don't understand. I appreciate your responses but you're really going to have to spell it out for me I'm afraid. I recognise that a generic error is...
I've hit this same error message after removing the `.terraform` directory and running `init` and `plan` again. EDIT: I should add that I'm using remote Terraform state. I'm using the...
> So it seems it doesn't handle symlinks well This is actually what's causing my issue as well. The full path to this terraform project on my local filesystem is:...
This is still an issue on Wagtail 2.16.1 with Grapple 0.14.1. @zerolab might be worth reopening this Issue? It does break queries that use `StreamFieldInterface.rawValue`.