Darko Petrovic
Results
2
issues of
Darko Petrovic
Hello, I encounter some difficulties making micromamba docker image working properly. I'm using the following Dockerfile: ``` FROM mambaorg/micromamba:1.5.6 COPY --chown=$MAMBA_USER:$MAMBA_USER env.yml /tmp/env.yml RUN micromamba install -y -n base -f...
Something I don't understand. DataTables sends parameters like `iSortCol_0=0&sSortDir_0=asc` via GET method (example for ordering in this case) but in your code you expect that we create ourself the parameter...