Results 45 comments of skelsec

Please provide an exact description of what you want to do and document the exception(s) with screenshots including the commands you executed that produce the exception. Alternatively instead of screenshots...

Okay, I see the problem now. This looks like a problem with the cryptographic package `pycryptodome` which is outside of my control. I have a few hints on how you...

I can confirm that the `typing_extensions` is one of the modules which gives me the same problems.

always. Here is my build script for `aardwolf` package, as you notice there are two additional copy instructions for creating `top_level` otherwise `pyinstaller` will fail. ``` set hiddenimports= --hidden-import cryptography...

> Looks good to me so far! Please mark this as "ready for review" if you'd like us to merge this as-is, without running the unit tests. > > As...

This sounds like quite some work. In order to get it done with this library, one would need to at minimum do the following: - implement the serialization (to_bytes) function...

Also please note that this is the bare minimum to get something working. The resulting image will not be usable for example debugging purposes, as it will be missing exception...

Yes, it is on the roadmap and I started developing it, however I can't say it for sure when it will be ready. I am aiming for this month. >...

@s0i37 I'm making some progress but still not there yet