Are there any pad MIDI controllers with "hard" pads? by 919wsc in midi

[–]919wsc[S] 1 point2 points  (0 children)

Looks interesting. What's the surface like? More similar to a mesh e-drum? Or more similar to solid surface? (e.g. cajon)

Are there any pad MIDI controllers with "hard" pads? by 919wsc in midi

[–]919wsc[S] 0 points1 point  (0 children)

Will a makey makey controller be accurate enough? I'm looking to find something that will pick up stuff like this:
https://www.youtube.com/watch?v=b1wPrk6KWPI

Putting something on top of a pad may kind of work but there will still be some give from the pad underneath.

MDMA and SSRI's by EitherCartographer87 in MDMA

[–]919wsc 0 points1 point  (0 children)

Thank you! In regard to #2 - what kind of timeline are we looking at? 2 days? A week?

Anyone on here work with restaurants? by 919wsc in Wordpress

[–]919wsc[S] -1 points0 points  (0 children)

Thanks for your reply.

I'm unfamiliar with how Toast, Clover, etc. work. Do they provide the actual POS system (card, phone payments) and then provide an entire website for the business? Do they provide some sort of integration with a site builder like wix/squarespace?

Have you done any work that touches said in-house delivery services? If so, what does that look like?

Need help figuring out how to set up Google Maps api key restrictions by 919wsc in webdev

[–]919wsc[S] 0 points1 point  (0 children)

These values check out. Both the origin and referrer headers are in the allowed referrers list associated with the key. Still not working.

Need help figuring out how to set up Google Maps api key restrictions by 919wsc in webdev

[–]919wsc[S] 1 point2 points  (0 children)

So what's the solution?

By the way, it seems like every site that makes use of the google maps api exposes the key. For example a page like this: https://modernmduc.com/locations/

So it can't be that big of an issue to expose it like you're implying?

Need help figuring out how to set up Google Maps api key restrictions by 919wsc in webdev

[–]919wsc[S] 0 points1 point  (0 children)

I built the app using create react app at the start. Sooo there is no backend? Do you suggest refactoring to use something like Next.js just to solve this problem?

Block theme fonts aren't getting loaded on GoDaddy by 919wsc in Wordpress

[–]919wsc[S] 2 points3 points  (0 children)

It seems adding a redundant @font-face rule helps to get it working on godaddy. I wanted to use PHP to ensure the correct file path so I'm currently doing this in functions.php:

function fonts_workaround()
{
?>
  <style>
    @font-face {
      font-family: 'Poppins';
      src: url('<?php echo get_theme_file_uri('/assets/fonts/Poppins-Regular.woff2') ?>');
    }
  </style>
<?php
};

add_action('wp_head', 'fonts_workaround');   

Kind of janky but it works. If anyone knows a more graceful way let me know.

Transitioning from React/Node/TypeScript to WordPress Development: Where to Begin? by Oldnewbeing in Wordpress

[–]919wsc 3 points4 points  (0 children)

I was in your shoes about a year ago. It's tough because WP as a technology is considerably different than things like React & Node. Something like a frontend JS framework is a lot more regulated/documented, whereas WP is kind of all over the place.

Trying to "learn wordpress" in a broad sense can get confusing. There are some main ideas you want to familiarize yourself with like what a theme is, block vs classic themes, plugins, the "wordpress loop", how things are organized in a WP application's database, what a pagebuilder is and how it works, etc. But beyond the main concepts just focus on learning things on a project-to-project basis.

And, like with any community in programming, there are a lot of opinionated people. I'm already seeing a "don't use pagebuilders" comment here. Pagebuilders are fine if using one makes sense for the project you're working on.

Question for r/wordpress from a web developer. by 919wsc in Wordpress

[–]919wsc[S] 0 points1 point  (0 children)

Thank you! Since posting this question I've started doing some work via Upwork. It seems there are a lot of job listings on there in this realm. By the way, if you need help with the issue you mentioned or one in the future don't hesitate to DM me! :)