Arnaud Lacombe
Arnaud Lacombe
is there any reason for this limitation ? this seems to works fine in rooms.
Command used: ``` sudo ./x11docker --backend=podman --sudouser=nopasswd --pulseaudio=host --network --user=1234 --interactive -- --shm-size=0 --cap-add=SYS_CHROOT --cap-add=NET_ADMIN -- container /bin/sh ```
how can `ykman` be used with multiple keys with no serial numbers ? ```~/% ykman info ERROR: Multiple YubiKeys detected. Use --device SERIAL to specify which one to use. ```
Also, currently `ykman list -s` does not output anything if the key has no serial number, at least, it should emit a message about a given key having no serial...
1) Just because something behave as documented does not imply the behavior is providing a very good UX. In this case, it's rather poor to have no output at all....
same error as @lxe, but while trying to debug v8's d8 process, not on a core.
What v8 version were you targeting ? You still seem to use `v8::V8::CreateSnapshotDataBlob()` which has been deprecated in the latest versions.
5465aa4fd3f4894abcfe3054bccc95de3f22feeb should fix the build for 6.7.288.
btw, I looked at building with 7.0.x but there was a bunch of API change which will require change to the bridge. Given the v8 folks are at 7.4 right...
I fixed most of the API deprecation (short of snapshots, which are still broken) against V8 7.4. Hopefully, I'll get some time to run some test tomorrow. Code available in...