Anıl Anar

Results 40 issues of Anıl Anar

I'm using this plugin full-time now, except that I had to fork it to remove a feature: crazy-deep TODO search path. At each directory level, it looks deeply for TODO.md...

The edge case this plugin targets is `MultiModule`. However a `MultiModule` can have dependencies that are absolute paths to some modules. Thus `identifier()` would have those absolute paths which breaks...

### Description In a custom environment like an iframe, I expect everything to work when used with ``. However, the color manager ignores custom environments completely. See: https://github.com/chakra-ui/chakra-ui/blob/7b6e66a15b08ad27e8458a009c3fb15ee738ca37/packages/components/src/color-mode/color-mode.utils.ts#L17-L24 As a...

Topic: Color Mode 🌓

Not sure if related: It seems mgo has a .go file with imported but unused packages (`/internal/scram/scram.go`). `-debug` output: `ERROR(installImports:GenPkg:m.file): EOF`

We need type tests, possibly across ts versions, to confirm that types generated for mock functions/classes have correct types.

help wanted

documentation

tsconfig needs to enable es2020+ for dynamic imports. Module resolution `node` is probably recommended, not sure why anybody would use `classic`.

documentation

Perhaps it's better to annotate magical imports with a `.macro` suffix to make them less confusing (although more verbose). Perhaps the module name for the macro can be shortened to...

enhancement

## Stack trace I'm hoping this is useful to find a bug somewhere, otherwise I have no reproduction because it's simply crashing for our codebase on my first try. ```...

Crash

## Bug description There are some rare use cases where elements are rendered into a different iframe. For example: https://github.com/ryanseddon/react-frame-component . Considering it has 1.8k stars, I guess it's common...

bug