Results 12 issues of Jason B. Koh

Hi there. First, I want to say `rdflib` is the best rdf library. My life depends on it. I had this problem where I have a long list (~2000) and...

bug
SPARQL

Hi there, thanks for the great project! My environment: betterproto: v2.0.0b3 python: v3.8.5 OS: Ubuntu 20.04 I use `deprecated` option in a message definition. betterproto generates a `warnings.warn` properly, but...

good first issue
compiler-bug

Hi there, I have documents with `GenericReferenceField` but when the fields are used for `find`, it doesn't return the matched document. I guess this is a bug. Here's the regenerator:...

Hi there, Thanks for the great project! I'm trying to replace mongoengine with umongo because of its awesome asyncio support. In that, I got a problem. I'd really appreciate any...

Hi, I am trying to do some transfer-learning framework with CRF. I would like to use the "retrain" feature but CRFSharp requires the pretrained model to have all tags in...

Hi there, Thanks for sharing a great project. Not sure how much this repository is active, but I have a question. I am running precompiled version of CRFSharp v1.2.0.0 on...

Hi @Hironsan , Thanks for sharing a great project. I would like to understand the implementation to use it. I saw that your CRF's output dimension is fixed to the...

Hi, I try to use this library. It would be great for my project if it works :) My running env: Ubuntu 16.04, Java: openjdk version "1.8.0_111" I succeeded at...

Dashes in module names are not allowed for commands and not recommended within codes by PEP8. The current codebase has "local-server" as a module and it's presented as a script...

- Description: With OpenAIFunctionsAgent, often a plan includes `python` as a tool, whose `arguments` is a `str` of the code to execute. In such a case, `_parse_ai_message` fails due to...

auto:bug