Philip Neustrom
                                            Philip Neustrom
                                        
                                    It's been a while since I looked at this code but I'll check back in soon once I have a chance to get my feet wet.
We need this functionality too. I think the ideal way to do this would be to have, in settings.py: ``` OLWIDGET_CUSTOM_BASE_LAYERS = { 'opengeo_osm': # to use this, your olwidget...
I've issued a [pull request](https://github.com/yourcelf/olwidget/pull/82) after using this in production for a few weeks.
+1 (and I hate +1'ing). Even if the PyPI version just fixes the brokenness with 1.5, that'd be awesome!
I don't think it was possible when I first wrote this utility. See e.g. https://github.com/kubernetes/kubernetes/issues/10735. It looks like `kubectl config use-context` does the trick now, though. The only drawback is...
@andremarianiello It may also be worthwhile to ask this of https://github.com/ahmetb/kubectx, as the maintainer is also on the Kubernetes team.
Unfortunately, Instagram has changed their API quite a bit since I hacked this project together. Last I read, it may not be possible to implement this project with their new...
Unfortunately, I believe so. I think I was capturing the information required to render the images already pulled into the database but it likely requires a url tweak. It’s doubtful...
Instagram changed their API many years ago, breaking the site. It might be possible to fix it but I haven’t looked into it. > On Nov 19, 2020, at 6:43...
We will be ditching the complex content types in LocalWiki API because of issues like this On Aug 17, 2013, at 6:21 AM, Jason Moore [email protected] wrote: > @philipn This...