Felix

Results 17 comments of Felix

Got this (the Docker image here: https://hub.docker.com/r/coreweave/fah-gpu ) running on a p3 machine on AWS. However, this requires some set-up on the machine: https://medium.com/@houdinisparks/deploying-gpu-containers-on-aws-ec2-with-docker-machine-c79c9062d90 And the use of `--runtime=nvidia` instead...

Thanks for the info. I will file a bug with sqlite

I created an issue in the sqlite-jdbc package: [issue 145](https://github.com/xerial/sqlite-jdbc/issues/145)

I came across the same issue. What I want to visualise is the direction in which a camera points along a trajectory. The cone plot seems prefect for this, but...

Any news on this issue? I have tried to add the package and install as suggested, but get the error message: ``` Unable to retrieve package records for the following...

It turned out that by using `packrat` for dependency management, there are more problems created than solved. When used, all the packages would be uploaded each time to the Google...

What kind of interface are you thinking of? With the pm4py package: https://github.com/fmannhardt/pm4py you can simply call all the PM4Py functions. The only way forward I could think of is...

How would you want to show them? In theory you can change the shape parameters of a token at any time using the following approach: https://bupaverse.github.io/processanimateR/articles/use-external-data-to-change-tokens.html Maybe cases stuck in...

This is being worked on in this pull request: https://github.com/bupaverse/processanimateR/pull/33 Thanks to @lindeloev for making this possible.

New PR: https://github.com/bupaverse/processanimateR/pull/35