Read book: SQL Antipatterns, Effective Python, The Unix philosophy, Time Management for System Administrators, The Lean Startup, etc Fav OSS: Selenium, Docker
When we use Semantic Versioning,
how should we bump version in case
when refactor
when update only docs
🤔
I got interested, so I summarized
and put it to Issue of PR in SemVer Official repo
I'm standing point of view to bump MINOR from user perspective
https://t.co/VlDrsceYxf
Pipenv new version has deployed
2020.6.2
Maybe, this is bug fix.
since version 2020.5.28 can't work well
on Windows in some cases.
https://t.co/lHUuaCZIGI
Started to support Python 3.5
pytest-resource-path helps your project to organize files and directories for pytest and makes codes to pick up these resources simple🏗️
pytest-resource-path https://t.co/wAjw9ZhomG #python
New release!
I created Python package provides generator to read non-normal form CSV record as list of string⚔️
You no longer need to implement process to skip header, footer, and/or partition rows.
God Slayer https://t.co/ur8miBwfzG #python
I deployed new pytest plugin.
A Fixture that gets the path to a test resource, such as a file or directory to use for testing.
Let's isolate test resources in separate directory from the test code to organize directory.
pytest-resource-path https://t.co/wAjw9ZhomG #python
We no longer need to set up PHPUnit environment for WordPress plugin on our PC😉
💻PHPUnit Environment for WordPress Plugin🌐 https://t.co/YQK7mmUDfz #wordpress#phpunit#VSCode
StaticPress2019
I'm planing to exclude dump function about following directories in next major version up⛏️
- /wp-include/
- /wp-admin/
If there are any inconvenient, please give comment in GitHub Issues📝
https://t.co/A6PCJLf4L1
#WordPress#StaticPress
Docker image to create self-signed certificate.
Composing as following Readme, we get MySQL container forced SSL connection by using official MySQL images.
Web container also can connect to database by mounting SSL certificate into the web container.
https://t.co/oDbqWqac8c