Ivan Marin

Results 8 comments of Ivan Marin

Allowing `venv` directly instead of relying on a third-party solution, like conda, would help to manage environments and reduce the complexity of any project. With `wheel`, system dependencies with pip...

So what´s the recommended heatmap to be used?

@MathiasRenner I switched back to Debian. After some time researching I was not capable of finding a similar software for Windows. I'm using a combination of BackInTime to back up...

Hello @inkenbrandt, it's been a while. The paper does not address the vertical exchange, and as far as I know this fracture model is not capable of simulating it in...

I'm compiling inside a Docker container with the following Dockerfile: ``` ARG ARCH=amd64 ARG DEBIANVERSION=bullseye FROM --platform=linux/${ARCH} debian:${DEBIANVERSION}-slim ARG DEBIANVERSION LABEL maintainer="[email protected]" LABEL org.opencontainers.image.source="https://github.com/tunguskacc/airdump" ARG DEBIAN_FRONTEND="noninteractive" RUN apt update &&...

I managed to build it on a bookworm system but with bullseye debhelper version, so it seems that there is no conflict of libraries.

Hi @rewolff, thanks for the feedback. Let me give you an example of what I'm talking about here, to see if helps: If the command runs successfully, I get return...