Alexander Zhuravlev
Alexander Zhuravlev
@bsweeney > > What do you think about updating the composer.json to require 0.5.2 as the minimum version and releasing a new minor version? > > Version 3.0.0 is pretty...
> I'll need to contact Github regardless since, apparently, there is no patched version listed. Sure, but automated advisory checkers could break building pipelines
I found next [security issue](https://github.com/advisories/GHSA-97m3-52wr-xvv2) but it seems like dompdf is not actually the source of the problem as they have a wide constraint allowing but not forcing the usage...
@kkmuffme , I found similar issue: https://psalm.dev/r/88913cdfa4 Should I file as a new ticket or it's exactly the same function used/buggy?
In my case it's important that array index is passed as a variable. If I would state `b` then it become working as expected
@Big-Shark , @Snake231088 It seems interesting but testing is on top of priority. I'm a bit out of context, therefore need some time to inspect how it works. Anyway, it...
@gtokung , write down path for newely generated model related to root of your application, please. Models obviously uses namespaces so I don't understand what's your concern. Provide actual and...
@gtokung , actually namespace should be specified in schema.xml: http://propelorm.org/documentation/reference/schema.html#database-element If you are running initial installation, then init command will try to detect your basic namespace from composer.json file.
Hi @oschonrock , Thanks for detailed question. Unfortunately, I haven't used Propel
Hi @kumold , let me check if it work and evaluate efforts on adding support for it. Will do that today, hopefully.