Pete Hotchkiss

Results 6 issues of Pete Hotchkiss

Having some fun and games around getting the app to behave it's self with routing. If I try to add a basic route into the out-the-box install, webpack compiles with...

This may well be intended behavior - but I'm puzzled as to why a variable imported into a wild card name space returns false for `global-variable-exists` checks _a.scss_ ```scss $foo:...

needs info

I could be completely missing this in the documentation, but I can't see where there is a way to have handlebars / MD in a components notes file render a...

question
feature-request

As far as I can make out, if I register a data supplier in a plug-in eg ``` registerDataSupplier('public.text', 'menu label A', 'MyDataSupplier'); ``` The function that the action is...

## Icon Request * Icon name: Vessel / Boat * Use case: Part of the _Transport_ collection * Screenshots of similar icons: (material design) ![image](https://user-images.githubusercontent.com/16895748/235849434-5945e395-3471-4a52-9285-15aea091dd19.png) ## Upvote & Fund -...

icon request

Should the definition for AsyncValidationOption in `validate.d.ts` not include an optional format property i.e. ``` export interface AsyncValidateOption { wrapErrors?: Function; prettify?: Function; cleanAttributes?: boolean; format?: string; } ```