Rusty Zarse

Results 8 issues of Rusty Zarse

[CodePen here](https://codepen.io/levous/pen/gvoKbm) no matter how I override, extend or register ImageFormat, the overridden `format(name, value) ` is never entered. I can break into `static formats(domNode) ` and style is being...

Enables selecting a range of dates. Resolves #32 Select a range of dates ![Range of Dates](https://i.imgur.com/7YNhhtz.gif)

This PR: * removes dependency on CocoaPods from the playground app and references the library Package.swift instead. * updates code where deprecations warnings were prompted by the compiler * adds...

When using Fuseable protocol, the key to be searched is replaced with the value at runtime. The README indicates the expected report will contain the name of the property, not...

This change fixes #33 The FuseProperty.name is used to retrieve the property value when possible but reverts to its current behavior using the key as the searchable text when reflection...

Awesome work on this control! I added the ability to fan the liquid buttons up and out from the origin. I slightly refactored a couple of functions to simplify but...

While it uglifies the code, it is best practice to prefix both class names and any category methods with some uniquish characters. JJD would be appropriate. Without namespaces in Cocoa,...

When attempting to run `yarn http-serve` this project as described in the README, on a Mac, I encountered... ``` $ http-server-spa dist index.html 8080 [ERR] Could not start server, fallback...