saurabh

Results 4 comments of saurabh

seems like this error occurs only when using the `bun` native function to do an IO operation on the file, replacing such function with node compatible `fs` module functions works...

> @yadav-saurabh Is it okay to support object typed `@Param()`, but SDK library decomposes it to individual parameters? yes, my initial thinking was the same. They are going be individual...

> @micalevisk Thaks for help. > > @yadav-saurabh To accomplish this mission, I've to disassemble the object typed `@Param()` in the compilation level, and it needs lots of change in...