Jonas Pauthier

Results 165 comments of Jonas Pauthier
trafficstars

> No, only private instance fields, which is supported in node 12 but was still not fully part of ES spec when we started using it. Yeah you're right, my...

Perhaps there is something you can do using: - `request.plugins` sandbox: https://hapi.dev/api/?v=20.2.2#-requestplugins. - `request.info.id` unique identifier: https://hapi.dev/api/?v=20.2.2#-requestinfo That way the method defined by your plugin decorating the request object (or...

Yes that would work. I was going to say that it'd be great if we could also support passing a callback to implement whatever logic the user wants but I...

I'll have a swing at it

Alright, thanks.

Yes I am. I just had some other stuff to take care in other open source projects I maintain. 😃 I wrote some code, now I just need to test...

No worries. I might ask you some questions about testing using the examples if I cannot figure it out myself.

Isn't this issue closed by the PR mentioned above?

I see. I deleted the work I did because it was covered by the above MR.

I was able to use folds on my end for the first time in months, even with files open through telescope. I had to modify my config with the setting...