Robert Kajic

Results 5 issues of Robert Kajic

When using the rope-goto-definition and rope-show-doc functions to goto/show library symbols I can more or less consistently get emacs to hang. To enable introspection of libraries I added the following...

I've noticed that the `onDynamicLinkCallback` is only called when our app is not running in the background. I.e. the callback is only called when the app isn't already running. Once...

It makes more sense to associate any errors with the captcha field so that the error can easily be rendered together with the field

Make the following work: ```bash echo "foo" | ./wsl-sudo.py cat ``` Without these changes, cat would hang indefinitely on the pipe. Fix the issue by: 1. Prevent the server process...

This adds support for env files on stdin. It allows me to know exactly which variables I'm passing in, instead of passing in the entire environment. Not sure what to...