Emanuel Evans

Results 9 comments of Emanuel Evans

In case anyone else comes up against this, I was able to get this working with a custom rule in my repository: ```bazel load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler") go_proto_compiler( name = "validate_plugin_go", options...

I just tried out the following in its own file: ``` (defun foo () (bar)) (defmacro bar () 3) ``` I'm not getting the flycheck warning, and byte-compilation proceeds without...

Just to reiterate--the alignment recommendations come from the Emacs auto-alignment engine, which is _the_ canonical reference for Emacs Lisp alignment (the conventions are very old and mostly common to other...

To be perfectly honest, we do use this internally but it’s heavily customized for our use case. I would recommend using mitmproxy for most projects since it’s better maintained.

Could you add some more context/steps to reproduce? And by "long" do you mean processes with a lot of output or a large truncation setting? (I've found that processes with...

Why not just use :name instead of a new :id attribute?

Would it be useful to have the ability for one process to wait until another is in a ready state?

:+1: This would be very useful for categorizing exception issues properly.