Dave Hirschfeld
Dave Hirschfeld
There might be some useful prior-art over in in https://github.com/28mm/blast-radius
I had hoped that the `manifest` resource being promoted out of alpha meant this problem had been resolved. Unfortunately, I've just hit it again with `argocd`. It would be great...
I would love to see this get in so it's is a shame that it has been left to languish for two months. Even if no maintainer has the time...
:wave: Hi, I'm currently on 1.2.0 and am just trying to figure out when 2.0.0 will be released. Are there any concrete plans to release 2.0.0 imminently? Is there a...
The below patch? ``` class __declspec(dllexport) Settings : public Singleton { ``` I applied that!  I did initially build without it so maybe it didn't get picked up. I'll...
I've had no joy unfortunately. I've patched `settings.hpp` as above, have recompiled twice and still get the same errors as above. When compiling QuantLib I do get hundreds of the...
2015 Enterprise
Thanks @dpinte for looking into it. I'd be very interested to know if it's just me or if it doesn't build correctly for py3/win64. I'm happy to help / test...
In case it's of interest I also tried a QuantLib build with CMake using the [`CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`](https://cmake.org/cmake/help/v3.4/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html) flag. I managed to compile pyql against it but had large numbers of failures....
``` {'default_encoding': 'cp850', 'os_name': 'nt', 'platform': 'Windows-7-6.1.7601-SP1', 'sys_executable': 'C:\\Python\\python.exe', 'sys_platform': 'win32', 'sys_version': '3.5.2 |Continuum Analytics, Inc.| (default, Jul 5 2016, ' '11:41:13) [MSC v.1900 64 bit (AMD64)]'} ``` 