Vincent Raspal
Vincent Raspal
Thank you for the quick reply. Yes I checked the backtrace. The only problem is that the ':' is missing in the line `None`. But where this `None` comes from?...
Do you know when v0.7.1 will be released?
The problem with the latest version (obtained with `pip install git+https://github.com/ics-py/ics-py.git@main`) is that I get an error when I try to initiate an instance of my own subclass of `Calendar`,...
I finally worked it out with the suggested patch. Unfortunately, all my soft needs to be des-`arrow`ized and it will require a lot of time. Too bad for me because...
Sorry if I look stupid but, when I initiate a new `MyCalendar` (subclass of `Calendar`) instance, how can I by-pass the built-in mechanics to populate it with `MyEvent` (subclass of...
Thank you. I will try this out ASAP (certainly next week) et will let you know how it works on my side.
I have developed a python package that does the job (creating/deleting/listing links and setting related permissions). It is called `seafile_nautilus`. Gitlab repo: [here](https://gitlab.com/vinraspa/seafile-nautilus) Pypi package: [here](https://pypi.org/project/seafile-nautilus/) I guess it will...
Anything new about this? Before working with pyCharm and µpython, I used to program in C++ with atom and platformio. As soon as you upload a new sketch, it automatically...
Thanks guys for working on it. That would (-> will!) change many things for me!
~~I have no idea what the problem is with test-latest...~~ See this: https://github.com/xlcnd/isbnlib/issues/95 (Nose is incompatible with Python >= 3.10)