crocket

Results 133 comments of crocket

This is what I get. Either ``` (defn- dotenv [key] (when (os/stat ".env") (with [f (file/open ".env")] (-> (file/read f :all) (parse-dotenv) (get key))))) ``` or ``` (defn- dotenv [key]...

I don't understand. Have you found a solution already?

After changing ``` ((string-match (rx bos (or "def" "with-")) head) ``` to ``` ((string-match (rx bos (or "def" "with")) head) ``` I get ``` (defn- dotenv [key] (when (os/stat ".env")...

``` (let [var1 (var1) var2 (var2)] (call something)) ``` should look like ``` (let [var1 (var1) var2 (var2)] (call something)) ```

Yes. What did you do with `(let 1)`?

I'll try to restart xiccd without rebooting and check if there is the new profile in colord when I create a new display profile and install it in DisplayCAL. I'll...

I just confirmed that the ICC display profile installed by DisplayCAL GUI appears after restarting xiccd. Also, it seems that `xiccd` is responsible for registrating display devices with the right...

Until /etc/init.d/zfs-load-key is merged and this is implemented, I use this workaround. /usr/lib/dracut/modules.d/99local/module-setup.sh ``` #!/bin/sh check() { return 0 } depends() { echo zfs return 0 } install() { inst_hook...

Yes, it is something else. I just wanted one password to unlock everything.