-
See https://github.com/samvera/hydra-pcdm/issues/243 for details.
-
Working with a gtx 1070, most recent .img. Verified md5, installer detects and installs nvidia correctly, but the first boot fails and hangs after openrc checklist
-
pcdm autologin isn't working for me with both Lumina and MATE under both the latest STABLE and UNSTABLE versions with the timeout set to 0 seconds. I think it tries but fails and you end up having to …
-
Just encountered a scenario where this:
```
tester = pcdm.models.PCDMCollection(repo).create()
```
as expected, returned `True`. But that wasn't terribly helpful. To write one-liners, it would b…
-
The [DAMS Presentation](https://docs.google.com/presentation/d/1z2tHal7i7J94O26pCznbxEa-n1l-0MaJt4kaL8Zstg0/pub?start=false&loop=false&delayms=3000) has been updated with a section that describes some…
-
I just borked my xorg config by using the Change Video Driver within the PCDM menu.
I was having slight display issues when using the modesetting driver so I wanted to test the Intel driver (is tha…
-
Proposed patch:
``` ruby
def query(query, args={})
raw = args.delete(:raw)
# add optional :method arg
method = args.delete(:method) || default_http_method
args = args.merge(:q=>query, :qt=>'s…
-
I am running on the unstable repository, and both my latop and my desktop were running KDE. After the update, I found that my only options in PCDM were Fluxbox and Lumina, as KDE appears to have been …
-
More of an FYI than a bug, but Works were renamed to Items in Jupiter, so I think there are some spots in the dictionary that will need to be updated to reflect that. No rush, though.
-
### Descriptive summary
Reverse the relationship used for collections in collections. The current implementation is `collection has_members collections`. The new proposed replacement relationship…