John Bolliger

Results 23 issues of John Bolliger

Currently I am using ActiveInteraction to build out service objects for each of my models. As of right now `annotate` doesn't easily allow for adding more directories with models to...

reviewed
needs-more-info

I'm using `1.0.5` with Postgres 12.3. ``` user_hashes = {name: "John", verified_at: Time.now } outcome = User.import( user_hashes, validate: false, returning: [:name, :verified_at] ) puts outcome.results => [ 1, "John",...

When running the following command ``` xvfb-run --auto-servernum --server-num=1 /usr/local/bin/webkit2png -t 5 "http://www.weather.com/news/weather/video/more-wintry-precip-for-south" -o test.png -g 1200 1200 -F javascript Segmentation fault (core dumped) ``` in /var/log/syslog I get the...

**Describe the bug** When a ASCollectionView is wrapped inside of a NavigationView and you present a Sheet View with an editable field. If you are focused on the editable field...

Hi, thanks for making this clean example of adding a searchbar. I've been looking but unable to find a way to show the SearchBar by default without having to pull...

``` rails 6.1.4.1 activerecord-jdbcpostgresql-adapter (61.1-java) activerecord-jdbc-adapter (61.1-java) jdbc-postgres (42.2.14) ``` `jruby 9.2.19.0` on `openjdk8` ``` application.rb config.time_zone = "UTC" ``` ```sql Table "public.foobars" Column | Type | Collation | Nullable...

Selenium allows for blank/null window names when resizing, if left blank the current window is used. `ggr` seems to think that `session/{{session_id}}/window//size` is invalid because of the double `//` and...

bug

Is there a configuration option that allows for the hostname and or database name to be included in the `pgbouncer cannot connect to server` error message? I looked through the...

This adds filtered attributes for `#inspect`