Eric Mika

Results 58 comments of Eric Mika

It's a fix, thanks! ```sh echo "throw new Error('Something went wrong')" > test.js npx [email protected] es10 ./test.js --checkFeatures info: ES-Check: there were no ES version matching errors! 🎉 ```

**Notes for reviewers:** - This plugin is a (relatively) thin wrapper over my Yanki CLI tool + TypeScript library project. Please see the [Yanki repo](https://github.com/kitschpatrol/yanki) for additional documentation, implementation details,...

> [import sindreDebounce from 'debounce'](https://github.com/kitschpatrol/yanki-obsidian/blob/8b2f9a91e151f4aaab0d44b3d7724d1687492a71/src/main.ts#L19) > > Use the `debounce` function from the Obsidian API instead of importing a third party library. > > Thanks for looking at the code....

Pushed a new release with clarifying comments.

Thanks Johannes.

Related issue when tslog is proxied by another logger: https://github.com/loglayer/loglayer/issues/257 Perhaps `stackDepthLevel` could be made public so subclassing isn't required? Or better yet [findFirstExternalFrameIndex](https://github.com/fullstack-build/tslog/blob/6b98e17f7f3cfcfea6d6f6c4fa9fae4b4dba1f5d/src/internal/stackTrace.ts#L46) could be turned into an overridable...

Hi thanks for the quick reply — I'm on 4.10.2. This is definitely fixed for the general case by `findFirstExternalFrameIndex`, but there are still situations where overriding the stack index...

Hi, thanks Janosh — to my knowledge Tweakpane doesn't really have [direct support for tooltips](https://github.com/cocopon/tweakpane/issues/391) as it is, and the tricky thing about `` is that there's not really a...