imtbl

Results 20 comments of imtbl

Any update on this? __Edit:__ I see there's https://github.com/psf/requests/pull/4933 as well.

I've run into the same issue and switched to [v-click-outside](https://github.com/ndelvalle/v-click-outside) instead. Works fine for me and seems to have more active development.

Under Arch, I can't seem to get vaapi working using an NVIDIA card (1080 Ti) either (with `libva-vdpau-driver` installed). The following error message appears: ![image](https://user-images.githubusercontent.com/28833155/99201638-4a56e900-27ac-11eb-8741-4d654550ced0.png) ~~Log output (with verbose logging)...

Hey, > I was wondering if it were possible to be able to sort by date? It would certainly be possible to add. Though iirc, hydrus server doesn't store any...

That's sadly not easily possible, as the state that keeps track of the result set is not persisted across tabs (it only lives in memory for the current tab you...

I don't dislike the idea but also don't find it very critical to have as the user accounts don't store any personal data at all and are only a means...

Imo, italics can be very beneficial for visually scanning blocks of code if they are not overused, even for people without any visual impairments. E.g., I personally like them a...

Windows has removed the 260 character path length limit a few years ago, but it's an opt-in. There is still a 255 character filename limit (using UTF-16) with NTFS, but...

But my assumption here was mainly that Python might provide an API to determine this OS/FS-agnostic; if it doesn't then this obviously becomes more difficult and might not be worth...