Jürg Hunziker

Results 7 issues of Jürg Hunziker

**Describe the bug** When I call `.toMatchSnapshot()` on a string which contains newline characters "\n" the snapshot gets saved with newlines inside: ``` My Heading My Div ``` When I...

bug

In the library there are several checks if the `srcset` attribute is supported in the current browser. If the browser doesn't support it it sets the given `imagePath` to the...

I enhanced the meta diff UI to also work with multiple meta values for one field.

This implementation ensures that all meta fields of a post get added to the new revision (even if there are multiple entries with the same meta key).

Problem is discussed in Sencha forums: http://www.sencha.com/forum/showthread.php?246222-Problem-with-Click-Event-on-a-Leaflet-Map

bug

**Describe the bug** I've created a custom entity `Cut` which looks like the following: ``` @Entity() export class Cut extends VendureEntity { constructor(input?: DeepPartial) { super(input); } @ManyToOne(() => OrderLine,...

type: bug 🐛
@vendure/core
ORM