flixman

Results 24 issues of flixman

### Steps to reproduce 1. Set, e.g., https://www.amazon.* as URL for passman entry 2. Navigate to, e.g., https://www.amazon.fr 3. Try to pick up the password from passman ### Expected behaviour...

Feature request

I would like to be able to parse the follow yaml file, A.yml, that include B.yml: A.yml ```yaml --- all: children: GROUP1:

### Description I am starting a job through drone.ci, docker agent, that requires a dockerized postgres server and another container (the one being tested). If get into the container under...

status/0-triage
kind/bug

I have a flask application and I want to give it a try building it with Codon. When building the application via ```codon build -release -exe app.py``` I get the...

**Describe the bug** In my flask project, running through pytest with the pytest-flask plugin, a subprocess gets started. I get two .coverage..* files that get generated, but the report shows...

bug
question

I am a newbee with fetch-mock, using jest for a React code, on typescript (targetting ESNext). I am getting the following error, which I do not understand: ``` /home/user/Documents/project/node_modules/node-fetch/src/index.js:9 import...

I am having serious trouble making fetch-mock-jest work within my typescript project. Maybe somebody can point me to what I am doing wrong? After the imports I have the following:...

types

I have an existing nextcloud installation, that I want to migrate to nextcloud:fpm docker container. To this end, I am considering the following docker run command, that allows me to...

question
image
data persistence

Is there any way, with the current code base, to request a long term token? I have a bunch of machines to which I want to deploy containers and having...

Currently the code is tightly tied to having a working NetworkManager, but there are many distributions that do not use it. This PR replaces the NetworkManager commands with base ip...