KEINOS

Results 72 comments of KEINOS

Same problem **ATOM:** 1.27.2 x64 **OS:** macOS HighSierra ( OSX 10.13.5) **Thrown From:** php-cs-fixer package 4.1.1 ### Code Tested Not saved and run [Package]-[php-cs-fixer]-[FIX(`^⌘S`)]. ```php

I agree. Here's my work around, so far. Hope it might help for somebody. ```php

@ikawaha (cc: @CaptainDario) > The wiki of this repository is open and you are free to add to it. Thank you! > Would it be better to put the details...

> A musl version of the server might be great to run it on alpine-based docker images, small footprint. I agree with @ulm0. So I created a working Alpine-based Dockerfile...

## Install via Homebrew https://github.com/humbug/homebrew-box from https://github.com/humbug/box/issues/275 by @pierredup Simple and easy 👍

Aha! Understood. By the way, I wrote a simple article to announce the BOX3 release. (JA) https://qiita.com/KEINOS/items/62653805b554a538d970

```shellsession $ # Alpine v3.15.0 + glibc v2.34-r0 @ 2021/11/30 ... ** snip ** ... (1/2) Installing glibc (2.34-r0) ERROR: glibc-2.34-r0: trying to overwrite lib64/ld-linux-x86-64.so.2 owned by libc6-compat-1.2.2-r7. ``` In...

The following example worked on macOS. If it worked for you too, you may have placed the files in an insecure directory. ```go package main import ( "log" "os" "path/filepath"...

@guettli > But I am using it like this: > > ```go > browser.OpenReader(response.Body) > ``` Yes yes, that's why the file pointer is passed like this. > ```go >...

```shellsession $ # Error case $ docker build -t sample . ... Step 4/18 : RUN apk add --no-cache --update ca-certificates curl ffmpeg git make rtmpdump tzdata ---> Running in...