Bas
Bas
Yes, the celery script already supports this.
I'm currently waiting for my pull requests to be pulled before I start working on implementing libgit2 because I can't be bothered with dealing with (if any) merge conflicts or...
> My thoughts on this feature: I’m not sure how well these graphs fit into the general idea and current state of klaus. Depending on the way it's implemented (client-side...
Do you want to implement the other git module first or do you not want to work on this application anymore. If the latter is the case then I'll just...
You could just look for the first video element ```js document.getElementsByTagName('video')[0].webkitSetPresentationMode("picture-in-picture") ```
Does windows even verify binaries at all?
yes I'm Dutch and also from Eindhoven. I'm locally doing a rewrite of both the api and the app. I'm not gonna add a feature to get the list of...
Let me have a look at the test
`r = requests.post('https://api.pushjet.io/subscription', params={ 'uuid': '\''+str(uuid)+'\'', 'service': MY_SERVICE_ID })` should most likely be `r = requests.post('https://api.pushjet.io/subscription', params={ 'uuid': +str(uuid), 'service': MY_SERVICE_ID })` From what I can infer from your code...
From what I can gather your current proposal is a server-generated key that can be used for AES encryption. Is this correct? I was toying around with public key encryption...