Daniel Andrei Mincă

Results 14 issues of Daniel Andrei Mincă

**Describe the bug** On MacOS, Cmd+P is the defacto shortcut for **Print** **To Reproduce** Steps to reproduce the behavior: 1. Type ⌘+P 2. **Print** setting will open **Expected behavior** Toggle...

Bug

Hi, Does it support [SSH Secret Backend][1] ? If so, what should I configure to enable it? [1]: https://www.vaultproject.io/docs/secrets/ssh/index.html

feature request

is there a way to set for executor. ```yml resources: requests: memory: 512Mi ``` I saw there's an option for CPU cores, both `resources.limit.cpu` and `resources.requests.cpu` are available, but couldn't...

it's enough to get you started, just install it and do a port-forward to :8080 and you'll have a demo status page at your disposal Resolves: #63

I see last commit was on 26th Dec. '21

### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to...

help

The **installation of older version of synaptics driver** throws an `unmet dependencies` error as seen below ## Bash output ``` bash ~ sudo apt-get install -y git build-essential libevdev-dev autoconf...

``` bash ➜ tests/docker git:(master) ./ww build Building app... Step 1 : FROM ubuntu:14.04 14.04: Pulling from library/ubuntu 6599cadaf950: Pull complete 23eda618d451: Pull complete f0be3084efe9: Pull complete 52de432f084b: Pull complete...

bug

Change the LibreOffice installation according to the [tutorial from TechMint](http://www.tecmint.com/install-libreoffice-on-rhel-centos-fedora-debian-ubuntu-linux-mint/) ## Steps to follow ``` bash ---------------------------- On 32-bit Systems ---------------------------- $ wget http://download.documentfoundation.org/libreoffice/stable/5.1.3/deb/x86/LibreOffice_5.1.3_Linux_x86_deb.tar.gz ---------------------------- On 64-bit Systems ---------------------------- $...

enhancement
refactor

Extract everything with only 1 command, just like: ``` sh function extract() # Handy Extract Program { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xvjf...

enhancement
refactor