Andy Kish

Results 10 comments of Andy Kish

Looking forward to seeing how the Poetry plugin concept evolves! This PR makes a lot of sense, although the implementation details are pretty fancy. I made a comment on issue...

@Maciej-Zwolinski Would love to see this too! > Plugins are not part of the package you are making, they are for your Poetry instance. @Secrus The use case I, @Maciej-Zwolinski,...

> but will be stable and 'it just works' today 💯 That thinking makes complete sense. I'm glad to hear it and thank you for taking the time to respond....

+1 to prior comments. I often end up with views with several hundred queries. I will definitely poke around and look at reducing query counts myself before I switch to...

Running into this now. Just for google's sake, here's how this manifested for me. Our CI setup had `spectacles assert` time out shortly after 5 minutes with this error: ```...

I'm dealing with this issue and basically duct-taping together an API that gets most of what I want done. Here's a stackoverflow answer that helped me—maybe it'll help others. http://stackoverflow.com/questions/16857450/how-to-register-users-in-django-rest-framework

Here's a SO answer that I found extremely useful for doing the Facebook component of the registration API with allauth: http://stackoverflow.com/a/16382270/36092 The view I ended up writing: ``` python @api_view(['POST'])...

I would like this, coming from a dbt project!

It looks like leaflet-simplestyle's "Maki markers" depend on Mapbox icons Mapbox no longer serves 😅 . Here's a link to upstream source [1]. To address the issue, I cloned this...