Keijo Kapp

Results 11 issues of Keijo Kapp

This PR adds `depth` option (and `--depth` CLI argument). It can be used to remove all modules from the output that are more than `depth` steps away from the closest...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > For...

stage/3-local-solution
kind/bug

TypeScript 4.4 introduced `exactOptionalPropertyTypes` compiler option. This fixed one of the major issues I had with TypeScript and, I think, should be the default in all new projects. It avoids...

There doesn't seem to be a mechanism to do range operations from an arbitrary key to the end of the subspace. This has been bothering me for years but I've...

I've implemented a concept solution for #78. I think this is the best option, ie least bloat for the maximum robustness. The implementation hasn't been tested and needs more documentation....

The `at` method overloads do not handle all cases correctly. Both key and value transformers can independently have type `undefined`, `Transformer` or `Transformer | undefined`. In the later case, the...

I've been developing a [FoundationDB adapter](https://github.com/keijokapp/foundationdb-pouchdb). FoundationDB has a hard limit on key and value lengths, so [`4204 respect revs_limit`](https://github.com/pouchdb/pouchdb/blob/14a566f2e7bb780c1af37fd468f419f029a0adc5/tests/integration/test.bulk_docs.js#L1007) brought out this issue. It seems that `_revisions` passed into...

As explained in [this](https://forums.foundationdb.org/t/why-is-read-or-wrote-unreadable-key-necessary/3753/11) forum post, the range that gets marked as unreadable should start from the next possible read version, not the current one. That's because the final version...

I'm in a little bit of an XY problem situation. There's a known limitation in FDB client API, which is unlikely going to be resolved in the foreseeable future. So...

### Description As I've proposed in the linked issues, I think `no-multi-spaces` should be able to handle single tab characters as multiple spaces. Even though "single tab" is neither "multi"...