Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
sham
Sham test data generation library
-
geb-cucumber
Cucumber bindings for common Geb page interactions
-
grails-miniprofiler
Miniprofiler plugin for Grails
-
miniprofiler-jvm
MiniProfiler implementation for Java and JVM-based Languages
-
address-jvm
A Java library for storage and validation of international addresses
Java 2
-
cucumber-variables
A library for developers writing cucumber-jvm steps to bind and access variables with natural language
75 contributions in the last year
Contribution activity
May 2019
April 2019
Created an issue in jOOQ/jOOQ that received 1 comment
Add support for CREATE TEMPORARY TABLE IF NOT EXISTS
Use case: Postgres lacks support for temp tables whose structure is set once, and then whose data is per session (like e.g. Oracle). Instead temp t…