Manfred Bergmann

Results 150 comments of Manfred Bergmann

Ah, I forgot to also mention the environment: macOS Sonoma 14.4. No, not with every system. One of the ones I tried (the first one actually :). This one to...

Ah, I didn't actually know there exist two :). I used the `start-lisp-repl`. Maybe it did blow the stack (or heap).

Have the same issue using roswell. However, building by manually cloning the repo and running the build scripts (make) works fine.

OK, I could do it but I'm not sure about the supported features: ``` "sign": true, "verify": true, "iss": false, "sub": false, "aud": false, "exp": false, "nbf": false, "iat": false,...

I'm unsure whether it isn't an issue elsewhere then usocket. When using "cheetah.local" domain it also works. But probably in this case "sb-bsd-sockets:get-host-by-name" isn't called at all. Not sure.

Seems there are: https://github.com/emufreak/iAmiga/network

He writes in the readme: "this package is less complex than those alternatives, and works entirely based on the built-in (to emacs 27+) tab-bar and project packages."

I think hunchentoot is to plain just a HTTP server to have much of vulnerabilities. Many vulnerabilities come from applications on top of HTTP. Like Cross Site Scripting issues, SNI...

Response headers can be added as needed. There are tons that PEN testers might suggest to add to prevent some form of attack or exploitation. But this also happens on...