Andrei Karpuszonak

Results 16 comments of Andrei Karpuszonak

@mahsashadi no, it doesn't. PR is always welcomed!

ChatGPT has a following view on calculating the function size ``` const util = require('util'); const myFunction = function() {console.log("Hello World")}; const funcString = util.inspect(myFunction); const funcSize = Buffer.byteLength(funcString, 'utf8');...

@hewu2008, you are right, newer version of ADT with latests Android does not allow the aspect code to be injected. I believe instead of investing time into fixing it for...

Here is what ChatGPT suggests regarding the calculating of bigint size in bytes ![bigint](https://user-images.githubusercontent.com/222522/215289333-046f0f7d-7ec9-4265-9ded-8ff2294567e9.jpg)

@jack3898, it would be great if you could contribute with ESM support!

@jack3898 thank you for the proposal. Let's add GPT-4 into our loop. Here is what has been produced based on your comment, adding for our discussion: ``` Here are the...