Andrzej Wódkiewicz

Results 7 issues of Andrzej Wódkiewicz

## Summary I would like to propose a `NonUnion` type: ```typescript type NonUnion = [T] extends [UnionToIntersection] ? T : never; ``` I've seen the concept in a couple of...

enhancement
v10.1

### What happened? ## Steps to Reproduce A typescript app repository with `tsconfig.json` including `paths`, for example: ```jsonc // ... "compilerOptions": { "rootDir": ".", "baseUrl": ".", "outDir": "dist", "paths": {...

bug
priority:p3

Similarly to #323, my type guard is not working correctly after the change inside `MarkRequired` (`Exclude` => `Omit`). What's more is that the addition of union handling (done in 9.3.0)...

bug

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

Currently the package's manifest says that it's compatible with _any_ version of `@sentry/node`. I think you could improve robustness of the package by defining the `@sentry/node` version as `8`. Or...

WIP, will update later TODO: - [ ] add a test where the objects in imported module are not reexported, but inlined - [ ] hide this behind an option?

It looks as if the current shape of `args.target` that is parsed by the `run` infix version and passed to the command handler **makes the `configuration` unrecognizable**. It's probably because...