Chris J. Zähller

Results 13 issues of Chris J. Zähller

This valid SCSS: `--red: rgb(195, 58, 50) // #c33a32` compiles to this invalid CSS: `--red: rgb(195, 58, 50) // #c33a32` which causes the browser to choke on the rule. I...

Feature request / enhancement: make it work with `` & `` tag structure.

I've got some PHP files to prevent scrapers & form spammers. If a spider ignores my robots.txt file they are blacklisted. Currently, glyphhanger doesn't respect robots.txt and tries to crawl...

In order to pass PHPCS, I've changed the following lines in Class _Settings: 334: $current_section = $_POST['tab']; $current_section = sanitize_text_field( wp_unslash( $_POST['tab'] ) ); 337: $current_section = $_GET['tab']; $current_section =...

The "Next" button goes back instead of advancing.

When I input this rule: `\w*(?

enhancement

This could easily be fixed by changing line 12 `// $(function() {` to `jQuery(function($) {`

It would be nice if the user could hide all filters (or if they were hidden by default) so one could see the search results before filtering without scrolling. This...

I use markdown to create elements like so: ``` Foo : Bar ``` Which outputs: ``` Foo Bar ``` In the search result excerpt, this shows up as "FooBar". It...

bug
Pagefind CLI

Currently, if you have `mint` and `Mint`, this will produce two separate filters. Can we make case-insensitive the default or have a configuration to toggle this behavior?