Nick Spacek

Results 9 comments of Nick Spacek

My suggestions to resolve: 1. Update all examples to use URLs that include scheme. 2. Add an additional example to illustrate how the server URL is determined when relative URLs...

I started a bit of work on this, might have more later this week.

I wonder if it would be possible to leverage https://github.com/quicktype/quicktype for JSON Schema messages? OpenAPI has a similar need for this as well, but leveraging existing code generation for JSON...

I threw together a prototype using a Quicktype filter that spits out Java mappings but haven't played around to see how robust the results are. I wondered about exploring the...

Have a gander: nickspacek/generator@08520bc

Over at https://github.com/nickspacek/pinafore/tree/specific-instance I hacked in a couple of environment variables that adjust the display and behavior of login to support single instance mode. I wonder about having a config...

To be honest I haven't touched this project (or even written code in Perl) in quite some time. Seems like an easy enough error to fix, but by putting this...

You already can do this using the normal jQuery options passing and extending: $( '.placepicker' ).placepicker({ formSelectors: { street: '[name=streetaddress]', province: '.province' } }); Is that what you mean? Take...

Thanks for reporting this stuff though! Keep it coming. This just shows that I need to document the options better.