Thomas
Thomas
...n instance The current PointcutInterface methods signature is only valid if one Pointcut handle one class. However if a Pointcut is implemented to handle more than one class then the...
Hello, It will be great to split the profile.xml into two files : - installer configuration : files and requirements used by the installer (core) - user configuration : custom...
I would like to know if you plan to implement a feature to serialize object depends on group context with exclusion strategy, options to handle serialization versionning, and so on...
It will be great if we can use a variable as extended base value. ``` jinja {% extends base_layout %} {% block content %} Title: {{ data.Title }} {{ data.Content...
Look like the ``Ui.Css|Ui.Css.Properties|Ui.Styles.Mixins`` are not exposed in the ``elm-package.json`` file. I would like to reuse your helpers to respect your conventions for creating a new menu component. Any reason...
Hello, I have *a working setup* on Docker for Mac + Modd in a docker-compose file to restart 2 services: `api` and `ssr`. `modd` is working fine. Now, I am...
The way feed is generated is not good as the buffer is kept in memory and then flush to the client. You should implement a streamed solution, so there is...
Tasks - [ ] check if modd and ci-helper work on arm. - [ ] found a clever way to pass the arch name into the Dockerfile so arch dependant...