SoundsSerious
SoundsSerious
My framework relies on (smart) subclassing, but I've also got it to work with attrs mostly. Running into a problem like the following. ``` @attr.s class BaseClass(): value = attr.ib(default=10)...
I'm using the docker-compose `depends_on` functionality with conditions for Healthy & Complete tasks. Having read the Reference Documentation it appeared that there was full compatibility between ECS & Compose in...
Hi, not really an issue more of a possible way to move further with cross platform specific code: Had an interesting idea this morning. Was browsing for ios corebluetooth examples...
I have a need to use chlorine and steam mixtures in my analysis, however, chlorine is not on the list of fluids. What can I do to facilitate this getting...
Hey! Amazing work with this library! Overall everything has worked but had some issues with plotting. I'm running a fairly simple example and have had some limited success plotting, however...
Running this basic examples results in an ipython qtconsole. Sympy has specific code for this, what would be to modify the handcalc intermmediate output of IPython. In this case `vals`...
I have a bug that I cannot resolve what is causing is it. Somewhere deep in my object I see that I have a file reference that I cannot resolve....
Hello, I am in the process from switching from `matplotlib.basemap` to cartopy and the standout feature that is missing is the `maskoceans` / `maskland` feature set. I see that there...
Hello @fogleman , This seems like a wonderful library, however its not totally obvious how to build a system against it, other thank forking or referencing a specific git commit....
Hi, I'm observing a segmentation fault as described in https://github.com/jupyter/qtconsole/issues/585 of which I believe basemap is the root cause. This is due to underlying conda c-library conflicts. It seems the...