Ian Kerins

Results 69 comments of Ian Kerins

Using `get` instead of `getSync` like this: ```javascript $0.get('log').then(log => log.applyIgnored(undefined, args, { arguments: { copy: true } })) ``` Works in 3.3.10, crashes in 4.0.0/4.3.6: ``` libc++abi: terminating with...

Welp. You're right. Seems to only happen with `console`, of course I'd only test that. Normal functions I define and other builtins (e.g. `Buffer.from`) work. Thanks!

Hi! Sorry to nag, but I'm wondering whether there are plans to move this out of experimental status. Thanks!

Thanks for your detailed explanation. The screenshots remind me that I really have to patch my font height 🌞. If I stare long enough at `Text`, it maybe starts to...

@hlissner after correcting `proc` to `_proc` (? not sure if this is correct, but previously was getting errors about `proc` not being defined), your advice caused strange errors for me....

Speaking on behalf of @marcusdarmstrong, we've had this deployed for a bit over a day now and are likewise seeing no problems 🌞. Thanks for your continued support!

@wandersoncferreira I have the same problem. I set `code-review-log-raw-request-responses` and see the data for my PR in the log, just before this error is printed. Here it is (pretty printed),...

I tried to take a pass at this and was not able to get much in the way of results. I switched to fedora-minimal to reduce the base image size,...

I see. One wrinkle with the minimal image is that it only had dnf5 available. I am not aware of its significance but it seemed to be a drop in...

I disagree that it’s resolved, but it is beyond my ability as a casual contributor to improve it further.