Darrell Enns

Results 30 comments of Darrell Enns

I got it to work by replacing the install.sh conda commands with the following: ``` conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c nvidia conda install scikit-image python-blosc -c...

Is the issue in this case the secondary source urls which are not version pinned? Or is it the first source url that is pinned using the pkgver variable? Perhaps...

Check your setting for Edit->Preferences->General->Tree view mode. I ran into this and found that it works if that is set to "Both".

See my response on #960. The appimage should not contain libstdc++ (any several other libraries), as they are in the appimage [excludelist](https://raw.githubusercontent.com/AppImage/pkg2appimage/master/excludelist). Including these libraries results in breakage on different...

I have the same issue here. I found that the appimage contains a bunch of libraries that should not be included, results in this failure due to incompatibility with system...

Here's an [example screen capture](https://imgur.com/a/freecad-select-hidden-linkstage-vs-0-22dev-KbXnRWa) comparing behavior of linkstage to dev. In linkstage, the transparency not only makes the current selection visible but also allows for easily selecting other obscured...

It looks like the site is actually built on top of a GraphQL API (https://api.printables.com/graphql/). It would probably work to just use that, and just accept that it could break...

Same issue here on Arch Linux with nvidia and gnome wayland. Several others report the same issue in this forum thread: https://forum.freecad.org/viewtopic.php?style=3&t=89408 Setting QT_QPA_PLATFORM=xcb does work around the issue.

I have also run into this issue. According to [this Kubernetes documentation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/127-user-namespaces#handling-of-volumes), they are solving it by using [ID-mapped mounts](https://lwn.net/Articles/896255/) rather than chown. Perhaps podman could do something similar?

I'm running into this with rootful containers as well. I was testing yesterday with containers lauched as root with systemd and [email protected] and hostUsers:false. The first time a pod is...