David Judge
David Judge
Sxhkd needs X.org running. Do you think it is fulfilled?
When you start an X.org session, X.org sets the DISPLAY variable to your display. It is usually `:0`. However, your user session is started before the X.org session, and its...
I also agree ```rust fn handle_resolve(limits: &limits::Limits, limiter_id: String, user_id: String) -> Response { if let Some(limiter) = limits.get_limiter(&limiter_id) { limiter.resolve(user_id); Response::ResolveDone } else { Response::ErrorLimiterNotFound } } ``` ```rust...
# 1. Handling uncaught errors > how would you handle an uncaught(unreturned?) INTERNAL_SERVER_ERROR? In our case, we treated unexpected error as a normal error. It's a normal error that our...
@CanRau I started my own typescript rpc implementation. You might be interested. [Link](https://github.com/fxdave/cuple)
Indeed. I was confused by the UI. Thanks!
@dbbvitor The UI is confusing, you can find the solution at the top of the issue.
Thanks for raising this issue, I was searching for this thing for a while, and I wasn't finding anything about how to document parameters. And I see now, that I...
Thanks @XantreGodlike , however could you please release the fixed version to the open-source vscode marketplace as well? (https://open-vsx.org/) I don't know if you know it but Microsoft rejects using...
Thanks!