Tim Ledbetter

Results 56 issues of Tim Ledbetter

Example usage: ![mkdir_verbose](https://github.com/SerenityOS/serenity/assets/2817754/87f27d90-fcd1-465a-b8fa-b61a5e927949)

👀 pr-needs-review

Specifying port 0 on the command line causes WebServer to select a random available port. We now show the port WebServer is actually using rather than assuming it is the...

👀 pr-needs-review

This PR makes the following changes to the `strings` utility: * Add the `o` option: This is an alias for `-t o`, which prepend each string with an offset in...

👀 pr-needs-review

This PR adds the `-U` option, which allows the user to specify a comma-separated list of usernames; these are used as the initial members of the new group. Example usage:...

👀 pr-needs-review

Example usage: ![chgrp_multiple_paths](https://github.com/SerenityOS/serenity/assets/2817754/3a5151b7-b131-4e57-9c88-f6b03e2efb98)

This PR adds the following options to `usermod`: * `-G`: Set the supplementary groups for a given user. By default, the user is removed from any groups they are a...

👀 pr-needs-review

EDIT: I have updated this PR to include fixes that ensure multi-line code blocks with a style are rendered correctly, see below for more info This PR updates the `checksum(1)`...

⏳ pr-waiting-for-author

Simplified reduction from https://en.wikipedia.org/wiki/Software_bug: ```html button::before { content: '['; } button::after { content: ']'; } show ``` Currently, the `:before` pseudo-element is not being displayed at all and the `:after`...

bug
web compatibility
has-repro
reduction-of-web-content

With this change, clicking on an editable element, such as an `input` or `textarea` causes the cursor position to be updated to the current mouse position. The behavior of the...

👀 pr-needs-review

Previously, the range's end offset was being set using it's previous value. This fixes an issue where editing `contenteditable` elements would crash intermittently when removing characters. Tested by editing the...

👀 pr-needs-review