Wojtek Naruniec

Results 149 comments of Wojtek Naruniec

@anyt I'm getting the same error when I try to run mentioned command in clean Oro Commerce 3.0: $ bin/console oro:package:available --env=prod In PackageManager.php line 217: Cannot find package bower-asset/selectx2

@danielbachhuber @zaguiini what do you think about making it simple, always displaying up to fifty records in Site Switcher and relying on the search or Sites Management Page to access...

> I was wondering if this rang a bell for y'all. I'm not able to reproduce on my test Atomic sites right now, so it makes it hard to understand...

@inaikem yes, those two tickets are related. To give some summary - before https://github.com/Automattic/wp-calypso/issues/60280 the behavior was confusing to users: - on the initial load, the page showed less than...

@OmarFPG @philnick206 there is no immediate plan to change this behavior and the current state looks as follows: > After a long discussion, we decided to solve the user experience...

@schmengler another approach could be about moving it to separate composer module which depends on this one and then there would be two different ways to install it for Open...

@adamziel I've just tried that on my local in Studio and I couldn't reproduce it. 1. Start database server: ``` docker run --name studio-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d circleci/mariadb:10.3.23...

@adamziel it works well for me in Visual Studio Code, too: ![Screenshot 2024-04-26 at 12 11 01](https://github.com/WordPress/playground-tools/assets/727413/e9e31c49-e232-453e-8ea1-dd500e46a5c5)

If we go that way, I would also like to keep the "mount as is" model to support projects that consist of full WordPress installation stored in the project root.