Kieren Johnstone

Results 51 comments of Kieren Johnstone

Yes, it certainly seems so. But I'd have hoped that there would be an exception, rather than randomly-corrupted PDF output. If this is indeed a design restriction, could I suggest...

Hi Mike - thanks very much. I’m not sure if it’s the cause of this - but other apps hung in a similar way (especially Firefox) and the cause of...

Well, that's fair enough, things move on. But, just in case it makes a difference, I hope those involved won't mind me tagging the last 3 committers to verify I...

I'm not sure this is server-related. I'm getting the same error running sqlcmd from the command line. Maybe it's `sqlcmd` related? My dockerfile: ```docker FROM mcr.microsoft.com/mssql-tools:latest RUN curl -sL https://aka.ms/InstallAzureCLIDeb...

Re the packet trace, it shows that a HTTP connection was started and established quickly (0.7ms), then the delay was with the client, i.e. >940ms of waiting. The "0" time...

likewise if I marshall `temp (°C)` into R, then back out again, I get `temp (�C)` https://apps.timwhitlock.info/unicode/inspect?s=° https://apps.timwhitlock.info/unicode/inspect?s=�

No problem: https://github.com/kierenj/rdotnet-ctrl-c-repro `master` branch ignores the `CancelKeyPressHandler` `working` branch works fine - because the call to `REngine.GetInstance` is commented out Let me know if I can assist/help any further

ah - it looks like this one - https://github.com/wch/r-source/blob/32eff2cd469115952a6f19eccc9c0b08c8d62822/src/main/main.c#L671 called by https://github.com/wch/r-source/blob/32eff2cd469115952a6f19eccc9c0b08c8d62822/src/main/main.c#L911 That's checking `R_SignalHandlers` which is hard-set here: https://github.com/wch/r-source/blob/32eff2cd469115952a6f19eccc9c0b08c8d62822/src/main/main.c#L708 I'm very new to this too... does that mean I'd...

Our project for the moment has drawn to a close, and it remains as just an inconvenience on Windows. When deployed (docker/Linux), it responds to `SIGTERM` just fine. It's a...

Is there anything I can do to help diagnose / understand the problem?