Archonic

Results 16 issues of Archonic

I'm liking the output of `sdiff` but each "segment" is a separate object. Would it be possible to merge adjacent objects with similar actions into 1 object? In my case...

Feature

In the docs it looks like all references to "skeleton" are just for hands. There's one sentence about a full body tracking mode. I'm looking for the expected format and...

Just need to update Pay to fix this. While working on this however it would be worthwhile to update to Pay 3.x which makes architectural changes.

With the last webpacker upgrade, it stopped reloading the page after changes were made to files in the pipeline.

Minimal working Kubernetes deploy instructions would be handy in a wiki article. Especially if it works with Codeship or CircleCI. **Expectations:** * SSL (probably using CloudFlare) * Nginx ingress *...

help wanted

**Description** v0.26.0 introduced [tenant tokens](https://docs.meilisearch.com/learn/security/tenant_tokens.html#multitenancy-and-tenant-tokens) but it looks like there aren't any opinions on tenant tokens in this gem. **Basic example** Specifics of a meilisearch tenant token integration are going...

enhancement
needs more info

I have a model "document" which users have different roles on. This role is extracted and shown in the search results table like so: ``` ``` Is it possible to...

I so far haven't been able to get sensible output between two simple fragments. I have this for a simple comparison service: ``` class ComparisonService def initialize(seq1, seq2) @doc1 =...

I'm attempting to create a cloudsql proxy using kedge. I'd like to follow this as closely as possible: https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine#6_update_your_pod_configuration_file This is my kedgefile for the proxy: ``` # cloudsqlproxy.yaml name:...

I've run into a few hiccups trying to install this. Coupon can't be blank for subscription, but `session[:koudoku_coupon_code]` isn't populated or mentioned as a part of setup. I'm under the...