Bloxez
Bloxez
DDeno
Created by Bloxez on 12/17/2024 in #help
Leaks Detected
Hey Doc (not Doc) 🤪 Nailed it. Thanks for bringing my attention back to where it needed to be on the error message. It was all my fault and very logical. I had two methods running that open the PgLite database when the tests initialised. Of course, the PgLite file is closed at the end, but as it opened two times at the begining, clearly, one file handle leaked. Thank you so much for the inspiration!
7 replies
DDeno
Created by Bloxez on 12/17/2024 in #help
Leaks Detected
I’ll check it out - I may have incorrectly assumed somewhere that a file is closed automatically.
7 replies
DDeno
Created by Bloxez on 12/17/2024 in #help
Leaks Detected
No description
7 replies
DDeno
Created by Bloxez on 5/25/2024 in #help
Deno / Zod / ts-zod-decorators
Thanks
4 replies
DDeno
Created by Bloxez on 2/4/2024 in #help
Run all test in sub-folder
Crikey! The AI is really good 😊
5 replies
DDeno
Created by Bloxez on 2/4/2024 in #help
Run all test in sub-folder
One more question - as I am building code that will hopefully generate and execute Typescript dynamically. Does anybody have any articles on this topic. Remember when we used to read how bad Eval is? :p I am looking for a secure way to do all those things, without the risk of malicious code. As far as practicable of course.
5 replies