J Anderson

Results 10 issues of J Anderson

I have a fairly large set of markers. It would be helpful if I could update a single marker like to change the image, hide it, or remove it all...

feature request

We should add a way of specifying insets based off size class because the current way is to do something like `BrickSection(bricks: [...], inset: self.traitCollection.horizontalSizeClass == .compact ? 0 :...

The readme.md is out of date and should be updated to swift 3

We need to mark ‘registerBrickClass’ as deprecated and removed it form the example app and tests as it’s done automatically now.

Android brickkit supports dragging and dropping cells we should too.

The current output of compress is something ``` input size: 186 KB output size: 34 KB compression ratio: 5.389352 ``` Having an option to have the input and output sizes...

It would be helpful if the output of `noz` had an option for csv in compress mode Maybe an option like and it would default to stdout ```--output csv|stdout|none``` With...

When the WMM expires the file can still be used for a year. Such as when you send in a date such as 12/31/2015 it would still be able to...

I added a save function, it uses the NSKeyedArchiver to encode the path and load it back out again.