Varun Madiath

Results 13 comments of Varun Madiath

I run a [fork](https://github.com/vamega/envelopes) that's been keeping up to date with all the pull requests here. If it's broken there I'll fix it, submit a bug report and I'll fix...

> a warning about the fact that it's not accurrate Can you expand on what exactly is not accurate?

@kannibalox thanks I wasn’t aware of that. Should have looked at the configuration options more closely. @jesec I could probably make this work by opening a Unix datagtam socket and...

I just tested every state transition (manually, but if someone knows how this could be automated please let me know), and every transition works with the latest change I pushed....

I've now been running this for about a month on two different Macbooks (one on Apple Silicon, the other is an intel Macbook). I've upgraded both to Ventura since using...

So my owned crazed approach to this was to do the following, since I saw in @makovich's output that the SHELL is set correctly. ```javascript tri.excmds.exclaim(`$SHELL --login -c "~/.config/tridactyl/scripts/script.sh"`) ```...

Curiously enough, this could have been missed in version 5.4.3 if people were accessing the encoder via `cbor2.encoder` instead of the top level module. The C extension didn't shadow namespaces...

I have no idea how `aws-cloudtrail-postexploit` is failing in the CI run. That works on my machine. Looking at the `config.yaml` file for the test, it doesn't seem possible that...

Thanks, had suspected it was a CI issue. The fix you mention is for the CI system, not the sshd parser right? Anything else I need to do to get...

I looked at doing this with the developer tools, and whatever API is being used by the developer tools, only toggles the light/dark preference for the current tab. Am I...