Eric Satterwhite

Results 43 issues of Eric Satterwhite

I would like to use jsdoc as a module rather than installing it globally and using the cli or forking a sub process, but it isn't very clear on how...

feature

### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) 2.7.0 ### Current Behavior When running kong in...

core/performance

## The problem Semantic release is failing to recognize the current version and always cutting a major release * python-semantic-release 7.19.2 ## Expected behavior Should recognize that the tag exists...

bug
help-wanted

## Description The reference javascript implementation, is almost entirely plugin driven leaving the core library to be effectively a general harness that manages the execution of a plugin list and...

feature
help-wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement Currently the only way to configure plugins using the `KongPlugin` or...

area/feature
needs-triage
area/kep

I'm trying to convert a query that uses a common table express with an insert + on conflict clause, I'm not having much luck ```sql WITH vanity AS ( INSERT...

Is there away to extend the methods that are exposed by score with out having to build the queries manually. We are using postgres extensions that make liberal use variadic...

I've setup a private git repository on github that houses a krew index. I have a plugin that I can install manually locally, pointed krew at the registry successfully. However,...

kind/bug
priority/important-longterm
kind/feature
lifecycle/frozen

I'm adding a view with a custom output function. If I replace the function, I'll start getting an error `cache lookup failed for function ` And things will go down...

Having trouble using keyed_max with in view that joins a table with a stream in a subselect ```sql CREATE VIEW online_users WITH (action=materialize, ttl = '5 MINUTE', ttl_column='pinged_at') AS SELECT...