Jaeyson Anthony Y. ⚗️
Jaeyson Anthony Y. ⚗️
Adding mix task like `mix phx.new` as a convenience command when using shell, particularly when one is testing in localhost. Scope for the mix task will be the following: -...
Based on [docs](https://typesense.org/docs/guide/backups.html), there are few points for making backups/restores (aka snapshots): > ### Backup steps > It is unsafe to directly archive/backup Typesense's data directory, since Typesense might have...
### Manage and load balance typesense nodes for high availability. Scenario: distribute load on instances when there's no external load balance request. Accompanying docs: - [High availability](https://typesense.org/docs/guide/high-availability.html) - [Running in...
See context #17. Tldr; configure the connection parameters dynamically (ie. creds from db records). The gist here is that, the connection can be pipe-able to functions. By default, you don't...
## Change Summary Hi! First off thank you for creating this great spec file. I'm using the open api spec for generating an API client. Adding 4XX descriptions for the...
Hi @aj-foster 👋🏾, ## Tldr I wanted to add another/dynamic key in `%Field{...}` in `OpenAPI.Processor`, but I'm certain I'm doing the wrong way :frowning_face: ## Why did I do this?...