Matthew Burghoffer

Results 6 issues of Matthew Burghoffer

### Ktor Version 1.1.3 ### Ktor Engine Used(client or server and name) Server - Jetty ### JVM Version, Operating System and Relevant Context Azul 10, OSX / Debian Linux ###...

bug

I am trying to re-use an existing `ParameterSpec` like so: ``` val strictParam = param.toBuilder().defaultValue(null) // or val strictParam2 = param.toBuilder().removeDefault() // etc ``` The first method does not compile,...

enhancement

Since having a struct with a mix of required and optional properties is so common, I figured it would be nice (and more performant) to have a purpose-built type. I...

## 🚀 Feature request ### Current Behavior The current behavior of `Validate` is to effectively make `I = unknown` 100% of the time. Consider the following example ```ts import {...

Currently this library does not support [array operations](https://www.postgresql.org/docs/current/functions-comparisons.html#FUNCTIONS-COMPARISONS-ANY-SOME). It parses them fine, and will even render them (albeit incorrectly). I think an example is the best way to show this....

I am introducing some refactorings which accomplish the following: ## Loading Cache ## - Changed all caches to have a `get(key, loader)` method on them, with `loader` being required. -...