Results 136 issues of Florian Schmaus

Running "make test" may fail with: Traceback (most recent call last): File "./dool", line 2899, in main() File "./dool", line 2751, in main scheduler.run() File "/usr/lib/python3.7/sched.py", line 151, in run...

Would be great to have moultingyaml support Scala 3.

`parseYaml` only supports `String` (via `PimpedString`, but snakeyaml's `load()` also supports `InputStream`. Would be great if there where a `parseYaml` for input streams too, so that I don't need to...

http://xmpp.org/extensions/xep-0280.html

My `jabber.el` chat buffers become read only once I paste something (with the middle mouse button). The only way to resolve this is to kill the buffer and re-open it,...

the previously used implementation to print the stacktrace would only print the stacktrace of the resulting Exception/Throwable, but the really relevant stacktrace is the one from the causing Exception/Throwable. Androids...

as it prevents those components from getting gc'ed. The type of the `master` field should be changed to Application.

Issue #24 demonstrates that using "KeyStore" as app directory for MTM may not be the wisest choice. It should be renamed to something more unique to avoid collisions, e.g. "MTMKeyStore"....

The offspring of this years GSOC XSF projects is OMEMO. An axolotl and PEP based open standard for end-to-end encryption. Would be great to see support for it in Xabber....

**Describe the bug** `M-x dap-java` causes a Lisp error: (wrong-type-argument sequencep #) ``` Debugger entered--Lisp error: (wrong-type-argument sequencep #) dap-java--select-main-class() dap-java--populate-launch-args((:type "java" :request "compile_attach" :args "" :cwd nil :host "localhost"...