Daniel Svensson

Results 55 issues of Daniel Svensson

I'm getting the following error when activating dante: ``` lcr-process-read: Invalid function: (lcr-resume (cont &rest args) `(lcr--with-context ctx (funcall ,cont ,@args))) ``` Initialized via: ```elisp (use-package dante :ensure t :after...

When upgrading to OpenJDK 17, and bumping to 4.3.0, the output of a variable called 'size' used in a loop silently became 1 rather than its expected value of 10....

Consider the following endpoint: ```kotlin @GET fun listStuff(@QueryParam("id") ids: Set): List { ... } ``` When issuing `curl http://localhost/liststuff?id=` .. that is, `id` without a value. The `Set ids` will...

bug
blocked

Not really blaming this crate, but elaborating on pin numbering might be useful to the documentation reader. I connected physical pin 24 on my Raspberry Pi 3, and now in...

Getting a crash when using the module but as there's no debug symbols available, it's not feasible to file an issue for the problem. It would be a nice addition...

syslog via /dev/log incorrectly assumes existence of 'hostname' in the message, and thus uses the first word in the message as 'tag'. The parsers must be parametrized to know if...

Is this supposed to work with Java 8+? Trying with Java 13 here, and I suspect I get module issues. Just running with -javaagent: and the jaeger integration. ``` Terminating...

Modern maps may need to start ezquake with -mem 256 rather than the default. While this might seem trivial I spent an hour helping out two players with adding that...

Curious if you'd be interested in adding GitHub Actions CI which would make it easier for collaborators to have CI up and running. I've added a basic workflow to my...