Pierre Martin
Pierre Martin
Thanks for this handy tool. It would be great to support other currencies than Dollar. ``` meal cost = 12€ person = 4 total = person * meal cost ```...
This is a RFC. Maintaining custom ACL in products built with Croogo can quickly become a pain, and we found that having a way for each plugin to define acl...
Using the new Cake3 string templates with custom templates for Croogo will help to make views easier and allow users to easily change the look and feel of their admin...
Hi! I haven't found a way to delete an Organization from the UI (using the `getmeli/meli:1.0.0-beta.24` docker image). Even a `curl -X DELETE 'https://pages.example.com/api/v1/orgs/0d659f80-ab7e-49bb-b19e-2eb01a1808e5'` doesn't work. The token permissions UI...
We noticed an issue when truncating table in the `clearTemporaryIndexTable` as part of a transaction (Magento 1.9.1.0-patch2). The query is considered as a DDL statement and magento triggers an error...
This PR is similar to https://github.com/OpenMage/magento-lts/pull/721 Please read the full description there. ## TL;DR Parameters must be "sorted by name, using lexicographical byte value ordering" (from [Oauth specs](https://oauth.net/core/1.0a/#rfc.section.9.1.1)) which is...
Most of the plugins in the CakePHP community cannot be loaded using Composer without declaring a custom package. It would be great to make plugins.cakephp.org a Composer repository, using Satis...
We encountered issues with the extension with a theme from the `.modman` directory. Relative urls were not rewritten properly because of the filepath set to a `realpath`. Thus the call...
## Description Analyzing a component could generate unrealistic stories. By coupling generation with real examples from a codebase, it would lead to more realistic examples generated in stories ## Describe...