Aaron Gray
Aaron Gray
Hi, I don't really have time at the moment as it will probably mean editing most of the code and/or finding a ECMA script formatter/prettifier like https://prettier.io/. This is probably...
Also getting `Property 'default' does not exist on type 'Register'.`
The error is the `-noLineNumbers` and the `--timeout XXX` on the end of the command. Fix is here :- https://github.com/AaronNGray/grobid/commit/60d46b4948e221e24d749a758ee89c34b80cd81d Note: there is atleast one other bug !
@kermitt2 Can you please have a look at the next bug :- an instance variable PDFALTOSaxHandler.block is being used without being assigned in qName.equals("String") case in startElement(). https://github.com/kermitt2/grobid/blob/cb39daccf1db20863f79dc6ab383262556d531d2/grobid-core/src/main/java/org/grobid/core/sax/PDFALTOSaxHandler.java#L446 ``` ERROR...
I really need this patch on my MacOS 10.15.x machine, otherwise I have to buy a new machine to develop on :| I am unfamiliar with folly or brew and...
I think the rpm-build:fedora-rawhide-* issue is nothing to do with with this issue ! Looks like its a failed patch in a test specific to rpm-build:fedora-rawhide ! https://github.com/facebook/folly/blob/main/folly/executors/test/CodelTest.cpp ``` Building...
> > I really need this patch on my MacOS 10.15.x machine, otherwise I have to buy a new machine to develop on :| I am unfamiliar with folly or...
@barracuda156 - Great, I am going to move over to MacPorts most likely. I got **watchman** installed using it that uses **folly**. Just need to see what its node.js support...
You have three options :-1 1) you can take it over 2) I can give you access to the repo 3) I can maintain the repo The reason I TypeScript'ed...
Have you tried the two solutions in this thread ? On Wed, 9 Aug 2023 at 14:30, Ashish Kumar ***@***.***> wrote: > If anyone got the answer of the problem,...