Jens Rantil

Results 132 issues of Jens Rantil

Improvements to http://docs.python-guide.org/en/latest/scenarios/network/#pyzmq; Mention that it supports in-process message passing, inter-process message passing and tcp message passing.

Poor man's profiling of a JVM: ``` $ for i in `seq 1 300`;do jstack $(pgrep java) > $i.jstack;sleep 1;done;zip profile.zip *.jstack;rm *.jstack ``` ...and then uploading `profile.zip`. I'm tired...

help wanted
import source
charity donation bounty

**What I did:** 1. Enabled protected branch for `master` branch including "Require pull request reviews before merging". 2. Created a pull request to merge something into `master`. 3. Commented `bors...

We are big fans of jQuery and I stumbled across [this post](http://blogs.cozi.com/techold/2008/04/javascript-erro.html) that talks about how to catch errors in jQuery. Obviously not everyone are interested in this, so I...

JavaScript

I enlighet med att man inte skriver "mail" på svenska, utan "mejl"[1] så tycker jag att vi även ska ha svensk stavning av nuvarande bruk. [1] http://blog.svd.se/sprak/2011/06/09/mail-eller-mejl/

https://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pserve.html#cmdoption-pserve-reload

https://github.com/cespare/reflex

A common scenario is that there are no downstream services available. In that case this library will panic ([referencing first item in an empty list](https://github.com/bitly/go-hostpool/blob/master/hostpool.go#L143)). I'd expect to get an...

These two pages claim that `root` user privileges is required to authenticate against PAM: - https://developers.yubico.com/yubico-pam/YubiKey_and_FreeRADIUS_1FA_via_PAM.html - https://developers.yubico.com/yubico-pam/YubiKey_and_FreeRADIUS_via_PAM.html Are you really sure this is required? AFAIK, the process must have...

Readme states > Supports all API endpoints (http://www.consul.io/docs/agent/http.html), all consistency modes and parameters (tags, datacenters etc.) Proposal: Change that text to fixate which version of Consul is fully supported.