ingemar

Results 5 issues of ingemar

When using `ActiveRecord::AttributeMethods::Serialization`, columns doesn't get serialized properly.

active_record
compatibility

Hi Alex, Do you still consider a nearby search for Google Places API irrelevant to this project, as mentioned here #327 ? Otherwise I'd be happy to submit a pull...

feature

## Description Qasa's graphical profile has been updated, along with its logo. Changes: - Replace the old logo with the new one ## Checklist - [x] I confirm that I've...

**Background:** The `#ioctl?` method in `TTY::Screen` was only rescuing `SystemCallError`, causing unexpected exceptions to propagate when the method is called on streams that lack `#ioctl` support. This can happen when...

### Describe the problem When `TTY::Tree::PathWalker` is given a `level`, the walker unexpectedly omits directories on the last level. ### Steps to reproduce the problem ```rb walker = TTY::Tree::PathWalker.new(level: 2)...

bug