Casey Link

Results 124 issues of Casey Link

Using ember-data 1.13.14 with the master branch of ember-localstorage-adapter, query() and queryRecord() calls are never returning any data. I've worked around it by using store.filter().

🙄 **Is your feature request related to a problem? Please describe.** Bedtime for our child is a complicated and delicate time. During this half-hour/hour window we want to keep manual...

In some cases when the contents of a header is much longer than the values in that column, it would be nice to format the header over multiple lines to...

Nice guide! You mentioned [on reddit](https://www.reddit.com/r/homelab/comments/ijza8z/i_wrote_a_wip_guide_on_setting_up_a_k3s_cluster/g3hoax1/) that you got k3os working. That seems like it would be the way to go, considering k3os handles updates. Any chance you'll update the...

We use the hosted 1password.com service from agile bits. Is it possible to use this tool, on linux, to access a vault?

enhancement

I realize this answer depends on a multitude of variables, but I pose it here nonetheless. I'm unable to heat up the inside of my insulated box (one simliar to...

This PR bumps gunicorn to the latest version, fixing the following error that is present given the current Dockerfile. ``` from gunicorn.workers.async import AsyncWorker ^ SyntaxError: invalid syntax ] ```...

We've several dozen albums on our photoprism instance. The current album list page renders albums in chronological order. Most of the time when we go to look at an album...

idea
needs-analysis

Here is a simple example using spec's [`int-in`](https://clojuredocs.org/clojure.spec.alpha/int-in) ```clojure (defphraser :default [_ problem] problem) (defphraser (s/int-in min max) [_ _ min max] (str "must be between " min " and...

``` lein new luminus my-project +sqlite +sassc +site cd my-project lein run ``` result: ``` java.lang.Exception: Error loading /home/user/src/proj/my-project/project.clj at leiningen.core.project$read_raw$fn__8050.invoke (project.clj:1104) leiningen.core.project$read_raw.invokeStatic (project.clj:1098) leiningen.core.project$read_raw.invoke (project.clj:1094) leiningen.core.project$read.invokeStatic (project.clj:1115) leiningen.core.project$read.invoke (project.clj:1112)...