-
A mapping of Zotero types to CSL types is available at http://aurimasv.github.io/z2csl/typeMap.xml. I am not sure whether this is required to do create citations with pandoc-citeproc but [general CSL …
-
-
Currently, all fixers (`Datahub::Factory::Fixer` and children) have the attribute `fixer`, which in itself has the method `fix` that is used to execute the Fix. It would be cleaner and more in line wi…
-
How do you select a field with blank indicator?
-
Hi,
when I try to install I have:
```
# Failed test '"geo_Point"'
# at t/objects.t line 32.
# Structures begin differing at:
# $got->[0] = 'http://www.opengis.net/ont/geospar…
-
Morph has:
`contains`, `not-contains`, `equals`, `not-equals`, `blacklist`, `whitelist`
that can operate directly on a certain value.
Fix only has `filter` for that. Otherwise you have to crea…
-
~~~
$ echo '{"x":1}{"x":2}' | oq . -o json
{
"x": 1
}
{
"x": 2
}
$ echo '{"x":1}{"x":2}' | oq . -o xml
oq error: unexpected token '{' at 4:1
~~~
Expected:
~~~
$ echo '{"x":1}{"x":…
-
based on the search for:
`do list(path)`
metafacture/metafacture-fix/misc/vim/syntax/syntax-sample.fix
metafacture/metafacture-fix/metafix/src/test/java/org/metafacture/metafix/FixParsingTest.jav…
-
My smokers report the following failure:
```
# Failed test at t/store.t line 37.
# Structures begin differing at:
# $got->{author}{id}[0]{description} = 'schilder, tekenaar, hofschi…
-
With perl 5.41.x (e.g. 5.41.4) the test suite fails:
```
# Failed test 'use Catmandu::Fix::Condition::in;'
# at t/Catmandu-Fix-Condition-in.t line 13.
# Tried to use 'Catmandu::Fix::Condit…