Andrew Clayton

Results 30 issues of Andrew Clayton

### Summary Couldn't find a mailing list, so this will have to do... I have a C WASM module that exports some functions and imports one from the host. This...

❓ question
🕵️ needs investigation
🏚 stale
priority-medium

This also needs a followup on the docs repo, since this file is deployed to the website: https://github.com/nginx/unit-docs/blob/main/Makefile#L58 _Originally posted by @thresheek in https://github.com/nginx/unit/issues/1430#issuecomment-2353556039_

Removed a bunch of old Debian, Ubuntu RHEL, and Fedora versions. (Note: This hadn't been updated in over a year...)

Looks like the problem of the missing sidebar submenus is back! E.g When you click on _Configuration->Applications_, you're supposed to get a submenu showing the individual applications. Other items under...

bug

``` sizeof() should never be used to get the size of an array. It is very unsafe, since arrays easily decay to pointers, and sizeof() applied to a pointer gives...

First things first, as the title suggests, this is very much a **'Work In Progress'**. The code is in a mixture of Unit and Kernel coding style, full of debugging,...

The document describes the release process for NGINX Unit.