envoyproxy
Here are 114 public repositories matching this topic...
-
Updated
Feb 5, 2021 - Makefile
-
Updated
Dec 19, 2021 - TypeScript
-
Updated
Dec 21, 2021 - Go
I'd like to see proxy_get_buffer_status(), e.g. https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/92f02c0001592199d99f946cea34637ff095a8ba/include/proxy-wasm/wasm_api_impl.h#L147
Also proxy_get_header_map_size() , e.g. https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/92f02c0001592199d99f946cea34637ff095a8ba/include/proxy-wasm/wasm_api_impl.h#L192
I use these when debugging new ext
-
Updated
Oct 20, 2021
-
Updated
Sep 16, 2021 - Rust
This part of the makefile could be changed to not write an intermediate file, instead temporarily setting variables like GOARCH and NFPM_VERSION
See https://github.com/goreleaser/nfpm/blob/main/www/docs/configuration.md
build/func-e_linux_%/nfpm.yaml: packaging/nfpm/nfpm.yaml build/func-e_linux_%/func-e
@mkdir -p $(@D)
@sed -e 's/amd64/$(*)/g' -e 's/v0.0.1/$(nfpm_version)/g' $< >
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 16, 2021 - Go
-
Updated
Jul 22, 2021 - SCSS
-
Updated
Mar 22, 2021 - Go
-
Updated
Feb 29, 2020 - Go
This is an optimization to reduce the time it takes to build/deploy YAStack.
Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Jun 2, 2021 - Go
-
Updated
Dec 2, 2021 - Vue
-
Updated
Dec 17, 2021 - C++
-
Updated
Oct 27, 2021 - Go
-
Updated
Jul 22, 2020 - Go
-
Updated
Nov 30, 2021 - Go
-
Updated
Nov 18, 2021 - Rust
-
Updated
Dec 20, 2021 - C++
-
Updated
Oct 16, 2018 - C++
-
Updated
Oct 16, 2021
-
Updated
Jun 15, 2021 - Go
Current Behavior
Currently the slack.yml is outdated. Also there is no automated way of notifying the slack channel when a "good first issue" has been created.
Desired Behavior
Update slack.yml and add newcomer-alert.yml to the Github workflow.
Resources
Add the updated slack.yml file and the newcomer-alert.yml file to the .github/workflow folder.
Files needed:
h
-
Updated
Oct 18, 2020 - Rust
Improve this page
Add a description, image, and links to the envoyproxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the envoyproxy topic, visit your repo's landing page and select "manage topics."
Description
The current code autogeneration uses in-line template strings within the generation script. This leads to complicated escaping and other annoyances. It would be cleaner and simpler to keep the templates in separate files and import them for use within the script.
The generator refers to everything as the same gen type. The different types of code that are generated should be se