Tim Harper
Tim Harper
I've managed to reproduce this on a minimal setup, loading only `typescript-mode` (which activates `electric-indent-mode`, `copilot.el` (latest HEAD, 2c1c425). https://asciinema.org/a/7j1X1KGr85Nl6Vm3VmlZnOS0o Given the following (*bold* is typed, non-bold is suggestion, |...
I personally noticed `dape` performed worse before changing GC and `read-process-output-max`, wondering if it'd make sense to add warnings if: * `read-process-output-max` is at the default (4096) * If `gc-cons-threshold`...
Currently, all output is completely swallowed in the try-with-resources catch statements for NGSession.runImpl, as the output streams are closed before the catch blocks are run. With this change, we add...
When I run `mvn package` on Mac OS with Java 11 active, I see the following error: ``` ... snip ... Generating /Users/tim/src/oss/nailgun/nailgun-server/target/apidocs/help-doc.html... 1 error 34 warnings [INFO] ------------------------------------------------------------------------ [INFO]...
it would be sweet to remove this dependency. One would have to just build a binary precompiled version of rb-appscript
Gems are just as easy to release without Jeweler than it is with it. It usually gets needlessly injected as a runtime dependency (the gemspec it generated for soca did...
In https://github.com/mesosphere/marathon/pull/6211, we will change the behavior in 1.7.x to respond with a redirect call when /v2/events is requested from a standby/non-leader Marathon instance. The code should be updated to...
I've been unable to get the pico server or docker plantuml server to support the base64 format generated by this emacs extension. It seems that both only support either the...