koldoon
koldoon
I've got a proposal to include target instance (which I suppose is not possible since there isn't async resolution logic yet) or target Class (Type) name (I mean, `TargetClass.constructor.name` or...
Hi! I've got a suggestion of configuration parameter that tells Container to treat all the dependencies as Singletons. The common pattern of IoC usage is to build application architecture. In...
``` - [ ] bug report -> please search for issues before submitting - [x] feature request ``` ### Versions. 6.0.1 ### Desired functionality. I have a router with several...
Node.js has quite popular package named 'dotenv'. It uses the same '.env' file format to parse. Then in code you can reference environment by process.env.VARIABLE_NAME. This would be supercool if...
Unable to run tsfmt for projects with 'incremental' typescript flag set.
debug package dependency version is obsolete and has vulnerability. please, update dependency to new one.
### Expected Behavior Long story short: https://github.com/Kong/insomnia/issues/2942 - this ticked was closed and wasn't re-opened. There are certain observations related. Since the issue remains I believe a new ticked should...
## 🐛 Bug Report Looks like typescript d.ts file is wrong: typings are not suggested at all (using webstorm). Lib version: 4.3.0 ## Steps To Reproduce ```typescript import { Workbook...
In typescript project I can't setup logFormatter. According to documentation: ```typescript const broker = new ServiceBroker({ logFormatter(level, args, bindings) { return level.toUpperCase() + " " + bindings.nodeID + ": "...
Validation schema contains `undefined | any` definition for field which makes all thing pointless: it can not be checked statically and all modern IDE-s can't suggest options possible: ``` /**...