David Genest

Results 14 issues of David Genest

I would like some guidance on what would be necessary to use mingw-64 to build a Windows executable from a linux machine. We have many `go` builds that enjoy a...

question
help wanted
delayed

In PR #505, support was added to the tanka cli to control labels injection for the pruning feature. But a regression was introduced where an already present flag in the...

kind/bug
keepalive

### Discussed in https://github.com/pcottle/learnGitBranching/discussions/904 Originally posted by **davidovich** December 4, 2021 First, thank you for this excellent project! I have recommended it since I found out about it in 2015...

I have not found any configuration in the CRDs that allow global network configuration of the plugins. For example, fluent-bit allows [configuration of the keepalive](https://docs.fluentbit.io/manual/administration/networking#connection-keepalive). Is this a wanted feature...

The current multitenancy implementation only allows one store per charmuseum instance. We should allow multiple stores for multiple tenants. This brings another use for a central configuration file, as adding...

Introduces the private graph[K, T] struct to partially implement the Graph[K, T] interface. Only select functions are in their respective directed or undirected implementation files. This reduces most of the...

Allows reuse by embedding in user code store implementations. Fixes #164

At $WORK, we implement our own Store interface for reading existing db entities into a graph. This store only implements Read related interface functions of the Store interface and works...

enhancement

Because the store could theoretically be updated without the use of the main `AddVertex` and `AddEdge` APIs (which does some input validation), calculating the `AdjencyMap` could provoke an "assignment to...

I believe it is because https://github.com/google/go-jsonnet/commit/fed90cd9cd733a87f9fb27cfb32a3e08a7695603 is not in any official release. Can Tanka use an unreleased version ? Technically `std.objectKeysValues` it is present in 0.20.0, but not in the...

kind/bug