Andrea Canciani

Results 120 comments of Andrea Canciani

@maumar the first issue affects all of the providers; the second one is yet another occurrence of #34001

In https://github.com/ranma42/terser/tree/fix-529 I made an attempt at performing the safe form of the transform, i.e. ```ts async function f() { return await ((async () => await 42)()); } ``` becomes...

Would an approach based on STJ contract customization be considered acceptable? (see https://github.com/dotnet/runtime/issues/29975#issuecomment-1187188015 ) (aka does it make sense for me to try and work on a PR in that...

I managed to get https://github.com/riok/mapperly/issues/733 mostly working but I need some directions on how to approach a couple of issues. Specifically, I am hacking around the fact that the expr...

I started experimenting on this. I stumbled on some assumptions that currently seem to be baked in, but so far nothing major; in fact with some hacks I managed to...

IIUC the SQLite provider represents `byte[]` as hex in JSON since 011f0ecc91d044e299eadd044ed0e990828b295e

Yup, you're right! I just tested your suggestions and they seem to work quite well :) I am unsure if this also holds for older VirtualBox versions, but I will...

What "Show Info" are you referring to? maybe [this](https://github.com/ranma42/TigerOnVBox/blob/master/Issues.md#--about-this-mac-shows-the-processor-as-unknown)? I am unable to reproduce the problem with directory sizes; do you have any additional details?

This is indeed one of the troublesome part of the installation; in step 3 in https://github.com/ranma42/TigerOnVBox#install-mac-os-x I suggest to wait about 1 minute before rebooting to try again. In my...

Thank you for trying it out and reporting back :) I will confirm it soonish (probably by the end of the month) and update the guide accordingly.