Frankie Dintino

Results 97 comments of Frankie Dintino

@JakeSidSmith I'm not so sure…it _was_ resizable before the 3.0 release. It got disabled in b8e8b169, but I'm not sure how intentional that was. Flipping `resizable: true` doesn't seem to...

I would try the following: ``` python from chosen import forms as chosenforms class UserMultiChoiceField(chosenforms.ChosenModelMultipleChoiceField): def label_from_instance(self, obj): return u"%s | %s %s" % (obj.sotup.nric, obj.sotup.first_name, obj.sotup.last_name) ``` Though I...

There is a currently open ticket on the chosen javascript github for this problem ([Issue #347](https://github.com/harvesthq/chosen/issues/347)). I would recommend lobbying for my patch to fix [Issue #893: Allow Chosen to...

Once [chosen pull request #1394](https://github.com/harvesthq/chosen/pull/1394) is merged and it has been subsequently updated in this repository, I'll be able to close this issue. That pull request removes the dependency on...

@nulano it looks like those defines were only added in libavif 0.8.3. I'll figure some `#if` version checks around their usage.

@nulano Is it okay if I cherry-pick your MSYS commit into this PR?

@radarhere @wiredfool @nulano I think I've addressed all feedback (except for the requests for docs on building), but I've left it up to you all to resolve conversations (or not)....

Since it's been a month since I asked my question without response, I'll try to reframe it as more specific questions that might be more answerable. 1. Is the general...

This isn't really the right forum for these questions. That said: in general AVIF images will compress smaller than JPEG, but that might not always be the case for all...

A quick update on this pull request: I haven't updated or resolved the merge conflicts in the pillow-depends or pillow-wheels repositories because I haven't received any comments here for over...