spechtx
spechtx
I'm registering MyModel in the admin: ``` @admin.register(MyModel) class MyModel(admin.ModelAdmin): search_fields = ['field_1',] filter_horizontal = ['phone_fk', 'email_fk',] formfield_overrides = {AddressField: {"widget": AddressWidget(attrs={"style": "width: 400px;"})}} autocomplete_fields = ['parent', ] ``` When...
### What is the bug or the crash? Firstly, I'd like to express my appreciation for the docker-mapproxy; it's a fantastic tool, and I'm grateful for the effort put into...
Hi there, it's a great library! Thank you for making it available. It would be helpful, if the library would accept access tokens for tile servers like: https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.****** https://api.maptiler.com/maps/{z}/{x}/{y}.png?key=*****
### Which API Provider are you using? OpenRouter ### Which Model are you using? Claude 3.5 Sonnet ### What happened? The Cline extension fails to activate when used in a...