DeeGeeMan

Results 12 issues of DeeGeeMan
trafficstars

Using a Docker container to build my app with a reference to SwiftyJSON module, I get the following error: **Dockerfile:** FROM swift:latest as builder WORKDIR /app COPY ./Sources Sources/ COPY...

- code compiles on Linux when removing ```CoreGraphics``` reference

Using a Docker container to build my app with a reference to Arrow module, I get the following error: **Dockerfile:** FROM swift:latest as builder WORKDIR /app COPY ./Sources Sources/ COPY...

Consider removing **Linux** from the ```...on all Apple platform and even on Linux...``` statement in the **What's This?** section. It's very misleading when it doesn't support Linux at all. 😔

Setting `-args -log-level=none -data-dir=../testdata/` in a `goconvey` file is not passing the args to the `go test`. It works if I call `go test . -v -args -log-level=none -data-dir=../testdata/` -Devin

I am getting an error when formating code with `owner.user?.name`. It looks like **tsfmt** is not picking up the 'ES6' setting in the tcsconfig.json file.

How do I change the **number** color when `set number` is enabled?

Is there a way to select a file or directory with the mouse similar to ranger? `map ???`

It would be nice if the Github dark theme was also supported in the rendering CSS option.

I am using chalk to print color, but it doesn't work with cliffy... ``` import { CLI } from "cliffy" import chalk from "chalk" const cli = new CLI() .setDelimiter(chalk.bold.blue("ó°¥­...