John Goodall
John Goodall
the user account creation was failing on centos 5.8, due to, first, the useradd binary not being in my path and then to useradd not having the command option --user-group....
In my `.leaf.yml` config I have: ```yml filters: - '- README.md' ``` And yet, when I make a change to the `README.md` file, leaf re-runs the commands. Am I doing...
npm home socket.io-connect brings you to the hooks page instead of the socket.io-connect page. in package.json: homepage: 'https://github.com/bnoguchi/hooks-js/'
Is there any way to update settings within [the indices module](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-indices.html)? I am trying to update the `indices.store.throttle.type` setting: ``` r, err := c.UpdateSetting(map[string]interface{}{"indices.store.throttle.type": "none"}) ``` There is no error,...
I cannot run the full docker image on an arm64 Mac (environment details below). I can run `docker run --init -p 8070:8070 lfoppiano/grobid:0.8.0` and that works, but if I try...
**Description** This seems related to #8, but I dont need an enhancement in the `xgen` tool, just a way to solve the problem below. I am having a similar problem...
The `LogHook` option does not include a way to see the the HTTP status of the response. I would like to log if, for example this is a 500 vs...
I am trying to convert the [Grobid xsd files](https://github.com/kermitt2/grobid/tree/master/grobid-home/schemas/xsd) but I get a panic. Any help appreciated. ``` gocomply_xsd2go convert ./grobid/grobid-home/schemas/xsd/Grobid.xsd github.com/jgoodall/server/pkg/extraction/grobid/schema ./pkg/extraction/grobid/schema Processing './grobid/grobid-home/schemas/xsd/Grobid.xsd' Parsing: ./grobid/grobid-home/schemas/xsd/Grobid.xsd Parsing: grobid/grobid-home/schemas/xsd/xml.xsd Parsing:...
I am trying to parse the [grobid xsd files](https://github.com/kermitt2/grobid/tree/master/grobid-home/schemas/xsd) using the following command: ``` xsdgen -pkg grobid -o grobidschema.go ./grobid/grobid-home/schemas/xsd/Grobid.xsd ``` This results in an issue with the source, but...
I need to use vega offline, with no internet access, but while the following works: ``` "$schema": "https://vega.github.io/schema/vega/v5.json" ``` If I download the schema and save in the same directory...