Christopher Harrison

Results 15 issues of Christopher Harrison

There is no exponentiation operator in WDL between numeric types Draft implementation: https://github.com/openwdl/wdl/tree/296-exponentiation

enhancement
Spec Change
feature request

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.70.0 (90c541806 2023-05-31)...

C-bug
A-parsing
A-validators

## New feature: `filterMap` operator Nextflow currently supports both the `filter` and `map` operators against a queue channel. It is very common to combine these, so it may be useful...

lang/operators

The `session.iRODSSession` class has a [`numThreads` attribute](https://github.com/irods/python-irodsclient/blob/6cd44f5d81179f4d29e414e98f280943022c71e9/irods/session.py#L21), which is set to zero. This attribute is referred to sporadically elsewhere in the code, but doesn't seem to provide any functionality. The...

**Is your feature request related to a problem? Please describe.** It's an extra human step, that needs coordinating and requires time, to push builds to an external repository. **Describe the...

P3
type: feature request
CI

The precompiled queries in the CodeQL Bundle (e.g., v2.19.1) have file permission `0600`; i.e., read-writable by the file owner only. This causes the CodeQL CLI to be unable to read...

There's a discussion in #297 regarding Confluence macro support. My particular use-case is for the table of contents and I naively thought that using the Confluence wiki markup `{toc:printable=true}` would...

The (minimal) documentation says: > ### folderToPublish > > The folder you want to apply a default of "connie-publish: true" to. All Markdown files within this folder will be considered...

Markdown is a superset of HTML, so HTML comments `` should be respected as comments within Markdown documents. The Markdown-to-Confluence converts these to literal text, so they end up verbatim...

When rendering a markdown table, this crate strips all the padding whitespace in table cells and sets the header rule to the same width as the respective header: ```markdown |Here...

help wanted