Minh-Hoang DANG

Results 28 issues of Minh-Hoang DANG

I feel like $HOME is enough, instead of `cat /etc/passwd | grep -w $current_user`. I also added the missing icon in .desktop file and script generation

# What's new? - Fixed compatibility issue with Tensorflow 2 since Tensorflow 1 is not longer supported by Google Colab - Fixed download issue

In the `compose` file, I set these params: ```yaml bsbm-virtuoso: image: openlink/virtuoso-opensource-7:7.2.7 environment: SPARQL_UPDATE: "false" DBA_PASSWORD: "dba" VIRT_HTTPServer_ServerThreads: 20 VIRT_HTTPServer_MaxClientConnections: 20 VIRT_SPARQL_MaxQueryCostEstimationTime: 0 VIRT_SPARQL_ResultSetMaxRows: 0 VIRT_SPARQL_MaxQueryExecutionTime: 0 VIRT_Parameters_NumberOfBuffers: 1360000 VIRT_Parameters_MaxDirtyBuffers:...

While using `rdf4j`, I encountered this error, which I reported on [their repo](https://github.com/eclipse/rdf4j/issues/4473). It only happens on Virtuoso 7.2.8 and above. I came across [this forum ](https://groups.google.com/g/rdf4j-users/c/mYijXw3Oa24): > At the...

I have this federated query with `SERVICE`. I want to use `VALUES` to test a number of combinations of sources. This query below works ```sparql SELECT * WHERE { SERVICE...

Given the code below: ```python from rdflib.plugins.sparql.parser import parseQuery from rdflib.plugins.sparql.algebra import translateAlgebra, translateQuery query_template = """ SELECT * WHERE { ?s ?p ?o } LIMIT 1 """ ptree: ParseResults...

I encountered this problem: https://github.com/RDFLib/pySHACL/issues/215 In summary, I purposefully generated an erroneous markup where `nutrition` is part of `Product` and used pySHACL to validate it. Because of the lack of...

no-issue-activity

Given the datashape below, which is a json-ld markup: ```json { "@context": "http://schema.org", "@type": "Product", "@id": "https://www.slimmingeats.com/blog/hoisin-chicken-actifry-stove-top", "name": "Hoisin Chicken (Actifry or Stove top) | Slimming Eats", "description": "Heavenly Tender...

**Is your feature request related to a problem? Please describe.** I use Colibri as an editor. QTranslate-XT doesn't seem to support Colibri as I don't see language versions for blocks....

enhancement

The log reports a missing file as follows: ```log ./src/postgres/include/port/atomics.h:63:10: fatal error: 'port/atomics/arch-arm.h' file not found #include "port/atomics/arch-arm.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [src/pg_query_json_plpgsql.o] Error 1 An error occurred...