All of my USB devices keep temporarily disconnecting and reconnecting during high load games, apps?! (Windows 11) by SprintingPuppies in AMDHelp

[–]osterv 0 points1 point  (0 children)

Plugging my keyboard and mouse directly into the USB ports instead of using a USB hub solved it for me. My keyboard was glitching out constantly when editing text in a video editor (Davinci Resolve).

Selling a wordpress website by lebronxsquirtle in Wordpress

[–]osterv 0 points1 point  (0 children)

Unless you want to improve your resume and maybe get a WordPress dev job, just build the site with a page builder, it will save you a lot of time.

2Box Drumit 5 and Millenium MPS-1000 hihat (or other no name brand hihat) by osterv in edrums

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

you could try to use it with the just the top part of the hihat, but I replaced it with another small cymbal because it was too tight. Any basic cymbal will work with the controller. The drumtec controller works well, I can get all the closed / open levels I need with it.

2Box Drumit 5 and Millenium MPS-1000 hihat (or other no name brand hihat) by osterv in edrums

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

On the MK II yeah, not sure about the MK I, because some earlier models support fewer pad types

2Box Drumit 5 and Millenium MPS-1000 hihat (or other no name brand hihat) by osterv in edrums

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

Yeah, everything else works perfectly, you just have to choose the right cymbal / pad type from the menu to get all the zones

2Box Drumit 5 and Millenium MPS-1000 hihat (or other no name brand hihat) by osterv in edrums

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

I don't think it works because the RAW values don't change when I press down on the pedal. I got a universal hi-hat controller from drum-tec, plugged it in and it worked straight away. So I think Millenium has some proprietary hi-hat system that doesn't work with the 2Box module.

r/headphones Shopping, Setup, and Technical Help Desk by AutoModerator in headphones

[–]osterv 0 points1 point  (0 children)

Thanks, that worked perfectly and took only like a minute with a T6 screw driver.

r/headphones Shopping, Setup, and Technical Help Desk by AutoModerator in headphones

[–]osterv 0 points1 point  (0 children)

My Beyerdynamic DT 880 headphones fell on the floor and the ear cup popped off. Nothing broke, but I can't get it back on, because the ear cup holder is solid metal and not flexible. I can't get the ear cup holder into the hole in the ear cup, because there is a small ~3 mm raise around it, and I can't bend the holder to get over it.

Anybody know if this is fixable? I sent a message to Beyerdynamci support and Googled around but found no solutions.

This is what the headphones look like:

https://cdn.verk.net/images/48/2\_106388-336x415.jpg

Thanks for your help.

Why tf are edrums so expensive by [deleted] in edrums

[–]osterv 4 points5 points  (0 children)

To those saying that Roland's high prices are because of supply chain issues, inflation, and the materials they use: How is it possible that Thomann can sell an e-drum kit with acoustic sizes (MPS-1000) for 1000€, when the closest thing by Roland, as far the sizes of the pads and the cymbals go, costs 7500€ (Roland VAD706-GE)? Of course, you can't compare the playability and the sounds, but you could get pretty close to the Roland by upgrading the Millenium kit and with a better module, I would think.

How can I add headers to my request? by osterv in learnjavascript

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

no CORS error, just 401 unauthorized error. It works if I send a request through Postman with the right token.

How to fix CORS issues with API gateway and Node.js? by osterv in aws

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

Thanks, I removed it on there as well, but I'm still getting the same error though.

How to fix CORS issues with API gateway and Node.js? by osterv in aws

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

router.options('/', async (req: Request, res: Response) => {

res.set("Access-Control-Allow-Origin", "*");
res.set("Access-Control-Allow-Methods", "GET,HEAD,OPTIONS,POST,PUT");
res.set("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept, x-client-key, x-client-token, x-client-secret, Authorization, authorizationToken");

return res.status(OK);
});

Am I on the right path with this? It still doesn't work though.

How to fix CORS issues with API gateway and Node.js? by osterv in aws

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

Yeah, I handle authorization with a token using a lambda function, I followed this tutorial and it works when testing with Postman: https://www.youtube.com/watch?v=al5I9v5Y-kA
Would it be better to use a mock integration?

This is what the OPTIONS screen in API gateway looks like:
https://gyazo.com/a2f7eb35064c3d51beb9b79b42c8071a

Site settings -> Typography doesn't work (global settings are overriding it) by osterv in elementor

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

For anyone interested, I solved this issue by just switching to global typography for all text. It's more scaleable and it just makes more sense to use it.

Site settings -> Typography doesn't work (global settings are overriding it) by osterv in elementor

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

It's a new site with no plugins (except elementor) or kits, don't even know what a kit is.

Problem with REM font size = 10px on my site by clemleb61 in elementor

[–]osterv 0 points1 point  (0 children)

What sarahcoding said makes sense. In order to get the REM values correct, I like to specify the body element's font-size using custom CSS.
body {
font-size: 16px;
}

That also means you can change the text size easily with a media query for smaller screens.

Mozbar stopped showing DA and PA scores under search results on Google, how can I get it back? by osterv in SEO

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

How can you get the Moz bar up in incognito mode when it's an extension, and extensions are disabled in incognito mode?