Basit Ali

Results 25 comments of Basit Ali

@oguimbal Any hints to where we can start if we want to fix this? I just started using pg-mem and am open to contributing to this issue.

Found a workaround. Since it's evaluating only once, a peek through the code suggested that it's simply checking for the type of function and evaluating in case it's a function....

@shentao what's the intended fix for this? A new slot for when no results can be displayed?

Another slot gives more options to the user in case they want to modify the message that shows up. For e.g. my current implementation for noResult slot just says "No...

Just saw this when using CDK for Terraform.

I can see the crash with `pass` where it crashes when it should be asking for the gpg key password in a dialog. Additionally, it breaks `aws-vault` as well as...

Does this help? ``` (gdb) bt -full #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 tid = ret = 0 pd = old_mask = {__val = {140731781685123}} ret = #1 0x0000756364dbdeb3...

It fixes the issues for me, I can see the password dialogs now for both `pass` and `aws-vault`. @RononDex can you verify pinentry?

Setting `render:explicit_sync_kms` to 0 resolves the issue for now. I am on nvidia 560 btw.

I didn't realize this bug was from back in June. Given that kms is only enabled on nvidia 560 and that is buggy. Should kms be off by default until...