Shinigami

Results 214 issues of Shinigami

@danielroe here you can see how it would be possible to additionally load the rest of the paginator if the account is not part of the instance you are currently...

c: feature

closes #286 ## Summary by CodeRabbit - **New Features** - Introduced a new option `followTsOrganizeImports` for the import ordering rule, enhancing control over import statement organization. - Added a new...

Minimal reproducible: https://github.com/Shinigami92/eslint-plugin-import-x-repro #### input ```ts import { internA } from "#a"; import { scopeA } from "@a/a"; import { localA } from "./a"; console.log({ internA, scopeA, localA }); ```...

This PR introduces a new JSDoc tag we can use to mark methods depending on external resources not in control of FakerJS itself. --- I looked up for several possible...

c: docs
p: 1-normal

While configuring projects at company work, I copied over some huge parts of Faker's structure into the company projects. While doing that, I found out that some parts are not...

c: infra

I just go a great idea over night! 💡 What if we just move all `require(*)`-cjs calls into `.spec.cts` files. That way we can more safely use the `require`-nodejs keyword...

p: 1-normal
c: test

This is an experimental PR based on top of #3436 - #3436 it updates the lowest node support to v20 and generates only esm and no cjs however, the cjs...

do NOT merge yet
breaking change

Could you please provide a parameterized docker image for the server on https://hub.docker.com/ so we can easily set it up without requiring to clone the repo manually and build the...