Bill Sorensen

Results 16 comments of Bill Sorensen

I have not found any way to add a `regex` argument to this command line: ```sh comby -extensions .ts -templates comby.toml -d ./some/path/ ``` That works, but if I add...

Right now I'm not even sure I can run Aptakube - it hangs on startup when hitting a cluster with 30,000 pods, 5200 deployments, etc. I can't manage to set...

@goenning Thanks so much for the quick response! I tried the beta and it _significantly_ improves matters. It can handle deployments, overview, etc. There's still some lag (brief freeze) but...

@goenning Just tried that - it works but it's very sluggish. I tried filtering the names and it seemed to work but then froze. If this helps (Activity Monitor):

I do realize this is significantly more complex than `toJSONSchema`; however I feel it would help adoption from users of Ajv and other libraries.

Creating a code snippet is a little challenging, as we have multiple versions in our codebase. In the current version, `format` is defined as: ```ts export function format( date: DateArg...