Craig Miller
Craig Miller
I'm working on a NodeJS application written in TypeScript. All my source TS files are being compiled and outputted with the CommonJS require/module.exports format. I am trying to start using...
## 🐛 Bug report ### Current Behavior ``` import * as ioType from 'io-ts'; export enum MarketInvestmentType { USA_ETF = 'USA_ETF', INTERNATIONAL_ETF = 'INTERNATIONAL_ETF', CRYPTO = 'CRYPTO' } const marketInvestmentTypeV...
**Is your feature request related to a problem? Please describe.** First of all, if this is already possible I'm going to apologize in advance. I've only recently discovered your library,...
**Is your feature request related to a problem? Please describe.** This is a quality-of-life improvement for developers using this library. There are existing alternatives, but this would be a nice...
So there is another issue about this same thing, issue #16 , but it was closed without being resolved. I'm opening this one because this is a problem with an...
Love the concept here, but I need it to work for a class with a generic type argument: ``` import com.thinkinglogic.builder.annotation.Builder @Builder data class CoreSearchResponse( val results: List, val totalAvailableRecords:...
Been a big fan of MVND for a minute. In the past, I could do mvnd spring-boot:run to start an app, and then do CTRL + C to shut it...
I'm a strong proponent of immutable data structures. I would love if there was some way that the schemas generated would have all properties set to readonly. I'm currently exploring...
**THE PROBLEM** The 1Password connect operator supports adding a TLS certificate for direct intra-cluster traffic (via its kubernetes service). In many cases, securing intra-cluster traffic with TLS (ie, a no-trust...
### Feature Description OpenAI has added support for structured outputs in its API: https://openai.com/index/introducing-structured-outputs-in-the-api/ Ultimately, this means the existing ChatResponseFormat is inadequate. While I could use the class to declare...