Docs icon indicating copy to clipboard operation
Docs copied to clipboard

Metarhia docs and F.A.Q. πŸ“’

Results 9 Docs issues
Sort by recently updated
recently updated
newest added

Scenario: - Application serves WebSocket protocol - Clients subscribe to the WebSockets room/channel via sending message to API using metacom message schema. The incoming request is handling by worker W1....

Closes: https://github.com/metarhia/Docs/issues/21 Refs: https://github.com/metarhia/metacom/pull/486 When the PR https://github.com/metarhia/metacom/pull/486 will be landed β€”Β sentence about conversion of code `12345` and message to `"Internal Server Error"` with `"code":500` becomes true. However conversion...

Scheduler settings in `config/server.js` used by Impress https://github.com/metarhia/impress/blob/1fd89f6ef109f2bb84267e0b40af51a90b804479/impress.js#L160-L161 `Planner` for creating `Semaphore`s per task topic https://github.com/metarhia/impress/blob/1fd89f6ef109f2bb84267e0b40af51a90b804479/lib/planner.js#L140-L148 `Semaphore`'s timeout can't limit task execution time because it's purpose to limit time awaiting...

The documentation section [Error-handling guidelines](https://github.com/metarhia/Docs/blob/main/content/en/LAYERS.md#error-handling-guidelines) contains the sentences https://github.com/metarhia/Docs/blob/3f3b82e5430687fa48b1b7b003a4eabe416051ae/content/en/LAYERS.md?plain=1#L163-L166 Trying to reproduce this behaviour with [Example project](https://github.com/metarhia/Example/tree/master) brings unexpected results. The way I had tried: 1. Setup database 2. Start...

This PR will add "Webhooks" sub section to the [API layer: units and endpoints](https://github.com/metarhia/Docs/blob/main/content/en/LAYERS.md#api) section at LAYERS page. I decided to place it as sub section because on the LAYERS...

This PR adds notice into [Start](https://github.com/metarhia/Docs/blob/main/content/en/SERVER.md#start) section on the SERVER page about execution of start/stop hooks in every worker thread by default. Also I explain how to induce restrictions on...

This PR will add one paragraph into [Data access layer](https://github.com/metarhia/Docs/blob/main/content/en/LAYERS.md#data-access) section on LAYERS page. It contains explanation that `db` namespace isn't only for database connection initialization through the start hook....

Current version of [Metasql query builder](https://github.com/metarhia/Docs/blob/main/content/en/DATA.md#metasql-query-builder) section contains mostly initial setup guide. There is only one usage example without any description. I agree that `select` example is self explanatory, but...

# Feature request Recently, GitHub added nice blocks for emphasizing important information. WDYT about start using them? https://github.com/orgs/community/discussions/16925 > [!NOTE] > Highlights information that users should take into account, even...