Theelx
Theelx
I love this library already, I've been looking for something like this for a project of mine for months now! However, I saw the README said this about the project:...
Removing the bytes/quopri and ref decoding from the unpickler causes list unpickling to be sped up by ~5%.
Closes #401
This is an issue to inform anyone watching this repository that because SciPy released its version with 3.11 support a week or two ago, jsonpickle should be ready to integrate...
Currently, I want to remove support for Python 2.7, 3.5, and 3.6, as both have reached their End of Life date. The PSF stated that **EOL CPython versions receive no...
### Background: So, I was going through binary-to-text encoding the other day after I was intrigued by base 85. I found that, in addition to base 85 and base 64,...
OS: Ubuntu 20.04 Python: 3.8.8, 3.9.4 GPT-2-Simple: 0.7.2 Tensorflow: 2.2.2, 2.3.2, 2.4.1, 2.5.0rc1 (3.8.8); 2.5.0rc1 (3.9.4) Code: ```py import gpt_2_simple as gpt2 ``` Error (3.9.4): ```py Traceback (most recent call...
Does what it says in the title. I'm not entirely sure if it works 100% of the time (as I haven't tested every option), but it works for my use...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
For potential contributors and/or anyone who has an opinion: Would you rather see single quotes or double quotes be the default for jsonpickle's code when looking at it? @davvid and...