Pantelis Karamolegkos
Pantelis Karamolegkos
Caused by the lack of relative import of `widgets` in `fields.py` (?) ` Exception Location: /home/pkaramol/Workspace/virtualenvs/time_ds/venv_p34dj18/lib/python3.4/site-packages/bootstrap3_datepicker/fields.py in , line 3` Using python 3.4.3 in the following venv ``` Django==1.8.11 django-bootstrap3-datepicker==0.3.1...
``` cat /etc/os-release NAME="Ubuntu" VERSION="16.04.3 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.3 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial ``` Here are the contents of my `index.js` file: ``` $...
If the list from which the user is supposed to select spans multiple lines and exceeds the screen size, navigating with Up/Down arrows does not re-center the list (the position...
I am creating a `vagrant` environment using `make` Here is the `make` target ``` make mongodb: vagrant plugin install vagrant-hostmanager VAGRANT_VAGRANTFILE=Vagrantfile_MongoDB vagrant destroy -f vagrant up --provision ``` This fails...
Installing `jenkin` on GKE using the official helm [chart](https://github.com/helm/charts/tree/master/stable/jenkins). Have used `jnlp` images with tags both `3.27-1` and `3.40-1` When starting a simple (shell execution) job, the agent pod, although...
### Version report Jenkins and plugins versions report: ``` Result Jenkins: 2.303.1 OS: Linux - 5.4.0-1045-aws --- ace-editor:1.1 ant:1.11 antisamy-markup-formatter:2.1 apache-httpcomponents-client-4-api:4.5.13-1.0 bootstrap4-api:4.6.0-3 bootstrap5-api:5.1.1-1 bouncycastle-api:2.24 branch-api:2.6.5 build-timeout:1.20 caffeine-api:2.9.2-29.v717aac953ff3 checks-api:1.7.2 cloudbees-folder:6.16 command-launcher:1.6...
In order for me to use multiple `from_address` (e.g. to forward to the same address), do I need to re-deploy the entire stack? How can I duplicate the `lamdba` function...
Installing `jenkin` on GKE using the official helm [chart](https://github.com/helm/charts/tree/master/stable/jenkins). Have used `jnlp` images with tags both `3.27-1` and `3.40-1` When starting a simple (shell execution) job, the agent pod, although...
Using glogg 1.1.0-1 as installed from official repositories of Ubuntu 16.04.01 File is not autoreloaded. When monitored file changes, program hangs and after trying to manually srcol, it is updated....
I am trying to validate a `json` file against a schema as follows: jsonlint test.json --validate logstash/files/squid_schema.json However, I only get the file `test.json` in my stdout. How am I...