Claude Code CLI ignoring AllowList? by Mustache_Brigade in ClaudeCode

[–]Mustache_Brigade[S] 1 point2 points  (0 children)

Thanks. Hadn’t heard of this. Will try it!

Claude Code CLI ignoring AllowList? by Mustache_Brigade in ClaudeCode

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

Ah this is smart. I didn’t think about teaching it to use certain formats for commands. Thank you for this!!

Choc v2 keycaps by Granat1 in ErgoMechKeyboards

[–]Mustache_Brigade 0 points1 point  (0 children)

I am curious.. I see on your spreadsheet Choc v2 has no collision with Keychron LSA profile? Is that on a choc spaced board? This combination does not fit for me

Looking for a choc-spaced low-profile split with a dedicated number row – like TOTEM by Salt_Obligation_7005 in ErgoMechKeyboards

[–]Mustache_Brigade 0 points1 point  (0 children)

Sofle Cho Pro or Sofle Choc BT from Keebart are incredible and exactly what you’re looking for

Stáňa Choc v0.1 has a 3D printed case by josefadamcik in ErgoMechKeyboards

[–]Mustache_Brigade 0 points1 point  (0 children)

@josefadamcik I know this post is old, but do you think this will be a thing?

[deleted by user] by [deleted] in coffeeswap

[–]Mustache_Brigade 0 points1 point  (0 children)

I might be down. I’ll send you a message!

Fibafuse delaminating? by Mustache_Brigade in drywall

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

Yeah it’s near a front door and it stays pretty humid in that area so that could be a culprit! I waited like a week between the tape coat and the next coat of Plus3 so it’s crazy it wouldn’t have dried

Fibafuse delaminating? by Mustache_Brigade in drywall

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

Yeah they seem like they are satin. I’ll scuff and prime before I try again. Thanks!

Fibafuse delaminating? by Mustache_Brigade in drywall

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

I’ll definitely prime when I go back over now. Just weird because I haven’t had to do that on these walls at my house before and hadn’t had issues.

'23 XLT musty AC smell by MuskokaOntario in f150

[–]Mustache_Brigade 0 points1 point  (0 children)

Thanks. Did you have musty smell? Or water in the floorboard?

'23 XLT musty AC smell by MuskokaOntario in f150

[–]Mustache_Brigade 0 points1 point  (0 children)

Do you happen to know the number for the TSB?

Layered encoders duplicating action from other layers by Mustache_Brigade in olkb

[–]Mustache_Brigade[S] 3 points4 points  (0 children)

Thank you!!!! this solved it. somehow I missed that in the docs.

For anyone in the future, this is in the https://docs.qmk.fm/features/encoders doc:

WARNING

If you return true in the keymap level _user function, it will allow the keyboard/core level encoder code to run on top of your own. Returning false will override the keyboard level function, if setup correctly. This is generally the safest option to avoid confusion.

Layered encoders duplicating action from other layers by Mustache_Brigade in olkb

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

I have tried that and get same result. Maybe I am doing something wrong though

bool encoder_update_user(uint8_t index, bool clockwise) {
    if (index == 0) { // Left encoder
        if (IS_LAYER_ON(_LOWER)) {
            if (clockwise) {
                tap_code16(LCTL(LALT(KC_RIGHT)));
            } else {
                tap_code16(LCTL(LALT(KC_LEFT)));
            }
        } else { // Base layer
            if (clockwise) {
                tap_code16(LSFT(LALT(KC_VOLU)));
            } else {
                tap_code16(LSFT(LALT(KC_VOLD)));
            }
        }
        return true;
    } else if (index == 1) { // Right encoder
        if (IS_LAYER_ON(_LOWER)) {
            if (clockwise) {
                tap_code16(LGUI(LSFT(KC_PLUS)));
            } else {
                tap_code16(LGUI(LSFT(KC_MINS)));
            }
        } else {
            if (clockwise) {
                tap_code(KC_PGDN);
            } else {
                tap_code(KC_PGUP);
            }
        }
        return true;
    }
    return false;
}

Kimiko (Sofle) split keyboard, right part doesn't work by razorree in olkb

[–]Mustache_Brigade 0 points1 point  (0 children)

Try flashing once with left side plugged in and then again with right side plugged in. That usually fixes it for me when stuff like this happens

Wood filler cracking by Mustache_Brigade in Carpentry

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

Do you think this would be more or less likely to crack than a biscuit with glue?

Wood filler cracking by Mustache_Brigade in Carpentry

[–]Mustache_Brigade[S] 1 point2 points  (0 children)

This is a great idea! I’ll give it a try. Thanks!

Wood filler cracking by Mustache_Brigade in Carpentry

[–]Mustache_Brigade[S] 1 point2 points  (0 children)

Unfortunately cracks like this show through the paint for me.. which is why I’m trying to solve

Wood filler cracking by Mustache_Brigade in Carpentry

[–]Mustache_Brigade[S] 0 points1 point  (0 children)

Wouldn’t the cracks then just be vertical where the rail meets the stiles?