bain3

Results 13 issues of bain3

PRONOTE only returns its temporary object id. Since its id is temporary we cannot compare objects from different sessions. It would be great to add comparisons with this too.

enhancement
help wanted

Hi, I was tinkering with the code a little and noticed that the `Dockerfile` could be optimized a little to take advantage of docker's caching. I've split the run command...

I am thinking about `3.0`, and if the library should be async, or not. What are your thoughts? React with :+1: (async), or :-1: (sync), please. It really depends on...

question

```py ====================================================================== ERROR: test_functions (__main__.TestENT) [ent_creuse] ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/pronotepy/pronotepy/pronotepy/ent/test_ent.py", line 34, in test_functions func.result, File "/opt/hostedtoolcache/Python/3.7.16/x64/lib/python3.7/unittest/case.py", line 756, in assertRaises return context.handle('assertRaises', args, kwargs) File...

ent

When downloading, we save the contents into a blob. Blobs are stored in memory, and so consume RAM very quickly. We should use something like [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) instead.

Currently IVs are encrypted with the file for redundant security. According to the [NIST Special Publication 800-38D](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf) they do not need to be secret, and only require to be unique,...

Add an option to preview the file if it is a known type (determined from extension)

enhancement

### Description Title pretty much says it all. Repository import does not checkout the PR when the Git host is Gitea. It only clones the application's "main" branch. Funnily enough,...

Hi, I think mox is wrongly splitting SEARCH results into multiple responses (IMAP4rev1). I am connecting to `mox` using the `aerc` client, which in turn uses `go-imap`. I have created...