Results 7 comments of erin

You can look at ocelot's data layer implementation as a reference: https://github.com/WhatCD/Ocelot/blob/master/db.cpp But since it was based on the extremely dated and known to be inefficient XBT, it might not...

When do ya think we might be seeing this added and released? :smile_cat:

@rmoriz I tried changing that hunk you referenced to ``` class UnorderedArray < Array def ==(other) # If two envs have differences, let == return false other.is_a?(Array) && ((self -...

You're right, @glubsy. I did notice this when doing the initial troubleshooting. Now that I've put some more time and thought into it, I got it to work by modifying...

If this is implemented, _please_ do so by: 1. making the list of recents portable and isolated from the main configuration file, and/or 2. able to be disabled Usually what...

Here you go! ```py >>> import time >>> time.tzname ('PST', 'PDT') >>> import pytz >>> pytz.timezone(tzname[0]) Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.11/site-packages/pytz/__init__.py", line 177,...

I too experience this issue. `winget` does not appear to be detecting that the dependency (`ffmpeg`) was updated, and going back to continue the `yt-dlp` package upgrade. --- ### What...