knowledge-base
Here are 265 public repositories matching this topic...
On the page https://help.seravo.com/api/v1/api_doc there is a link to https://support.helpy.io/api, but that page does not exist. Please remove the link or create the page.
Should exist in the installation manual an example of a systemd documizer-conversion.service
in order to launch at boot the docker appliance with syslog and dns options .
-
Updated
Jun 25, 2020 - JavaScript
The AtomTable uses a mutex to guard access to the TypeIndex. This mutex could be mostly avoided by using a concurrent hash map. The one described here: https://preshing.com/20160201/new-concurrent-hash-maps-for-cpp/ seems like a good choice. implementing this requires
- Copying the concurrent hash map source to cog-utils
- Modifying
TypeIndexto use it. - Removing the mutex lock in `AtomT
-
Updated
Jun 23, 2020 - Java
-
Updated
May 12, 2020
-
Updated
Jun 24, 2020 - Rust
The README.md describes what KGCN is, but it does not describe how it will be beneficial for users.
We should have a use-case section describing the kind of problems in which KGCN makes sense as a solution.
-
Updated
Aug 26, 2019 - Python
-
Updated
Jun 8, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Python
-
Updated
Jan 30, 2020 - Python
I noticed whilst tweaking some code that there is a typo in one of two places. I suspect it's the notebook jack/notebooks/model_training.ipynb there is a call to load_embeddings but it passes in type='glove' however the respective function uses "typ" for the second parameter (which i assume is deliberate to avoid conflicting with Python's type class).
-
Updated
Oct 11, 2018 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
Jul 8, 2018 - TeX
-
Updated
Jun 16, 2020 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
May 4, 2020 - Python
-
Updated
Feb 4, 2020 - Python
-
Updated
May 6, 2019 - Python
-
Updated
May 17, 2020 - Python
-
Updated
Feb 11, 2020 - Python
-
Updated
Jun 21, 2020
Problem to Solve
In the https://dev.grakn.ai/docs/general/quickstart doc, schema.gql is too generic, call it friendship-schema.gql, or something more descriptive - maybe grakn-friendship-schema.gpl! They will be downloading more such schemas in the future, from your site and elsewhere, let them not be lost in their download folder.
Question: Feel free to study the content of social-networ
-
Updated
Jun 25, 2020 - Shell
Converting this starter to a Gatsby theme would have some advantages:
- updates and bug-fixes are distributed to consumers automatically
- less setup needs to be done by users
On the other hand, it would make customization a bit harder. People need to customize it a lot could use the starter instead.
To convert this starter to a theme, we'd at least need to:
- deal with the logo
- offer
Improve this page
Add a description, image, and links to the knowledge-base topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knowledge-base topic, visit your repo's landing page and select "manage topics."




Problem to Solve
At the moment Grakn user of the Docker container may not know how to capture logs from inside a running docker container - especially important when the run has failed.
Current Workaround
There may not be a clean one, but in a case, we could log into the docker container: