Carsten Brandt

Results 137 issues of Carsten Brandt

There are actions that are performed on issues labeled with e.g. `needs more info` and are performed if there has been some amount of time with no activity on that...

enhancement

When neo4j becomes unavailable while running a query, the connecting process does not terminate with an exception but stays in an infinite loop, utilizing 100% CPU: ![bildschirmfoto von 2017-12-23 01-05-52](https://user-images.githubusercontent.com/189796/34315263-9db75610-e77d-11e7-90fe-00af3e493026.png)...

``` git clone https://github.com/xDarkice/soup-sharp cd soup-sharp ./autogen.sh make ``` results in ``` Making all in sources make[1]: Entering directory `/opt/soup-sharp/sources' /usr/bin/gmcs -nowarn:169 -unsafe -target:library \ AssemblyInfo.cs -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll generated/*.cs -out:../out/soup-sharp.dll AssemblyInfo.cs(11,12):...

### What steps will reproduce the problem? Common use case is that Number inputs allow `.` and `,` but it could also be possible to allow formatted input like `1.024,56`...

type:docs
type:test

LinkPager shows page number starting from 1 and urls generated by Pagination are also 1 based. However the `data` Html attribute is 0 based: https://github.com/yiisoft/yii2/blob/master/framework/widgets/LinkPager.php#L213 Is there a specific reason...

### What happened? ``` # terraform apply [...] # hcloud_rdns.cloud_ftp_ipv4[0] will be created + resource "hcloud_rdns" "cloud_ftp_ipv4" { + dns_ptr = "ftp1.ftp.cloud2.[..]" + id = (known after apply) + server_id...

bug