Bob Kline

Results 18 issues of Bob Kline

### Problem/Motivation The issue was filed because clearing the Drupal cache is an essential part of a Drupal developer's workday. ### How to reproduce Here are the steps which led...

In chapter 14 of _Flask Web Development, 2nd ed._, we read > Note how the package used for the API includes a version number in its name. However the name...

question

**Describe the bug** The Cropper website's home page in some places say that the recommended replacement is [jquery-cropper](https://github.com/fengyuanchen/jquery-cropper) and in other places [Cropper.js](https://github.com/fengyuanchen/cropperjs) is identified as the recommended replacement. **To...

documentation

In the _CI Workflow_ video, how exactly is http://localhost:9090 going to work if the docker container isn't configured to map that port to the same port on the host machine?...

The docker container does not include maven. The instructions in the video merely say > Before we get started with this video, make sure you have the following things set...

When emacs is launched from the terminal a message is displayed complaining of illegal calls and warning that something may break in the future. ```% emacs --version GNU Emacs 28.1...

## Summary Setting `row_type_callable` to `NamedTupleRow` causes data retrieval to fail in the constructor for the local `Row` class inside the global `NamedTupleRow` function. ## Repro Here's my repro case...

### Describe the bug The tar file for the latest release has files with timestamps back in October 26, 1985. ### Steps to reproduce the bug 1. Download https://github.com/uswds/uswds/releases/download/v3.7.1/uswds-uswds-3.7.1.tgz 2....

Type: Bug
Needs: Discussion
Affects: Dependencies

Is there a way to dump the index in order to troubleshoot anomalies? I'm in the process of assessing the options for full-text indexing and I see that searches using...

There are environments in which it is undesirable to register a handler for the SIGINT signal (for example, when running under a service manager framework which runs the scheduler in...