Florian Liebig

Results 12 comments of Florian Liebig

I tracked this issue (or maybe a similar one?) down to ``` const CODE_BLOCK_R = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/ ``` https://github.com/quantizor/markdown-to-jsx/blob/acd970dc7be8f2390ed916fe1b1cf0874a8534f6/index.tsx#L186C1-L187C1 being checked in https://github.com/quantizor/markdown-to-jsx/blob/acd970dc7be8f2390ed916fe1b1cf0874a8534f6/index.tsx#L937 Tester for catastrophic backtracing: https://regex101.com/r/85LH2r/1 For...

Removing the round(..) solves the issue for this particular problem.

It seems to conflict with "Grundeinstellungen > Storefront > Warenkorb / Artikeldetails > Netto-Bestellungen konsequent auf 2 Stellen runden" Which is set to now at our site.

For me this works fine on latest trunk ![Image](https://github.com/user-attachments/assets/b26ca826-b2f8-466f-b0a7-36b1de290afc) ![Image](https://github.com/user-attachments/assets/7d252e98-c2c4-4e91-87c3-0cb8fd41a5b7)

Exactly same here. Debugged with proxy and there is even a HTTP call to the endpoint returning 404. Logging the fetch itself then seems to return the stale data from...

Traced it down more or less: https://github.com/vercel/next.js/blob/6d7ced47babace09f5ab1cf5a43ba26d88d984ac/packages/next/src/server/lib/patch-fetch.ts#L601 I think for 404 this should delete / revalidate the cache entry somehow or force it not to take it from cache. Because...

Can not reproduce without Commercial plugin with this config in latest trunk with php 8.2: ``` shopware: redis: connections: persistent: dsn: 'redis://127.0.0.1:6379/1?persistent=1' cart: storage: type: 'redis' config: connection: 'persistent' framework:...

Hey @mitelg - may I ask you to also add the hacktoberfest-accepted label as this is closed, not merged if possible.

Good point @OliverSkroblin - was thinking the same, but struggling to find a way to query SalesChannelProducts. Will investigate on that and most likely open a new PR or rebase...