Enteee

Results 20 issues of Enteee

Under Linux we can containerize graphical applications by mounting the X socket inside the container. I normally achieve this starting the container with the following script: ```bash #!/usr/bin/env bash set...

Gitlab defines for some of their variables a SLUG version: from [GitLab CI/CD Variables](https://docs.gitlab.com/ee/ci/variables/#predefined-variables-environment-variables) (example): > `CI_PROJECT_PATH_SLUG`: `$CI_PROJECT_PATH` lowercased and with everything except `0-9` and `a-z` replaced with `-`. Use...

kind/feature

I am using an unrelease dobi version built from `master` containing the fix for #141: `dobi version 0.11.1 (build: 15cb0b6, date: Mon Jul 23 13:13:27 UTC 2018` When an `image`...

kind/enhancement

```shell $ dobi --version dobi version 0.11 (build: 0027fb7, date: Thu Apr 19 03:22:59 UTC 2018) ``` Dobi does not seem to resolve dependencies for `compose`-jobs when running the `:down`-task....

kind/bug

**Describe the bug** With HTTP basic auth enabled, fetching a blob fails with a 401 Unauthroized. The blob fetch does not send the `Authorization: Basic XXXXXXXX` HTTP header. **Where did...

feature request
configuration

Hi awesome project! I maintain the [plantuml-parser](https://www.npmjs.com/package/plantuml-parser) project and wanted to ask if you would be interested in collaborating? I could see the following use cases for the parser in...

Same issue as: #464 On the current nixpkgs unstable. ``` $ nix-shell \ -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/f2c88014c8cc7b93be871248747e17528da2b3bf.tar.gz \ -p pypi2nix \ --command "pypi2nix -e everett==1.0.3" ``` I get a: ``` INFO: pypi2nix...

I found the wrapper script below quite useful, with this issue I would like to open up the discussion around maybe adding this script to the source. We could also...

``` Upgrading /home/runner/work/plantuml-parser/plantuml-parser/package.json async ^3.2.0 → ^3.2.3 fast-glob ^3.2.4 → ^3.2.11 get-stdin ^8.0.0 → ^9.0.0 pegjs-backtrace ^0.2.0 → ^0.2.1 serialize-error ^7.0.1 → ^9.0.0 yargs ^16.0.3 → ^17.3.1 @types/node ^14.11.8 →...

dependencies

**Describe the bug** To some degree, angle brackets are allowed in generics and stereotypes. For example, the following diagram: ``` ' Angle brackets in generics class TestGenericsWithAngleBrackets < > class...

bug