Stephen M. Coakley

Results 51 issues of Stephen M. Coakley

For my HTTP client I now have the need to assert that repeated headers are being sent or not with the correct values and number of times. For example, I...

We should only apply key bindings in a package's `key_bindings.fish` file when in an interactive shell. Otherwise we are wasting time, and also potentially breaking integration with things like interaction...

priority: normal
init
HackIllinois
HackIllinois 2019

Troubleshooting in #524 revealed a need to add a command to easily clear cache files in `~/.cache/omf`. We might start caching more stuff other than the index in the future,...

priority: low
package-management

Currently bundle files support the following dependency definitions: - `package x`: Require a _plugin_ named `x`. - `theme x`: Require a theme named `x`. Using the name `package` to refer...

priority: normal
package-management

I am looking to use the FFI bindings of Quiche as a sort of `-sys`-style crate within the [curl-sys](https://github.com/alexcrichton/curl-rust) crate. Typically, so-called `-sys` crates will use the `links` Cargo field,...

It looks like `release-drafter.yml` is currently loaded using probot-config, but it would be great if it could also be loaded from a local checkout from within actions. Then we could...

Target being: https://docs.docker.com/compose/compose-file/#target Allowing you to override this using the plugin would make it possible for you to build multiple targets of a service, push each target to a repository,...

Refactor the API for SSL/TLS configuration. This accounts for the fact that the TLS engine can vary (as rustls is now an option) and corrects some confusing parts of the...

Offer [rustls](https://github.com/rustls/rustls) as an optional TLS engine. The default behavior will remain to use the system-native TLS engine, but users should be able to opt-in to using rustls just with...

feature
breaking