Scott Vitale

Results 7 issues of Scott Vitale

Addresses #1977 **Summary** This adds a new custom header `Follow-Redirects` to the Prism proxy. If unspecified, Prism will continue following its current behavior of following redirects and returning the final...

I'm not sure if anything else is required. I updated the snippet in the client folder and then verified that it showed as version 2.2.7 in the browser.

Need to add new methods to support reading Type B tags and their contents.

enhancement
help wanted

I'm not sure if something like this is desired in pylabels, but since I needed to build a library of predefined specifications for my own use, I thought I would...

When using this input, it's not possible to clear or reset the input. Example usage: ``` {{phone-input initialCountry="us" number=phone update=(action "phoneUpdated")}} ``` On form submit, I call `this.set("phone", null)`, but...

bug
help wanted

The existing _sanitize() method only cleaned datetime instances if they were root values in the request payload. By extending the default JSONEncoder class, we can easily support serialization of datetime...