Jeena Paradies

Results 62 comments of Jeena Paradies

I think it is kind of rude to just send tens of meaningless webmentions to some article where they show up while developing your webmention implementation, especially at the beginning...

http://aaronparecki.com/notes/2013/10/12/2/indieweb is a good example of where people use a another persons blog entry to test their own implementations.

But even if you fetch the subscription list first, in the meantime you perhaps add a new one which will not be in the cache, or if you change the...

I don't see a problem with the 401, the check must be done if someone tries to get the resource, and it doesn't matter if it is because they clicked...

No mostly I wasn't thinking about a frontend server at all, but perhaps you're right.

It is NSData and you should parse it with a JSON parser. Then you will be able to read what it says. In Lion you can use for example: ```...

Just for my understanding, does this mean that there is no way to use webkit2gtk in rust with gtk4 right now and for the foreseeable future?

I need it because I have an (HTTP) API where clients expect that information in listings of albums, tracks, playlists, etc. so they can show the duration before they got...

Yes that would work quite ok I think. How would I chose the Generic plugin instead of the native one, would it be during compile time or during runtime? I...

Thanks for the explanation, actually it didn't occur to me that this was supposed to be used as a library because it works so nice selfcontained with the daemon. Ok...