Michael Bromley

Results 57 issues of Michael Bromley

## The Problem There are several places where Vendure core makes use of caching in order to significantly improve performance: - We have the TtlCache class which is used in...

@vendure/core
type: feature ✨
design 📐

### What happened? I attempted to run `npx code-pushup` and got the following error: ``` Cannot create a string longer than 0x1fffffe8 characters ``` ### What would you expect to...

🐛 bug

We use a number of dependencies which can be dropped and replaced with built-in cryptographic functionality that is now part of Node/web platform: - remove `sha.js` (use crypto Web API...

dependencies

# Description This is still in progress. It will add the ability to precisely position action bar items in relation to others, and even replace built-in action bar buttons.

**Describe the bug** When on the facet list in the dashboard, the "view values" (or "+16 more") button is supposed to open a side panel displaying the facet values of...

type: bug 🐛
@vendure/dashboard
core-team

**Describe the bug** This is a follow-on from an issue that emerged from: - https://github.com/vendure-ecommerce/vendure/issues/3727#issuecomment-3529551487 In Vendure v3.5.1 we are introducing support for compiling ESM-based Vendure projects with the Dashboard....

type: bug 🐛
@vendure/dashboard

### Summary The Dashboard uses the [lingui](https://lingui.dev/) library to handle UI translations. As part of this, there is a compilation step that internally uses the `@swc/core` package. Recent updates to...

@vendure/dashboard