Long Vu
Long Vu
Looks like I have the problem and you guys don't ! Does that sounds familiar with "it works on my machine and not yours". This is exactly the problem Docker...
Ah good to know that the Docker image is doing its job properly: reproducible runtime environment (that image has Python 3.4.0) When I have time I'll build a new Docker...
@pya Was not aware you wrote that TESTS.rst document, sorry. I guess the proper way is to convert all the examples to your format (with matching result_\* function)? I recall...
I found out how to get Thredds to handle the `X-Forwarded-Proto` and `X-Forwarded-For` http headers from Nginx properly. It's just one more line to add in the `server.xml` file !...
> Have you ran across this post at https://serverfault.com/questions/514551/make-tomcat-use-x-real-ip? > > It sounds like you could use > > ``` > protocolHeader="X-Forwarded-Proto" > remoteIpHeader="X-Forwarded-For" > requestAttributesEnabled="true" > internalProxies="172\.21\.0\.1" /> >...
Any update?
I have ``` 2023-08-30T16:42:44Z #11 0.733 Traceback (most recent call last): 2023-08-30T16:42:44Z #11 0.733 File "/opt/conda/bin/mamba", line 7, in 2023-08-30T16:42:44Z #11 0.733 from mamba.mamba import main 2023-08-30T16:42:44Z #11 0.733 File...
> Don't mix conda-forge and defaults With the ordering I used, conda-forge should have precedence over defaults.
Pinned the older jupyter-archive 3.3.4 and the option "Extract Archive" is back.
Yes I am able to validate there is "a" jira with a regex on a commit. What I am after is able to validate both the commit and the branch...