László GÖRÖG
László GÖRÖG
If I understand @lesichkovm correctly he would like to have a function which simplifies the following: ``` val, ok := os.LookupEnv("KEY") if !ok { val = "DEFAULT_VAL" } ``` Instead...
Is there anyway I can help adding this feature? Material Icons is already added to one of my applications. With this feature I could avoid including an extra icon set...
I will have a look on that.
I keep running into the following error message on M1 when I try to use linux/arm64 platform: ``` ------ > [internal] load build context: ------ error from sender: failed to...
It is somehow caused by `COPY . .`
Okay, it turns out was caused by `dokku/tmp` dir, after removing it I run into a new problem 😄 ``` executor failed running [/bin/sh -c wget https://dl.google.com/go/go1.17.9.linux-arm64.tar.gz]: exit code: 5...
With `--no-check-certificate` flag it works fine. I have to find out why the cert is not accepted.
I tried ``` RUN apt-get install -y ca-certificates ``` which caused `exit code 100` so I added ``` RUN apt-get update && apt-get install -y apt-transport-https ``` and now it...
Now if I try to open the devcontainer in VSCode I get the following: ``` [2022-05-19T21:24:50.928Z] Remote-Containers 0.234.0 in VS Code 1.67.2 (c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5). [2022-05-19T21:24:50.928Z] Start: Resolving Remote [2022-05-19T21:24:50.940Z] Setting up...
I tried again after stopping and removing everything to cleanup the mess. The currently pushed version seems to be working. ``` # uname -a Linux b755e6a18681 5.10.104-linuxkit #1 SMP PREEMPT...