Sébastien Lerique

Results 21 comments of Sébastien Lerique

Hey @rusq , apologies for the lag! I git pulled, then cleaned: - `git clean -x -f` - `rm -r ~/.cache/ms-playwright-go/` - re-build with `go build ./cmd/slackdump`. Now: > Before...

Exploring a little more: ```fish sl@beoga ~/C/S/slackdump (master) > /home/sl/.cache/ms-playwright-go/1.41.1/node ~/.cache/ms-playwright-go/1.41.1/package/lib/cli/cli.js --test fish: Job 1, '/home/sl/.cache/ms-playwright-g…' terminated by signal SIGSEGV (Address boundary error) ``` but using the system's `node` works...

``` $ ldd /home/sl/.cache/rod/browser/chromium-1131657/chrome linux-vdso.so.1 (0x00007ffc8b5c0000) libdl.so.2 => /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libdl.so.2 (0x00007f37fa8ce000) libpthread.so.0 => /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libpthread.so.0 (0x00007f37fa8c9000) libgobject-2.0.so.0 => not found libglib-2.0.so.0 => not found libnss3.so => not found libnssutil3.so => not found...

Now, cleaning again: ``` rm -r ~/.cache/ms-playwright rm -r ~/.cache/ms-playwright-go rm -r ~/.cache/rod ``` Then: ``` sl@beoga ~/C/S/slackdump_Linux_x86_64> guix shell libx11 sl@beoga ~/C/S/slackdump_Linux_x86_64> env | grep GUIX_ENVIRONMENT GUIX_ENVIRONMENT=/gnu/store/sk5rsixr08kwp7vrs2kkkpsbl1k13axj-profile sl@beoga ~/C/S/slackdump_Linux_x86_64>...

Thanks for the browser's token point! I'll try that in the meantime -- hoping it can also manually solve #273 which I just bumped into when trying this in an...

Just to mention, the manual method seems to work (under Ubuntu, ongoing)! The snippet `JSON.parse(localStorage.localConfig_v2).teams[document.location.pathname.match(/^\/client\/(T[A-Z0-9]+)/)[1]].token` failed, but exploring a little more to find the token and copying it worked. In...

I can second this request: would it be possible to have the outline shown when looking at a calendar list? I have a [rough version of that working fine in...

This is also the case for Emacs: color inversion gets deactivated when switching to full screen.

Will there be any possibility for Dvorak?

I've been trying setting a local keymap, following https://superuser.com/a/470265 , but I can't get the keymap changed with loadkeys (and setxkbmap is for X11 I believe). Would you have any...