Florian Wild

Results 4 issues of Florian Wild

Handling curve points goes complete haywire when a view's "half resolution" feature is turned on. Using v2.8.4 on Godot v3.4.2.stable.mono.official [45eaa2daf]

This expression never yields `false`: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/routes/checkout/index.tsx#L74 ...since the initialized value is `0`, not `null`: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/routes/checkout/index.tsx#L61 Setting `null` as the initial value messes up the address selectors default selection, so this...

bug
help wanted

The user is currently able to log out from `/account/history`, `/account/addresses` and `/account/password`, so this mechanism should be revised: https://github.com/vendure-ecommerce/storefront-remix-starter/blob/e32cebdf914a5667cabca5d45089a0865489a248/app/root.tsx#L57 Otherwise the log-out does not get reflected until a full...

bug
help wanted

**Describe the bug** The price including taxes displayed in the `product-variant-detail` section seems to be based on the plain value, i.e. not affected by a ProductVariantPriceCalculationStrategy. Everywhere else though, any...

type: bug 🐛