Casper Rooker

Results 4 issues of Casper Rooker

The Vertx Core docs on the topic of Http have various mistakes which reduce readability. Examples: - A paragraph with the heading "[Reading the request body](https://github.com/eclipse-vertx/vert.x/blame/4.1.0/src/main/asciidoc/http.adoc#L1053)" refers to the **response**...

bug

I suspect this method handles all encoding for postgres timestamps for the vertx pg client: https://github.com/eclipse-vertx/vertx-sql-client/blob/98c50d8cb463e352931688ff35948435c3abefef/vertx-pg-client/src/main/java/io/vertx/pgclient/impl/codec/DataTypeCodec.java#L1078-L1085 It uses [LocalDateTime.until()](https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html#until-java.time.temporal.Temporal-java.time.temporal.TemporalUnit-) to truncate down to whole microseconds. The JDBC driver for PGDB...

https://github.com/allure-framework/allure-python/blob/master/allure-behave/src/hooks.py#L53 `start_feature` was recently removed from listener.py, but hooks.py still calls this function.

bug
theme:behave

The shell command given in the example from the readme is as follows: ``` while true; do while true; do echo "`(uptime | awk -F'[a-z]:' '{ print $2}' | awk...

bug