neodx icon indicating copy to clipboard operation
neodx copied to clipboard

A collection of frontend-focused tools aimed at enhancing your development experience

Results 38 neodx issues
Sort by recently updated
recently updated
newest added

Our current manual type definitions and API contracts are not guaranteed to be stable or official. They are a private implementation with issues such as incomplete API correctness, accidental omissions...

scope:figma

Sprites cannot be hosted on any external origin due to restrictions imposed by spec holders and browser implementations. Internal reference: https://t.me/c/1555988552/127444

scope:svg

Users may inadvertently select the wrong source folder and become confused after a build that completes without any notification and visible changes. For example, this config ```ts // vite.config.ts export...

feature
scope:svg

Users want to see all generated icons as some interactive playground. The best way to provide it is a provided component, but for the start point we can just give...

And it would also be cool to add logging between microservices, nestjs has a good wrapper avobe rmq, grpc etc. https://docs.nestjs.com/microservices/basics

### To run example ```sh yarn nx start:nest example-log-frameworks-showcase curl -X GET http://localhost:3000 curl -X GET http://localhost:3000/pek ```

## New feature / bugfix - A few notes about code style - Requirements, excluding the source code: - Add unit and integration tests - Write documentation - Add/update example(s)...

Under this issue, I want to fix the inconsistent and incorrect (`@neodx/log/http` doesn't disable colors in production) default behavior of "colors" and simplify its management from the outside. Where are...

bug
scope:log

Load: - From environment variables and env files - From `*rc` / `*rc.[jt]s` files - From `*.config.[jt]s` files - From CLI Descibe: - With zod

feature