Stian Soiland-Reyes

Results 59 issues of Stian Soiland-Reyes

I have just set up sup with gmail, offlineimap is active and have imported 9700 messages so far. I have set `archived: true` in `sources.yaml`, but had run `sup-sync` before...

bug

If I kill a thread with `&`, and this thread happens to be the last thread of the inbox, often I get this error: ``` --- NoMethodError from thread: index...

bug

```bash (manubot) stain@biggie:~/src/ro-index-paper/build$ sh build.sh build.sh: 5: set: Illegal option -o pipefail (manubot) stain@biggie:~/src/ro-index-paper/build$ head build.sh #!/usr/bin/env bash ## build.sh: compile manuscript outputs from content using Manubot and Pandoc set...

We've been wanting to use [PROV-Dictionary](https://www.w3.org/TR/prov-dictionary/) extension with prov.py, but it's a bit tricky if we want to serialize in multiple formats. Our current [workaround](https://github.com/common-workflow-language/cwltool/blob/1.0.20181012180214/cwltool/provenance.py#L634) is to register the regular...

prov.model

``` user=> (hiccup.page/html5 {:xml? true} [:head [:title "Hello"]] [:body "Hello"]) "\n\nHelloHello" ``` works.. but any way to set the `options` programmatically fails, and the options are inserted verbatim into the...

in particular to indicate the registered `CommonMark` variant. My addition also included below for convenience: # Appendix: Media Type and file extension MarkDown is primarily intended as a "write" format...

Addresses [CSV-215](https://issues.apache.org/jira/browse/CSV-215) and [CSV-216](https://issues.apache.org/jira/browse/CSV-216) I know mutable `CSVRecord` caused [quite](https://lists.apache.org/thread.html/8f038aac6173d8be63b14c612c6596a613a2c8f0b16de446ea732885@%3Cdev.commons.apache.org%3E) a [discussion](https://lists.apache.org/thread.html/57478abc7f4947e7fe61fe9e46770faf888df156eabdc2fbc6c0c836@%3Cdev.commons.apache.org%3E) earlier. @garydgregory created a CSV-216 branch b23f963e8dd4ca553a233e653a6220d8e80db9e9 adding a new `CSVMutableRecord` which could be enabled in the format...

https://practicalprovenance.wordpress.com/2020/12/08/installing-provtoolbox-on-macos/ documents installation requirements on macOS, including OpenJDK and Graphviz which most students do not have installed. While installing OpenJDK has quite a few options on macOS, this can be...

Assuming #166 then ProvToolbox works in Windows. However installation is still difficult as the user needs to install OpenJDK and Graphviz, which can be bewildering due to their diverse websites...

simpler repo layout, flat lib/*.jar ..avoiding Windows directory "path too long" issue (see also #153) NOTE: This assumes no two JARs have the same name AND version.