John Axel Eriksson

Results 8 issues of John Axel Eriksson

sway version c1186182785d15eb205bac4b49d0888e1a6601ee wlroots version cf3b083c329b4e3ce89d16d77253e30137e86da2 ``` swaymsg -t get_outputs Output eDP-1 'Sharp Corporation 0x148B 0x00000000' (focused) Current mode: 3840x2160 @ 59.997002 Hz Position: 0,0 Scale factor: 2.000000 Subpixel hinting:...

I'm testing this on a Mac (nix flakes enabled), and I'm getting this output: ```sh % nix develop mktemp: illegal option -- - usage: mktemp [-d] [-q] [-t prefix] [-u]...

bug

This is the backtrace I get: ``` Fatal error 6: Aborted Backtrace: /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x533248] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x4216e8] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x421c47] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x5312ed] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x5313e9] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(+0x3d0e0)[0x7f38aeb840e0] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(+0x87c1f)[0x7f38aebcec1f] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(raise+0x12)[0x7f38aeb84042] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(abort+0xc2)[0x7f38aeb6f49c] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(+0x7c3f8)[0x7f38aebc33f8] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(+0x9129a)[0x7f38aebd829a] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(+0x92a5c)[0x7f38aebd9a5c] /nix/store/d2bpliayddadf6lx6l1i04w265gqw8n6-glibc-2.34-210/lib/libc.so.6(free+0x51)[0x7f38aebdc491] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x5d9454] /nix/store/xzmh2zgaq9xih8pgwmm7x3qw0460zcky-emacs-packages-deps/share/emacs/site-lisp/elpa/vterm-20220613.1614/vterm-module.so(+0x715a)[0x7f3899c1415a] /nix/store/xzmh2zgaq9xih8pgwmm7x3qw0460zcky-emacs-packages-deps/share/emacs/site-lisp/elpa/vterm-20220613.1614/vterm-module.so(+0x4c95)[0x7f3899c11c95] /nix/store/xzmh2zgaq9xih8pgwmm7x3qw0460zcky-emacs-packages-deps/share/emacs/site-lisp/elpa/vterm-20220613.1614/vterm-module.so(+0x4e83)[0x7f3899c11e83] /nix/store/8nbd87761b4b9nrkfnxa54rzbnf8g36v-emacs-pgtk-native-comp-20220701.0/bin/emacs[0x5db572]...

Can't say with certainty how often the provider crashes but somewhere around 25-30% of the time feels reasonable. We've got several kubernetes clusters deployed via our in-house terraform kubernetes module....

I see that there's support for loading resources from yaml files, however I've wanted to support using [kustomize](https://kustomize.io/) which basically generates a stream of yaml documents - this isn't supported...

More specifically something like this (using a monkey patch atm): ``` module CertificateAuthority class OCSPResponseBuilder # snip def build_response(chain=nil) # snip @ocsp_response.sign(OpenSSL::X509::Certificate.new(@parent.to_pem), @parent.key_material.private_key, chain, nil) ## specifying chain here OpenSSL::OCSP::Response.create(OpenSSL::OCSP::RESPONSE_STATUS_SUCCESSFUL,...

Basically, on-window-focus-leave wouldn't actually work. Not sure this is the way I want to fix this. This happens in v 0.6.x because the event handlers are stateless but this assumes...