Andrew Clayton
Andrew Clayton
On Thu, 20 Jun 2024 04:56:57 -0700 Dan Callahan ***@***.***> wrote: > Manually running the workflow does _not_ create annotated tags, so `git describe` is unaffected. > > Here's a...
> @avahahn just curious to know. as at present router store the whole request body-content in buffer. and then send to upstream server or application. Under new implementation, there won't...
On Fri, 17 May 2024 09:45:56 -0700 andrey-zelenkov ***@***.***> wrote: > -- File Changes -- > > A test/test_wasm_component.py (18) > A test/unit/applications/lang/wasm_component.py (61) > M test/unit/check/discover_available.py (4) > A...
> Note: `libwasm_wasi_component.so` module should be place into `build/lib/unit/modules` and be discoverable by Unit. Ah, I see what you mean... should be fixed by https://github.com/nginx/unit/pull/1348
> If you would like to avoid checking in the generated bindings you can always omit them and use [wasm-tools](https://github.com/bytecodealliance/wasm-tools) to adapt a generic wasm app into a proxy component!...
How often would these bindings need to be updated?
I guess it's OK to merge now. We can deal with the bindings later if they become an issue...
For `ci-dev-distro-compiler.yaml` I do ``` paths: - configure - 'auto/**' - 'src/**' - 'test/**' - '.github/workflows/ci-dev-distro-compiler.yaml' ``` I can basically do that here...
Specify _when_ to run as opposed when _not_ to... ``` $ git range-diff c40ca24d...d27133c9 1: c40ca24d ! 1: d27133c9 ci: Don't run main Unit checks on changes to tools/ @@...
Rebased with master..