Kevin Cox

Results 144 issues of Kevin Cox
trafficstars

Right now you can configure required status checks and bors will wait for them to complete. However there is a large footgun where changing the name of a check in...

It sometime happens that CI is broken for everyone due to some outside dependency. For example maybe some remote cache storage is down. In this case everyone who merges just...

```rust #[test] fn test() { lol_html::rewrite_str( r#" "#, lol_html::RewriteStrSettings { element_content_handlers: vec![ lol_html::element!("img", |e| { assert_eq!(e.get_attribute("alt").as_deref(), Some("Foo & Bar")); Ok(()) }), ], ..Default::default() }).unwrap(); } ``` ```rust thread 'test' panicked...

enhancement

``` Error detected while processing function grammarous#check_current_buffer[23]..81_invoke_check: line 39: E121: Undefined variable: lang E116: Invalid arguments for function printf E15: Invalid expression: printf( '-c %s -l %s --api %s', &fileencoding...

It would be nice to ad zopfli to the suite as a compressor targeting at high compression and outputting a regular deflate/zlib stream.

**What happened**: I was trying to replace a CNAME records with a set of A records controlled by external-dns. I added the required ownership and ran external-dns. However at the...

kind/bug

### Checklist - [X] I have used the search function to see if someone else has already submitted the same feature request. - [X] I will describe the problem with...

enhancement

It would be nice if Atom pagnation and archiving extensions where supported (even on RSS feeds). This isn't widely support but would help get more content into the search engine....

``` % rdedup -d d init Error: URI parsing error: d % rdedup -d ./d init Error: URI parsing error: ./d ``` This is confusing an unintuitive. At the very...

% rdedup -v rdedup 3.1.1 ... % RUST_BACKTRACE=1 RDEDUP_PASSPHRASE=test rdedup -d ~/d init Using passphrase set in RDEDUP_PASSPHRASE thread 'main' panicked at 'attempted to leave type `linked_hash_map::Node<yaml_rust::yaml::Yaml, yaml_rust::yaml::Yaml>` uninitialized, which...