Michael Bromley

Results 750 comments of Michael Bromley

Assigning to @zmilan

Hi there, Right now, no. I'm undecided about this repo - currently I don't have the time to develop it to the degree I would like at the same time...

Hi, There are 2 aspects to the typings of the custom fields: 1. The typings of the server-side entities. This is covered by the `declare module '@vendure/core' { ...` code...

Reproduction: 1. Create a Promotion with 5% off all products with the "photo" facetValue 2. In the demo storefront, add a camera to the order 3. Browser hangs. Most likely...

@talesmgodois Yes, `Order` is the name of the entity used by the server, whereas "Cart" is used in the storefront as a more familiar term for customers.

Hi, yes, your understanding of the environment.ts file is correct - it is compiled at build-time and is typically executed in the browser, so the env vars will not work...

Started implementing the above plan but ran into an issue where the ng cli does not yet support copying assets from a library. I need this for the translation files...

Idea: we can assign a unique ID to any visualization by creating a hash of the name + strigified `params` object. This ensures that presets will be compatible with the...

I read through the Hyper source and the way they do it is by having a [frameless window](https://github.com/electron/electron/blob/master/docs/api/frameless-window.md) and then drawing the buttons themselves in HTML.

Hi, Thanks and thanks for the report. Let me get this straight: 1. You open SKQW and select an audio source which is *not* the one selected by default. 2....