Oliver Rivett-Carnac

Results 29 comments of Oliver Rivett-Carnac

Sounds related to https://github.com/excalidraw/excalidraw/issues/3693. Unfortunately it's been years and still no response to the issues.

@kke I think since Sequoia the menu options have changes since I cannot find the documented section to allow the app to run properly.

I tested immediately after updating to 1.4.4 and it still hung. When it happened I was scrolling with the mouse wheel and near the bottom the scroll "jumped" right to...

How do you work on multiple documents in parallel? The UX with the PWA apps is that each would be separate allowing for multiple document editing ... alas this is...

Great work, and beat me too it! I think it's a good idea to leave the CLI to take parameters and let the GUI do the easy mode bits. I'd...

Related to https://github.com/magento/data-migration-tool/issues/869

Related to https://github.com/magento/data-migration-tool/issues/869

I was able to get it to start now by creating a `.warden/warden-env.yml` file and providing the following: ```yaml services: opensearch: environment: _JAVA_OPTIONS: "-XX:UseSVE=0" ``` I don't know what `UseSVE`...

I can also confirm that if you have multiple stores the `hasSpecialPrice()` function in `\Magento\Catalog\Pricing\Render\FinalPriceBox` is broken and returns nothing/false when the storeId != the website ID. I am not...