Kemal Zebari

Results 54 comments of Kemal Zebari

> 🤔 why close the PR? Looks like I misinterpreted your review comment and thought when you said "stick to the previous behaviour of leaving the entry as-is" I thought...

Hi @lohitslohit, I would recommend asking this question in the `#build-problems` channel on Discord as contributors and maintainers are much more active there and would all be able to see...

After comparing your stack trace to `importlib_metadata` source code, I believe you may have been running `importlib_metadata` v1.5.0 or v1.5.1 at the time since the line numbers in the stack...

Task https://github.com/tc39/proposal-temporal/commit/72b58dc8e322224096880960fd1f1f88ff14099a should be check-marked as that area in the spec has been updated in 0ed352e

The problem still persists, here is an example following the steps mentioned by the author but starting with the GitHub domain instead: ![Screenshot 2023-02-20 210334](https://user-images.githubusercontent.com/60799661/220252258-d4abb18f-32b0-4809-b42f-9abd15354156.png) I have tried to debug...

One thing important to note, I have tried to run a command such as `nohup sleep 8`, where I would exit the terminal after invoking it to see if SIGHUP...

Forgot to mention that I had trouble manually testing the code path relating to the "stderr redirects to stdout" error as I had trouble porting gcc to Serenity, but will...

I converted this as a draft PR for now as it looks like I may need to make changes as to how I make my isatty checks

My most recent changes add some error handling so that I can detect if either stdout or stderr are open (the isatty() call allows me to perform this check) and...