adamhamlin
adamhamlin
Is horizontal scroll possible with blessed? For example, if I had a list of long strings--some longer than the width of the container--can I scroll right?
This is just a couple suggestions for new configurable options for `JSON5.stringify(...)`: - Configure inclusion of trailing comma - Configure inclusion of whitespace "padding" for single line output. For example,...
# Suggestion ## 🔍 Search Terms catch argument type catch error type useUnknownInCatchVariables ## ✅ Viability Checklist My suggestion meets these guidelines: * [X] This wouldn't be a breaking change...
Obviously the pool is great when you're trying to limit concurrent connections to a single database. But in the scenario where your app is simultaneously reaching out to multiple databases...
## Description Adds two new functions: `collect` and `collectFirst`. See more info/discussion in #269. - `collect` - Map+filter operation where undefined transformations are filtered out - `collectFirst` - Map+find operation...
Two of my favorite utility functions from the Scala programming language are [collect](https://www.scala-lang.org/api/2.13.3/scala/collection/immutable/List.html#collect[B](pf:PartialFunction[A,B]):List[B]) and [collectFirst](https://www.scala-lang.org/api/2.13.3/scala/collection/immutable/List.html#collectFirst[B](pf:PartialFunction[A,B]):Option[B]). I think these would make a great addition to the library. - `collect` -- a...
This is not a proper issue, just a question about which version of re2 is being wrapped. Based on some log statements that appeared, my guess is that the re2...
The `ExportMap` generally makes possible lint rules which evaluate metadata in files/nodes imported by the "current" file. For example, the [import/no-deprecated](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-deprecated.md) rule uses it to check for `@deprecated` doc tags...