Christian Daguerre

Results 12 issues of Christian Daguerre

Hi! I'm trying to transform specific columns of a table: ```gherkin Given there are following flights available: | from_airport | to_airport | from_date | to_date | | CDG | JFK...

Help Wanted

In case someone else wonders, `tfenv` does support ARM architecture on macOS when setting a `TFENV_ARCH` env var to `arm64`. As @kamatama41 said in the [MR that introduced this env...

enhancement

Is it possible to login to verdaccio with the `gitlab-ci-token` user and the `$CI_JOB_TOKEN`env var during CI builds?

Hey @bmewburn Not sure where to post this but I wanted to let you know that I just published a package for Atom. Haven't really used it thoroughly yet but...

The Redis storage provider does not set key TTL correctly (using Redis 6.2). Or is the behavior below expected?

Consider the following task: ``` js if (false) { sourcemaps = require('gulp-sourcemaps'); } gulp .src('app/styles/*.scss') .pipe(gulpif(false, sourcemaps.init())); ``` When you run that, you get: ``` TypeError: Cannot read property 'init'...

I'm trying to set up distributed cache amongst drone worker nodes. I created a gluster fs storage pool sharing `/var/lib/drone/cache` across all `drone-agent` containers but that doesn't work... /cc @cloudnautique...

Hi, To my understanding, the current rename implementation doesn't work anymore. I'm even wondering if it worked at some point because of the comment that @lexi-lambda made in the PR...

enhancement

To my understanding, some features (eg. find-references) still require `atom-ide-ui` which refers to the archived facebook repository. What are the plans on this going forward and how can we help?

enhancement
high-priority