Kemal Zebari

Results 54 comments of Kemal Zebari

Whoops! I should be using the returned boolean value of `isatty()` instead of assuming that an error means false and no error means true. My recent change reflects this.

Just rebased to try out the changes made in #19749, where I found that invoking `nohup sleep 8` and exiting Terminal doesn't cause Shell to crash anymore.

The most recent change includes a commit that adds the nohup man page.

The only thing that's weird is what line the crash refers to (the following is the printout from the issue): ``` 54.956 mktemp(50): VERIFICATION FAILED: m_has_value at ././AK/Optional.h:215 55.271 CrashReporter(51:52):...

No problem! Yes, this edge case was something that I noticed too while testing both on my OS and in Serenity (this problems seem to have been caused by d9ff37e1b1c4388325f03ca924ad4848e0e62b67)...

Recent change rebases and resolves a merge conflict

From snooping around `Userland/Libraries/LibWeb/HTML/HTMLTextAreaElement*` (at snapshot 23fc1f988ff09536aae161e0a9624a1303799c82 at the time of this comment) and looking at [this](https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element) link within the spec, it appears that its implementation is not yet complete.

I believe it would only be a performance problem when we end up using it as an option (e.g. --native or something like that) as only then we would need...

I'm going to close as this does seem to be a very specific use case. If a package's classifier metadata were reliable I would have no problem implementing this since...