Michael Bromley

Results 57 issues of Michael Bromley

The Hyper terminal (https://hyper.is/) has a black "chrome" area (the bar at the top with the app icon and close/maximize buttons). This looks cool and we should have it too!...

enhancement

The root mean squared method of determining volume is apparently a good way to go. Should provide a util for calculating this from the ft array.

enhancement

Currently you can change the parameters of a visualization and those changes will persist for the duration of the app life. Next time you open it, all defaults will be...

enhancement

It is helpful when building a visualization to see the frame rate, so one can optimize things. The current way to do this is to open the dev tools and...

enhancement

When changing settings, the changes should be locally persisted so that when reloading the visualization, the defaults are not automatically loaded. This also implies there should be some kind of...

enhancement

**Is your feature request related to a problem? Please describe.** It is quite common to have a promotion that entitles the customer to a free gift. Currently we are able...

@vendure/core
type: feature ✨
design 📐

**Is your feature request related to a problem? Please describe.** When using the BraintreePlugin with the `storeCustomersInBraintree` option set to `true`, the payment handler will automatically persist any card data...

type: feature ✨
@vendure/payments-plugin

### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? Yes ### Description When a url contains parentheses such as `localhost:4200/(1)`, the router will...

area: router
area: server

**Describe the solution you'd like** The ability to create an Asset which links to a remote URL (e.g. Vimeo or YouTube) and the AssetServerPlugin generates an appropriate preview image and...

@vendure/core
type: feature ✨

## Background When developing a storefront or other client app, some developers like to work with an "SDK" (software development kit). This is typically a package you can install which...

design 📐