AlexV

Results 73 issues of AlexV

This depends on #89 Adds a target to the makefile, to deploy to a project based venv. This allows to gather dependencies into a `requirements.txt` file. Also installing in a...

This PR is only about having separate makefile rules for the different dependencies. It will be simpler to deal with them separately in a subsequent PR.

Hi, I would like to use opengeode without the whole TASTE environment, and if possible with recent dependencies. Since opengeode is written in python I was hoping to get it...

I notice distutils is used to package this. As per pypa, setuptools should now be used instead : https://packaging.python.org/current/ Unless there is a specific reason to stick to distutils ?

It would be useful to refer to an old version to have tags for each version...

It seems to me this project should provide example and tests together ? Something similar to : https://github.com/ionelmc/python-tblib The tests are in the README.rst itself, and it is tested with...

It would be convenient to have git tags in this repo for each pypi release. Makes it easier to go back in time :) Thanks !

On Firefox the video is not displayed (myself connecting from another tab). However on Chrome it works... By the way, I noticed the same problem in the tutorial there: https://github.com/membraneframework/membrane_videoroom_tutorial/tree/template/end...

I think it would be important to setup some CI on this project to make sure tests keep working with every change (both with the python or with the rust...

I encountered an issue with permissions on shared volumes, which eventually boils down to : ``` $ docker run -it --rm -p 8888:8888 -u 1002:1002 pangeo/base-notebook:latest ls -ltrn total 40...