Rob Miller
Rob Miller
Herewith added tutorial, in-line documentation, and NEWS entry for the internal-coords module work in #3774. - [X] I hereby agree to dual licence this and any previous contributions under both...
- [X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [X] I have read the...
CI testing is failing on Windows builds for python 3.9, causing 3.7 and 3.8 to be skipped so maybe issue there too. The specific error is: ``` Traceback (most recent...
I am reporting a problem with Biopython version, Python version, and operating system as follows: Python 3.9.12 (main, Mar 26 2022, 15:51:15) [Clang 13.1.6 (clang-1316.0.21.2)] on darwin >>> import sys;...
Hi Vladimir, 1.4.0 continues to work well for me, and inspires more laziness! I would like it if an available action were to set the keyboard layout (from the list...
I am attempting to develop for the AZ-Delivery Lolin V3 ESP8266 ESP-12F. The Arduino IDE uploads and runs my version of blink.ino without issue (the single difference from normal ESP8266...
### Which node are you reporting an issue on? timeswitch ### What are the steps to reproduce? Configure a timeswitch node leaving the Time On as the default 'Sunrise' where...
Please comment docker-compose.yml that the MARIADB_PASSWORD must be the same as MARIADB_ROOT_PASSWORD to address/avoid #1173. Also, PHOTOPRISM_INIT comments could be updated along with the relevant docs at (https://docs.photoprism.app/getting-started/config-options/). Not really...
Closes #230, with test. As noted in comments to https://github.com/ivandokov/phockup/pull/225, --move results in empty subdirectories being removed. This is due to an erroneous traling comma in the variable initializaition for...
As noted in comments to #225, `--move` results in empty subdirectories being removed. This is due to an erroneous traling comma in the variable initializaition for `rmdirs`, so it always...