nikonakoneko

Results 26 comments of nikonakoneko

For param types too, I think this features would be nice. For instance for fun(param: type desc, …)

What am I doing wrong? Same here, the verify function is never executed with this code: ```javascript require('dotenv').config() const next = require('next') const express = require('express') const session = require('express-session')...

It's also happening with docker, I didn't have it I freshly installed it and I'm using default configuration. Now I just saw that it tries to build with userpriv usersandbox...

Confirmed. If I use interactive build mode and disable userpriv usersandbox in make.conf it works. How can I disable them for every image build?

I talked to fast. I tried again, I set -userpriv -usersandbox and it fails after doing `kubler clean -N ; sudo rm -rf ~/.kubler ~/.local/share/containers ; kubler update && kubler...

docker info: ``` Client: Context: default Debug Mode: false Server: Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images: 21 Server Version: 20.10.12 Storage Driver: fuse-overlayfs Logging Driver: json-file Cgroup...

portage group has write permission to ~/.kubler/distfiles directory and files inside it. I didn't change features. I even have them twice unset ``` grep -H userpri /etc/kubler.conf experiments/images/minimal/build.sh /etc/kubler.conf:BOB_FEATURES="${BOB_FEATURES:--parallel-fetch nodoc...

I'm using a gentoo hardened profile, but afaik i didnt change anything from defaults for security related config. SELinux is disabled, and I don't know what else I could have...

> Hmm let's try to narrow it down: > > ``` > docker run -it --rm -v /path/to/distfiles:/distfiles busybox > # echo test > /distfiles/foo.txt > ``` > > If...

`kubler clean -N ; sudo rm -rf ~/.kubler ~/.local/share/containers ; kubler update && kubler build -i experiments/minimal` ``` kubler-bob-musl / # ls -la /distfiles/ total 174684 drwxrwxr-x+ 1 1000 portage...