Scot Hacker
Scot Hacker
Will this gem be updated for Angular 1.1.1 anytime soon?
Slightly awkward - I am the project's main author and filing this bug because I need help. I see occasional crash reports when people import CSVs into the demo site....
admin-sortable2 2.0.4 in my project works fine on localhost. But deployed to a server, the second I touch a drag handle, the console shows this error: And ordering changes are...
Spot-checking my library, these two fields seem to yield the same results. Is there any case where they're different? If not, should we drop one of them? Which one?
Library.py references these two objects, but it is unclear where they're supposed to be passed in from or what they do. Comments say: ``` # musicPathXML and musicPathSystem will do...
As far as I can tell, this function is defined but not used anywhere. It checks for availability of an xspf dependency, but nothing in the package installs xspf. Appears...
As far as I can tell, this xspf support is hanging out in Library.py and not doing anything useful. Agree/disagree?
In this example (from my personal project), we use the included test library to step through all tracks in the library, then go through the playlists and create ordered PlaylistEntry...
Redis is running on an external service (AWS) and I'm having trouble configuring cacheops to talk to it without getting this error: `redis.exceptions.NoPermissionError: this user has no permissions to access...
Using FlickrAPI 2.4 and Python 3.7.8. No problem doing read-only calls, but now I need to make a write call. I'm trying to get oauth verification working, with or without...