brunomcuesta
brunomcuesta
Same problem here when I tried to record screen area, but other configuration en output error. The app fails to record the video in any format saying the path to...
Hello! I'm trying to put a background color in a table cell depending on its value. The field is 'remediationComplexity'. File; /app/src/lib # vi report-generator.js I tried adding the 'cellColor'...
Solved! I created filters to add color to the table cell background. The first filter returns the color according to the integer value and the second when the value is...
Hello! You put the wrong name of the function you are going to use. `expressions.filters.retestStatus
Hello! I answered in the other post. Did you see? https://github.com/pwndoc/pwndoc/issues/238#issuecomment-1771346261 You put retestStatus, but it is retestColor. `expressions.filters.retestStatus
Hello! Would anyone have any tips on how to make this table? Thanks!
The problem was in the section celeryworker. It must be: ``` volumes: - type: bind source: ./docker/extra_settings target: /app/docker/extra_settings ```
Hello @jeffmaury ! The project would be an application installed from a docker-compose.yml or Dockerfile. In the list of containers it appears as "compose".  Let's suppose I want to...
Hello! Thanks for the answer. I added the icon name in custom sections, but what it does is add icons to the left side of each section. What I wanted...
I was informed that in the original project this functionality was removed. Thanks!