Björn Dieding

Results 76 comments of Björn Dieding

No, the all option will not work for us since it evaluates the other bundles in vendor too. This has the issue that those are often badly maintained and have...

@MatTheCat Hi Mat, no that is not the usecase. The translations are displayed correctly. We return with the usecase. Please stay tuned.

Sorry it is just a a bug on how the string is parsed. There should be no pro con needed. :-) I just wanted to report it.

I made it work like... ``` extra: scm: latest: !ENV [CI_LATEST_TAG, '3.0.1'] ``` `{{ scm.latest }}` I think it sould be easier.

I get no error just in empty string.

There is no warning or else in the cli just the confirmation that is is loading `DEBUG - [macros] - Variables: ['extra', 'config', 'environment', 'plugin', 'git', 'generator', 'social', 'consent'] `

Acutally for the git.tag thing I opened also https://github.com/fralau/mkdocs_macros_plugin/issues/143

Maybe one solution could look similar to this: ``` export_vars=$(cgroup-limits); export $export_vars export PHP_MEMORY_PER_CHILD=${PHP_MEMORY_PER_CHILD:-500} max_childs_computed=$((MEMORY_LIMIT_IN_BYTES/1024/1024/$PHP_MEMORY_PER_CHILD)) # The pm.max_children should never be lower than pm.min_spare_servers, which is set to 5. [[...

I ran an strace with mcr.microsoft.com/mssql/server:2019-CU4-ubuntu-18.04. I currently belive it is an selinux issue. Does mssql only support selinux being off? Is there a way to fix this? ``` uname({sysname="Linux",...