Ningú

Results 73 comments of Ningú

No activity since 2014. Just archive it straightaway?

More on this (I guess it is the same issue). Flex style attributes are not interpreted correctly at all in the 54 series. I hope this minimal html can help...

It's been a while but I think this PR is just fine as it is now. No hurry until python-3.12 (eventual removal of the imp module?) but the warning is...

I think @octaprog7 has a better idea on what should be updated regarding the implementation. Regarding stylistic changes, I agree the .gitignore file should be reverted. The style changes in...

I am having the very same need. I almost got it working with the aid of a slightly tweaked `Select2ListView` https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html#autocompleting-based-on-a-list-of-strings But after a model change the widget won't show...

In case it helps anybody, I finally got it working by slightly hacking the `ListSelect2` widget: ``` class CharSelect2(autocomplete.ListSelect2): def filter_choices_to_render(self, selected_choices): # This turns the persisted charfield into something...

Now, in the light of this being a rather straightforward hack, could we discuss the feasibility of shipping it as a feature of this very library?

With your blessing I'll be glad to work on all of that. Sadly it won't be immediately, but I'll fight for a time window to work it out before 2020

Pretty much related https://github.com/yourlabs/django-autocomplete-light/issues/1111#issuecomment-534023106 I apology because I thought I'd contribute the widget and I never did. Just add the queried value in the return list ``` def get_list(self): #...

Given the resolution of #1981 , could you try upgrading your buildx plugin to the 0.8.2 version?