Michal Landsman
Michal Landsman
I tried to do it in Photopea, but the result wasn't good.  So It makes me thinking that Vectorpea should do this better, but I do not see the...
Please add parameter to return result in JSON. I want to use it in GitHub Action and structured data would help. My current action looks like this: https://gist.github.com/landsman/357b960c063a743c838ec531c55e82b2
~~Hi, do you have any idea how to avoid this issue with using Deno?~~ Can you please update the doc to suggest named import to avoid following issue? > Property...
From some weird reason swag do not return correct exit code to the pipeline. How can I fix that? Is there some argument to do so? Example - this should...
Hi, I’m new to Go and I was wondering if there has been any discussion or proposal around introducing annotations or attributes to the language. Using special comments (e.g. //...
Hello guys, do you think that this bug is fixable?    I saw some older builds (from 2018, on youtube) where this bug was not common.
When this extension learn to operate with [twig](https://github.com/phpstan/phpstan-symfony/pull/405) it would be nice to add rule where we can check generated routes agains paths in twig. ```twig ``` That would help...
### Version 4.33.4 ### Question I am looking for something like this. I don't want to specify tags, doc in controllers. I want to do it on config level, based...
**Describe the bug | 问题描述** https://github.com/user-attachments/assets/8e7af63e-6bcb-486d-83eb-5b34aac95188 **Screenshots | 相关截图** **System Info | 系统信息:** - Mouse: MX Master 3S - OS: macOS 15.3.2 - Browser safari, chrome, everywhere... - Version 3.5.0...
**Describe the bug** Script breaks on some typo in compose.yml **To Reproduce** use this wrong compose file: ```yml services: web: build: . ports: - "8000:80" volumes: - .:/var/www/html depends_on:exit -...