Patrick A. Karjala

Results 8 issues of Patrick A. Karjala

## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

command:search-replace

Due to the deprecation of `URI.escape` (see https://github.com/ruby/uri/commit/61c6a47ebf1f2726b60a2bbd70964d64e14b1f98 and https://github.com/ruby/uri/issues/14), this gem will no longer work in Ruby 3.x based Rails projects. Fix might be straightforward to replace with `CGI.escape`...

Just created a new application using `activator new PlayStartTestApp PlayStartApp` And configured mail.conf as directed. Then run `activator run` to launch the application at `localhost:9000`. The main page loads. However,...

devise 4.9.4 devise-otp 0.7.1 Steps to reproduce: 1. Log into site using username/password. 2. Enter incorrect token value and press "Submit Token". 3. Receive an error message `The token you...

When installing devise-otp into a fresh Rails 7.1 project using `sprockets` for asset compilation and `importmaps`, the default included QRCode.js library does not properly operate and generate QR codes. Relevant...

**Describe the bug** When starting a new multipass instance, it will hang and the status becomes "Unknown". **To Reproduce** From either the GUI or the CLI, launch a new Ubuntu...

bug
documentation

Currently it is not clear (to me) how to write tests for controllers that require a user to be logged in. Is there a quick guideline or setup I can...