Dmitri Perunov

Results 64 comments of Dmitri Perunov
trafficstars

Tv has several ports open ```bash $ nmap 192.168.1.2 Starting Nmap 7.80 ( https://nmap.org ) at 2022-12-11 22:40 +04 Nmap scan report for 192.168.1.2 Host is up (0.0088s latency). Not...

``` $ python3.10 -m netdisco Discovered devices: Discovered 0 devices ``` ```bash $ catt -d 192.168.1.2 scan Scanning Chromecasts... Error: No devices found. $ catt -d 192.168.1.2 cast https://www.youtube.com/watch\?v\=dQw4w9WgXcQ Error:...

@sbradnick ubuntu seems to use `ufw` by default and it's disabled for me. Chromium on the PC is able to find and cast to a tv, so my guess it's...

@xiota as far as I understand my issue is not related to connectivity, I can cast from `chrome` and the same time `catt` fails to find devices, `catt` has never...

I've reproduced the issue, checking/unchecking last/in focus input is expected behavior, but why it submits form at the same time -- I don't know. Same for product page as well....

> Hello @diimpp, Can I work on this Issue Hello @vpathish, all contributions are welcome! :smiley: Contribution guide should answer some of your questions https://docs.sylius.com/en/latest/book/contributing/index.html and you're welcome to join...

Reproduced the same. @Ferror this makes both docker-compose files in the project fully broken. :) Might be a good idea to setup CI to build those images once in while....

I was able to bypass this error by adding cache warmup to makefile, though I don't think this is a correct solution. ``` backend: bin/console doctrine:database:create --no-interaction bin/console cache:warmup bin/console...

Not sure though how do they get in situation where channel exists without base currency set? It's against validation rule https://github.com/Sylius/Sylius/blob/a0ad0d1e4c61ed8ec30bbb39e36184cb910736b2/src/Sylius/Bundle/CoreBundle/Resources/config/validation/Channel.xml#L22-L26 No currency created in the shop? Maybe it happens...

@senghe Hi, great PR! I've viewed maybe 40-60% and will try to finish it this week.