Eray Hanoglu
Eray Hanoglu
Hi. Thank you for this great tool. It helps us so much. dpdm ignores node_modules by default. however in monorepo project it does not ignore root node_modules ```sh $ dpdm...
ES6 classes has constructor except initializer. Added calling constructor() of ES6 classes.
In unicode mode, WriteConsoleOutputCharacter is set to WriteConsoleOutputCharacterW which needs string as LPCWSTR. str_ has to be converted LPCWSTR value.
Hello, This is an exciting project. What is your roadmap and when can will release besen 2.0?
NodeJS 18 includes experiential support for the "fetch" api. This is causing sql.js not to work properly after Node v18. Because it checks if there is an global "fetch" funcion...
Added TimeZone firendly abilities. The new TDateTimeTZ record is used to store datetime values. TDateTimeTZ stores both original time and offset values. It has some helper function to convert original...
If any tag object does not contains "version" property it throws error. This patch fixes this issue
node-pg does not allow using connection while cursor is open. Here an example scenario which works with some other database libraries but with node-pg. 1. create connection > 2. start...
TypeScript announces [Stricter Parsing for Decorators](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#stricter-parsing-for-decorators) in v5.5. Prettier removes parentheses for decorators after commit #11849. This breaks the code and tsc throws "TS1497: Expression must be enclosed in parentheses...