Yenthe Van Ginneken

Results 16 issues of Yenthe Van Ginneken

- [x] Remove length limit on fields - [ ] Add HTTPS support (new selection field HTTP/HTTPS?) - [x] Fix translation https://github.com/Yenthe666/auto_backup/blob/11.0/auto_backup/models/db_backup.py#L132 (add _() to https://github.com/Yenthe666/auto_backup/blob/11.0/auto_backup/models/db_backup.py#L119 , https://github.com/Yenthe666/auto_backup/blob/11.0/auto_backup/models/db_backup.py#L125 and https://github.com/Yenthe666/auto_backup/blob/11.0/auto_backup/models/db_backup.py#L126)...

enhancement

Note to self: Add an option to configure log rotation (and maybe enable by default?)

Wishlist

Everything to modify, improve or change this script is welcome to be discussed here!

enhancement

See https://github.com/Yenthe666/InstallScript/blob/9.0/odoo_install.sh#L97 See https://github.com/Yenthe666/InstallScript/pull/24

Needs Reviewing

The /etc/conf script should contain the database filter? Something along the lines of: ``` sudo su root -c "echo 'dbfilter = ^%d$' >> /etc/${OE_CONFIG}.conf" ```

enhancement

### Steps to reproduce 1. Run pylint on some random Python file or module: ``` pylint ~/Desktop/pylint_test.py ``` As you can see this outputs some warnings/scoring: ``` ************* Module pylint_test...

Bug :beetle:
Work in progress

* safety version: 1.8.5 * Python version: 3.6.7 * Operating System: Ubuntu 18.04.1 LTS ### Description Run the following command from a terminal: `echo "Jinja==1.0.0" | safety check --stdin --full-report...

enhancement
considering

### Operating system Ubuntu 18.04.1 ### `nbgrader --version` 0.5.5 ### `jupyterhub --version` (if used with JupyterHub) No hub. ### `jupyter notebook --version` 5.7.8 ### Expected behavior API samples / code...

documentation

### Operating system Ubuntu 18.04.1 ### `nbgrader --version` 0.5.5 ### `jupyterhub --version` (if used with JupyterHub) No hub. ### `jupyter notebook --version` 5.7.8 ### Expected behavior When creating an assignment...

bug

Description of the issue/feature this PR addresses: Have quick access and insights into the model/fields data Current behavior before PR: Before this commit you can only see the name of...