Bloxez
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
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