8th April 2021
Projects⚑
-
Improvement: Explain the updates on the repository-orm project.
In the latest version
0.2.0
, we added:- Support for the TinyDB repository.
- Support for regular expressions in the
search
method. - Easier repository loading with
load_repository
function.
-
Improvement: Add a link to the meilisearch blog.
-
New: Create the quantified self project.
Coding⚑
Python⚑
Python Snippets⚑
-
Correction: Explain how to create PyPI valid packages with direct dependencies.
It looks like PyPI don't want pip to reach out to URLs outside their site when installing from PyPI. So you can't define the direct dependencies in the
install_requires
. Instead you need to install them in aPostInstall
custom script. Ugly as hell.
Operative Systems⚑
Linux⚑
HAProxy⚑
- New: Add interesting guidelines on how to configure HAProxy in AWS.
Other⚑
- Correction: Broken links.