Jacopo Farina
Jacopo Farina
This would be really useful. There are [tools to generate a grammar for a specific JSON schema](https://grammar.intrinsiclabs.ai/) and it could be used to enforce it. If I understand correctly the...
We use in production [this task queue](https://github.com/flix-tech/postgres-tq) we implemented, based on Postgres. The [upcoming version](https://github.com/flix-tech/postgres-tq/pull/10) will probably add the possibility to postpone tasks. It should be feasible to add a...
A small update: calling `flush()` after `send()` I do get a warning: WARNING kafka.producer.record_accumulator [Error 10] MessageSizeTooLargeError it is a warning rather than an exception, but it's an improvement
@trustedtomato I think llamacpp does not return any error message, it just segfaults when it gets a wrong grammar file
OpenNLP allows to [retrieve that information](http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/parser/ParserTool.java?view=markup#l55), I'd be happy to try and add it to the library, but I'm a Clojure newbie and can't be sure how much it'll take...
I think should return a vector of parse trees along with their probabilities (currently it [forces the value to 1](https://github.com/dakrone/clojure-opennlp/blob/master/src/opennlp/treebank.clj#L146)). I made a first attempt at allowing to specify this...
Same problem here, using `debian:buster` image as a base and `Python 3.7`. I tried both values of `enable-threads` and a few others settings but it still breaks. Weird enough, the...
@awelzel I tried to reproduce but cannot get it anymore ¯\_(ツ)_/¯ I don't remember any additional stacktrace, it only printed that message. This is my requirements.txt for that version: ```...
Agree, it's quite an essential feature and it seems "just" a matter of propagating the grammar to the model. I'm not sure in general tools do enforce a grammar or...
Same here, it happens often and quite randomly. The log says: [uwsgi-http key: localhost:8080 client_addr: 127.0.0.1 client_port: 21472] hr_instance_read(): Connection reset by peer [plugins/http/http.c line 647] invalid request block size:...