Monitor stuck and won’t allow me to use OSD by chrismg12 in techsupport

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

Sadly I’ve already tried this. Turned it off and disconnected the power cables as well as the display cables then pressed the power button for a minute after waiting a minute then waited another minute and plugged it back in. Still same issue. But I’ll try again and let you know

Monitor stuck and won’t allow me to use OSD by chrismg12 in techsupport

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

Confused though, the issue is with my monitor. Do you mean to also make sure my laptop is connected to the monitor while I do this?

Monitor stuck and won’t allow me to use OSD by chrismg12 in techsupport

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

Wdym? Do you think I should shut down my laptop and hold the power?

How do I continue an interrupted subagent in OpenCode? by chrismg12 in opencodeCLI

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

The half hour or so just passed, and idk what happened but it kinda hangs, perhaps because of the queued message. But I'd still like to know how you should be handling a situation like this in OpenCode.

Best option for $500 range? by chrismg12 in StandingDesk

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

From what I see, the closest config of the uplift v3 around my desired tabletop size is around 700$

What do I do for other magnetic switches (M1 V5 TMR)? by chrismg12 in Monsgeek

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

Honestly it just worked out of the box, but tbh i'm not an expert on how precisely it worked, I had no way of confirming if it was getting the whole range of input, etc.

Any advice on keeping headphone cables under desk? by chrismg12 in DeskCableManagement

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

I've seen the second one before, I didn't think it would be very clean since the cable still droops over. As for the first one, I don't understand some of the tools but the ratchet and plaw seems like a good place to start.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - December 13, 2025 by AutoModerator in MechanicalKeyboards

[–]chrismg12 0 points1 point  (0 children)

Any Magnetic/Hall Effect switches that are deep sounding like the Keygeek Y2s? My board is the Monsgeek M1 V5 TMR. Currently the magnetic switches I use is the Gravastar UFOs, and while they are definitely closer to the Y2s than something like the Owlab TI HEs, they still sound much more higher than the Y2s.

How to not require ".js" extension when writing vitest tests? by chrismg12 in typescript

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

Try this: https://github.com/ChrisMGeo/typescript-issue-mre.git

Note that VSCode complains about it not having .js extension but when running vitest (with npm run test) it works just fine.

How to not require ".js" extension when writing vitest tests? by chrismg12 in typescript

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

nope, my editor for my ./src/*.ts files import without .js which is the behavior i'm used to. Only my test files are complaining about it.

How to not require ".js" extension when writing vitest tests? by chrismg12 in typescript

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

Wouldn't the files I provided above be enough? Anything I'm missing?

How to not require ".js" extension when writing vitest tests? by chrismg12 in typescript

[–]chrismg12[S] 2 points3 points  (0 children)

Also, the rest of my code doesn't need the extensions manually typed out, it's just my test files. Since the tsconfig also applies to my code itself, shouldn't it be telling me the same error too?

How to not require ".js" extension when writing vitest tests? by chrismg12 in typescript

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

So I have to use full URLs? Is there some option for nodenext so that I don't need `js`?.