Markus Schulte

Results 34 comments of Markus Schulte

+1 I think for the named arguments an official docker image (and maybe a GitHub action) makes sense. People using mkdocs without any additional plugin will be saved a lot...

> You're stating it like it's just a fact, but could you tell me exactly in what ways it would be less effort than just putting this exact file into...

> But if they have Docker, they can just pull a Python image and pip install MkDocs, no? Maybe they dont have access to pypi.org for security reasons? Then they...

(not issue relevant) @miere , already discovered https://quad.team/blog/Micronaut-to-AWS-Lamda-guide ?

> However, I was able to add dependencies to the underlying task like this: > > ```groovy > tasks.dockerRun.dependsOn 'anotherTask' > ``` Awesome hint. Using this schema, it does work...

Thanks for clarification! I am not a Python dev, but I ask myself: Could it be made different? Any maybe the documentation should point that out.

> Use _ instead of - Does not help ```bash 109 INFO: PyInstaller: 4.7 109 INFO: Python: 3.9.2 113 INFO: Platform: Linux-5.15.6-051506-generic-x86_64-with 113 INFO: wrote /tmp/mkdocs-material.spec 117 INFO: UPX is...

> https://github.com/pyinstaller/pyinstaller/blob/9cca9cb613f3824ac3035ed99a366a66e1dfb633/PyInstaller/utils/hooks/__init__.py#L1101 > > This will break if package name & distribution name are not the same. Maybe we should specify that in that case user should add an `--copy-metadata`?...

> ``` > --copy-metadata mkdocs-material --collect-submodules material --collect-datas material --collect-binaries material > ``` > > which isn't streamlined an likely butchers your scripting if you were hoping to automate all...

@robin-aws At least the problem we have in production still occur with v1.0.8 (Spring-boot 1.5, spring-cloud-aws-messaging:2.1). ``` java.lang.IllegalStateException: Connection pool shut down at org.apache.http.util.Asserts.check(Asserts.java:34) at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:191) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.requestConnection(PoolingHttpClientConnectionManager.java:268) at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown...