Stian Soiland-Reyes

Results 77 comments of Stian Soiland-Reyes

``` bash -i | ./slowmode ``` on @iyzsong's code works great! I change 10000 to 3000 to mimick 300 baud (e.g. 30 10-byte chars pr second), but this could be...

+1 to replace the Maps with something more object oriented :)

Here's an alternative way, if possibly more buggy: If you use [markdown module](http://mirrors.ibiblio.org/CTAN/macros/generic/markdown/markdown.html) for lualatex (which is easily enabled in Overleaf), you can operate in "dual" mode by having an...

In RDF 1.1 they are [equivalent](https://www.w3.org/TR/rdf11-new/#literals). In fact I think strings should be serialized without explicit `^^xsd:string`.

Seems to also apply to the options of `xhtml`. Ideally the "options" should also be evaluated only once, so perhaps create `options#` abit earlier? I tried to fix it, but...

I think instead of the match-all `ProxyPassMatch` the above should work: ``` ProxyPass / https://localhost:6511/ ProxyPassReverse / https://localhost:6511/ ``` Note that [ProxyPassReverse](http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypassreverse) only rewrites certain HTTP headers, not the body...

I am not sure I understand this patch.. so if `name` is set on the top-level workflow loaded from a `*.cwl` file, then that becomes its new `id`? (presumably instead...

Hi, happy to join in this! @simleo is trying in repo2crate to generalize what was before parsing just snakemake. It [picks up some nf-core metadata](https://github.com/crs4/repo2crate/blob/main/repo2rocrate/nextflow.py) if the repository is well-formed...

See also #25 instead. The `withValue()` setters does like @sgoeschl suggest and either return a new CSVRecord or mutates the current object. `mutable()` or `immutable()` or a `CVFormat` flag can...

f66a839 adds warnings about `.clone()` according to [discussion](https://lists.apache.org/thread.html/e7c54a595325f1faf7c78b86e76c048c98a914fbb869b8f6d648e4f5@%3Cdev.commons.apache.org%3E) with Gilles @sebbASF et al. Is this OK to merge? @garydgregory said he would have a look.