Casey Link

Results 159 comments of Casey Link

> Yes, I think the check should be check for `$HOME/.logseq` then `$XDG_CONFIG_HOME/logseq` and finally check for `$HOME/.config/logseq` The first two should be swapped. As per the spec: > $XDG_CONFIG_HOME...

> @Ramblurr $HOME/Logseq (step 2) should not be checked. You are correct of course. Sorry, I wrote that comment on my phone, which was a mistake. I've updated my comment...

Here's one that breaks ``` set count 1 set optName to `options_${count}_value` ``` This produces the string literally `options_${count}_value` when I would expect `options_1_value`. I have to do this as...

wow this is unfortunate, literally the first lines of code I write with kopf and I hit this error: import kopf import logging ``` @kopf.on.create("secret") def create_fn(body, **kwargs): logging.info(f"A handler...

I have a use case where I need local snapshots of a dataset and pruning of those snapshots but no need to replicate them. Since I'm already using zrepl for...

I'm also experiencing this bug. It's especially counterintuitive because the annotation usually only goes on Ingress resources , but in this case you have to put the annotation there with...

I am very excited to see this :) I've wanted to use odoyle rules in conjunction with [home assistant](https://www.home-assistant.io/) to power my smart home. I had a basic prototype working...

I think the solution here is to let the have some sort of `:index-mode` value in the entity map?

Yea +1 for a testem supported report format, tap, or xunit reporter format. Using broccoli-jscs alongside testem results in different report output that breaks CIs that are trying to parse...

Also compiling on linux doesn't work On Fedora 23 ``` $ java -version openjdk version "1.8.0_72" OpenJDK Runtime Environment (build 1.8.0_72-b16) OpenJDK 64-Bit Server VM (build 25.72-b16, mixed mode) ```...