Alexandre L.

Results 24 comments of Alexandre L.

Hi, if it can help : https://gist.github.com/Alex131089/3fbfb77fa529d137a508eac2118e7818 Best,

I agree, the same for Python 3. For example, the `global` keywork is only documented in the Language reference at https://docs.python.org/3/reference/simple_stmts.html#the-global-statement I guess at least the `/reference/` should be added....

Hi, if it can be useful (I hope), here are some MDSv2 & MDX samples, compressed (not mentioned a lot on the internet) and not, password protected and not: https://s.twb.fr/mds-mdf-mdx_samples/...

I've not used IA since (one time upload), but at the time it was reproducible ; since it was a big upload I don't think I've tried too much to...

Hello, an idea here: could tgbackup download medias starting from the end? Like check for presence in order, put missing files in a list, then download medias starting by the...

Hum, if you add this, please add it as an option, you might want to keep them :)

I can't test right now, but a fix might be: * https://github.com/nautobot/nautobot/blob/v1.3.5/nautobot/extras/views.py : ```py from nautobot.extras.views import ObjectChangeLogView class JobChangeLogView(ObjectChangeLogView): base_template = "base.html" ``` * https://github.com/nautobot/nautobot/blob/v1.3.5/nautobot/extras/urls.py#L378: ```py path( "jobs//changelog/", views.JobChangeLogView.as_view(),...

I had some trouble with PyCryptoDome / Cryptodome / pycryptodomex (too many names .. very confusing when you discover it because it's a dependency) too, I used the following command...

Can you reopen? It's not implemented, tested with a tag having the same sector key, each sector is going through the full dictionary instead of reusing the previous found key(s)...