Ignacio Tolstoy
Ignacio Tolstoy
I think we should use some library to generate better passwords. Default ones are ok, but we should encourage more strong non-predictible passwords... This is an enhancement and with low...
We want to enable a user to create multiple users in a specific database (mysql, mariadb...) There where already some preparation work to make it simple to implement in the...
As commented in #235 We could get the same behaviour (in the future) just checking the keys in the yaml. So we don't really need that. This task is to...
Trying to install Apricot on a Windows machine get this error message: ``` javascript C:\node\crawler>npm install apricot -g npm http GET https://registry.npmjs.org/apricot npm http 304 https://registry.npmjs.org/apricot npm ERR! Unsupported npm...
Hi everyone. Our company is using commitizen for one of our main OSS project but we slowly started using it in smaller projects and tools. We now require a standard...
Updates nokogiri to fix [CVE-2024-25062](https://github.com/advisories/GHSA-x77r-6xxm-wjmx) Nokogiri [v1.16.2](https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.2) upgrades the version of its dependency libxml2 to [v2.12.5](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.5).
As reported in #29 the cli fails because metadata can't be found This is because html changed for infoq. I also added a Dockerfile since it was easier for me...
So, the adapter seems very nice feature to have and avoid coupling to controllers but it does not work with silex 2 (composer.json specify silex 1.3) Is any plan to...