Panos Laganakos
Panos Laganakos
The supported versions are listed here: https://travis-ci.org/github/panosl/django-currencies 2.7 seems to be breaking, but that's a weird installation issue with beautifulsoup4. If I install it locally it passes. (if bs4 is...
Turns out the fix is, copy the dylib installed from Homebrew into the expected directory and it picks it up. So, my assumption is that this just a packaging issue....
The _problem_ is that `ctypes.util.find_library` searches predefined paths defined within [`dyld.py`](https://github.com/python/cpython/blob/94b2639fad50d7ff8acd12c11e5fe5f9a6e1da5c/Lib/ctypes/macholib/dyld.py#L20). Latest releases of MacOS no longer [seem to honor](https://developer.apple.com/forums/thread/13161) `DYLD_LIBRARY_PATH` et all. Homebrew which is the _de facto_ installer...
I've opened PR #311. It seems to resolve things until the next build of libsndfile were we can have the actual library included in the distribution of `python-soundfile`.
We use it at work, I had created a docker image, that compiled libsndfile.so and included it in the lambda layer along with my actual project code, and had the...
(Just started using this plugin, **greatk work** @kristijanhusak!) Maybe it makes sense to remove the sorting functionality, since it has been superseded by other plugins and make the core functionality...
I'm not saying you should. It just feels like it's outside of the core functionality of `vim-js-file-import`. Unless you plan to improve it further. p.s. Still the automatic import functionality...
django-jsonfield is no longer used, we've switched to the vanilla field. Which version are you using?
Make sure you use the latest version, I just pushed a couple of updates to the repo. Once it's validated I'll push a new version to PyPI.
Yes, I will be pushing the latest version on PyPI. I'm waiting on verification on: 1. https://github.com/panosl/django-currencies/issues/90 2. https://github.com/panosl/django-currencies/issues/85 Those should be fixed in the latest master on github. If...