-
Hi there!
I am struggling to get blackboard variable from one of my nodes, approaches I've tried:
1) Creating blackboard client in node __init__
```
self.blackboard = py_trees.blackboard.C…
-
**Describe the bug**
There's a regression for a code pattern like this:
```python
import AppKit
class TestClass(AppKit.NSObject):
def __new__(cls):
print("in __new__")
…
-
### Project
https://github.com/sloria/marshmallow , a Python library for serializing and deserializing Python objects. Its primary use case is in building RESTful APIs, where the developer needs to v…
-
Our common interest in this project is that we have all worked on projects with highly overlapping functionality, we know what an enormous investment this work is, and we want to avoid any further red…
-
This issue is for recording notes about possible changes we could make to Nymph (and Katydid) based on input from the IceCube analysis/simulations framework and conversations with Ben, Sebastian, Alex…
-
## Turn ADCIRC into a Python package to access its variables and functions in Python
This is a feature request related to [this presentation on pyADCIRC](https://doi.org/10.17615/mnf0-hw98) given a…
-
The SV Python API currently contains code similar to the following
```
if (!PyArg_ParseTuple(args,"sssOd|si", &Name,&dstName,&arrayName,&values,&radius,&outArray,&dataType)) {
PyErr_SetString(P…
-
```shell
$ pypi_get_stat.py mypackage
Traceback (most recent call last):
File "/usr/local/bin/pypi_get_stat.py", line 17, in
import xmlrpclib
ModuleNotFoundError: No module named 'xmlrpc…
-
Similar to the problem in https://github.com/pypa/python-packaging-user-guide/issues/118 with regards to virtual environment management, our current tooling recommendations don't provide a pointer to …
-
[Mem](https://github.com/srp/mem) has a better memoization framework. I think it might be worth considering porting some concepts over. As a long term project, this is more of a note than a real issue…