Gjolund
Gjolund
Hi all, Really interested in the premise but it is difficult to know where to start. Some additional documentation and guides would go a long ways towards helping me make...
Not much else to say. ```sh $ jsonnet --version && cat test.jsonnet && echo && jsonnet test.jsonnet Jsonnet commandline interpreter v0.16.0 local wrapper = [ { some_prop: true } ];...
When attempting to build docs from a hasura graphql server I receive the follow error. It seems like spectaql does not respond well to hasura's `query_root` type. ```sh [aws-cognito:!?][austin@asus-ubuntu:~/Workspace/Sophia/platform/modules/docs] [14:41:24]...
Given a cluster configuration like this: ```typescript const pgCluster = new digitalocean.DatabaseCluster( "do-pg-cluster", { name: pgClusterName, engine: "pg", nodeCount: isProduction ? cluster.prod.nodes : cluster.dev.nodes, region: "sgp1", size: isProduction ? cluster.prod.size...
Hello, This may be outside the scope of your plugin, but I was wondering if you have established a pattern for using flex-directory to manage several entries collections. For instance,...
there are some pretty significant difference between the ssh agent shipped with nix-darwin and the default macOS / Darwin ssh agent. is there any way to prevent nix-darwin from overriding...
I created an issue on nixos-darwin and thought I would link to it here in case anyone else has this issue while basing their config off of this repo: https://github.com/LnL7/nix-darwin/issues/979
After setting up this repo I noticed several duplicate entries for a `sh` login item. They seem to be related to nix-darwin or this repo config, I am not sure...