hermes icon indicating copy to clipboard operation
hermes copied to clipboard

A document management system

Results 28 hermes issues
Sort by recently updated
recently updated
newest added

Hi, I followed the instructions to run hermes locally on my machine but when I try to create a document I get this error in the terminal ``` "error copying...

The README.md and the config.hcl have references to creating a domain-wide delegated service account, and using it for production access. The instructions aren't clear though. Once the key is downloaded,...

Applies a `cleanString` function to editable Document properties to replace invalid characters with ASCII-friendly equivalents. This fixes an error where creating or saving a doc with special characters, e.g., smart...

Removes self-referential route information from the `requestReview` task. To transition queryParams without changing routes we can just write: ``` this.router.transitionTo({queryParams: { draft: false }}); ``` Source: [Ember `transitionTo` docs](https://guides.emberjs.com/release/routing/query-params/#toc_transitionto)

You write that the documents are stored like /l/rfc/lab-123 Is there a way to access the files directly, via file server? Or would that corrupt the database? Our company stores...

Hi, I'm kindly requesting to add Microsoft integration in addition to Google. Regards, AC.

There is already a quite popular open-source project called "Hermes" in Java community: https://hermes.allegro.tech/ https://github.com/allegro/hermes which is more than 6 years old, and actively developed (not to mention yet another...

The Go binary embeds the web UI at compile time. For `make bin` to succeed, the web UI must already have been build. As a result, a fresh install of...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Hello! I see there is not currently a plan for a pluggable search engine (https://github.com/hashicorp-forge/hermes/issues/449). Would you be open to accepting a change that creates go search engine interface (but...