Richard Walker

Results 10 issues of Richard Walker

Hi. On Mac, you can make an application "sticky" to all desktops by right-clicking the dock icon and selecting Options -> All Desktops. The Process Dashboard and the other apps...

**Describe the bug** Let's say you use `composer update`, and one of the modules that gets updated, say, `abc`, was already enabled in Drupal, but it now has extra module...

type-bug
pri-low
area-pm

I use Jsoup.isValid(), and am now finding that this rejects a relative URI for the IRI: ``` ... ``` As noted at #979, there's no variant of Jsoup.isValid() that takes...

I'm just now adding a checkout of the files of this repo (except for the `.git` directory) within another git repo, and I found that `git status --ignored` reports `build/`...

It would be great if the RAML generated from Java (using the command-line tool) included descriptions against the uriParameters and queryParameters that are taken from the Javadoc for the method....

enhancement

Commit eb770fdc6d809bc7c28d499f897c0ab2c449f669 added the `$samesite` parameter to `set_cookie()`. But now there's a contradiction between the `foreach` and the comment on the immediately preceding line (`system/core/Input.php` lines 311-312): ``` // always...

The function `terminal_view.js/createTextAndAnchorElements()` auto-links URLs for the terminal output pane when using `terminal` as the `output_format`. It'd be nice to have an option (e.g., per-runner?) to add `target="_blank"` to the...

### Describe the feature or problem you’d like to solve I'd like commands such as `gh pr list` to be able to give me both JSON output and to be...

enhancement
discuss

Environment: java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) I think I'm experiencing a similar issue to what was reported...

`docker/podman stop script-server` sends first `SIGTERM`, then, after a timeout, `SIGKILL`. `script-server` seems to ignore `SIGTERM`, so `docker/podman` sends SIGKILL after the timeout. I see that `./src/web/server.py/intercept_stop_when_running_scripts()` configures a handler...

bug