matt penrice
matt penrice
It'd be nice if the Clipanion context could be supplied as a [Yup validate context](https://github.com/jquense/yup#mixedvalidatevalue-any-options-object-promiseany-validationerror) so that we could have additional abilities in [.when](https://github.com/jquense/yup#mixedwhenkeys-string--arraystring-builder-object--value-schema-schema-schema) conditions. My use case is to...
Hi there, I would like to contribute support for [SQLite attach database](https://sqlite.org/lang_attach.html). This feature operates very similar to multi-database of other rdbms but using filepaths in place of credentials. I...
Version: 3.0.8 Whilst attempting to transpile an app including ink via: ``` yarn tsc --module 'commonjs' --target 'ES2020' --outdir './dist/cjs/' --watch ``` With tsconfig.json (base): ``` { "compilerOptions": { "allowJs":...
I'd like to accept a collection of values as part of a single field. With web apps there'd customarily be a button to add another text input below the last....
I'm using ink to build a fairly large dashboard-style app with separate "pages", pretty complex focus handling between elements etc. I am using [ink-testing-library](https://github.com/vadimdemedes/ink-testing-library) for some things but it's becoming...
I can see that blocks has a focussed mission but the whole code-as-truth model is just so damn delicious. Are there any plans to allow for a plugin system? My...
Unionfs and memfs are great. Admirably, they stick to the FS api pretty closely. I am looking to support some more advanced use cases involving FSs that are more varied...
When trying to jump from a file within `node_modules`, i'd expect the extension to recognise this and construct the url against the library's repo instead of the project's.
- Node 16.6.1 - Jest 29.3.1 - OSX Ventura 13.0.1 (22A400) The following hangs: ``` import { render, Text, useApp } from 'ink' import React, { ErrorInfo, useCallback } from...
Hi there, I'm seeing an error when trying to output javascript styles. I have tried this with both `gm` and `jimp` compositors. error message: ``` ENOENT: no such file or...