Paolo D.
Paolo D.
Hi, Python 3.4 seems not supported as I read stated: > Syntax-highlighting, declarative and composable pretty printer for Python 3.5+ Is there any particular reason behind it? I really like...
You can quickly reproduce with docker: ```bash docker run -it --rm python:3.7.0-alpine3.7 ash # inside the container pip3 install beeprint ipython ipython ``` ```python # inside ipython from beeprint import...
This project seems outdated, now there is a neo4j native driver in python and neo4j allows connections on the `bolt` protocol. Do you need a hand on making this work...
Hello, thanks for the small cool project! Any chances we can have also the ARM version of the image in docker hub? It's necessary with all the people with M1/M2...
Hi, I am calling a rule for a data object in the EUDAT project. I'm following the metadata rule example [here](https://github.com/irods/python-irodsclient/blob/master/irods/test/rule_test.py#L78). Here's my rule from command line: ``` irule \...
Hi, we are trying to implement what is suggested in https://medium.com/@ravisharma911993/kafka-broadcasting-messages-without-consumer-groups-5a374fcfb7bc - a standalone consumer. The use case: we have dynamic pods coming alive consuming from latest, die and not...