rgret-dev
rgret-dev
This PR removes the `once_cell` dependency and uses the std struct instead. MSRV would go up to 1.70 See: - https://doc.rust-lang.org/std/sync/struct.OnceLock.html - https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#oncecell-and-oncelock
Would it be possible to run dependabot CLI / dependabot-core without Docker? Maybe there is good reasoning behind the usage of Docker but I find it very "heavy" and complex...
Fixes #2830 This PR adds support for parsing "stryker-config.yml" and "stryker-config.yaml" as default configuration files. Eliminates the need to pass those files in each time. Needed to add the "Collection"...
**Is your feature request related to a problem? Please describe.** When running the CLI, it would be useful to override the base path to a value other than the current...
Removes the unnecessary separator, redundant open action, and changes shortcuts to match other browsers.
This allows us to bubble up network errors to API consumers after finishing a request. Sample logs: ``` 8018.574 WebContent(49434): ResourceLoader: Failed load of: "https://localhost:7174/", Error: SSL verification failed (status...
Before: ``` 7903.420 WebContent(36728): ResourceLoader: Failed load of: "https://httpstat.us/403", Error: Load failed (status code: 403), Duration: 192ms ``` After: ``` 7682.557 WebContent(32889): ResourceLoader: Failed load of: "https://httpstat.us/403", Error: Load failed...
Set the connection timeout which only limits the connection phase of the request. Previously, CURLOPT_TIMEOUT would apply to all transfer operations which could result in legitimate upload or download operations...
Reduced sample: ```html .test:after, .test:before { content: ""; display: table; } nav { display: table; margin: 0 auto; } ul > li { float: left; } hello world ``` Crash...