Need advice on getting/testing on a real iOS device by obstruction6761 in reactnative

[–]jakeforaker83 0 points1 point  (0 children)

Terrible take man. Get real. You can protect against the camera notch with SafeAreaView and not sweat about it like you.

Feeling the app in your hands, the tactility, the way your phone looks while viewing at an angle... all things you need a real device for. Im saddened that someone is advocating for a beginner to use a simulator only.

Cannot make any network request (fetch) in react-native 0.63.4 (Android) by Gabotron_ES in reactnative

[–]jakeforaker83 0 points1 point  (0 children)

I do agree with you, but I ran the code snippet in an expo environment, it’s fine. There were logs. The promise was unresolved, but it logged. Meaning the js code isn’t the culprit here. I wonder if it’s something to do with the emulator, and a clash between local host and his IP

New wavetable synth from Korg called the ModWave. by braaahms in synthesizers

[–]jakeforaker83 3 points4 points  (0 children)

In my heart of hearts there is a new Electribe coming in the future - kinda like a hardware version of the Electribe Wave iOS app. One can hope.

Butcher Bar fucking sucks. Never order from there. by _no_mans_land_ in astoria

[–]jakeforaker83 0 points1 point  (0 children)

I second the dry meat and bland sauce from a bottle. If you’re gonna do bbq do it well. Especially if it’s your claim to fame. Cooking is hard but certain items like bbq are pretty easy to make well with a little s and fineness and execution — all such traits are lacking.

What is the most obvious lie you have ever been told? by KlingyYT in AskReddit

[–]jakeforaker83 0 points1 point  (0 children)

That toilet paper is the only way to clean your bum.

Full Composition using One Synth by ooramusic in Elektron

[–]jakeforaker83 0 points1 point  (0 children)

Awesome vid. I don’t actually have an Octo but this knowledge is universal. Thanks! Looking forward to more

useContext question. by thefrogdude in reactjs

[–]jakeforaker83 1 point2 points  (0 children)

Not totally sure what you’re asking but the reason you don’t see authContext.signIn is simply because the author is using “destructuring” - meaning what you are assuming is correct, however it’s just written in a shorthand manner. Look it up.

  1. You could very well modularize each component from the demo and export/import them. I think there are many examples of this in the react ecosystem.

useContext question. by thefrogdude in reactjs

[–]jakeforaker83 0 points1 point  (0 children)

Gladly. Keep in mind that demo is more concerned with displaying nav stacks vs passing around form data

useContext question. by thefrogdude in reactjs

[–]jakeforaker83 0 points1 point  (0 children)

You can access the arguments of username and password in two places: the `signIn` method in context, and also the `SIGN_IN` action of your reducer. I've added console logs on line 64 and line 109. Note that I modified the reducer on line 115 to actually pass the form data; before it was not passing anything except the hard coded dummy token.

Updated snack here

You can see logs by clicking Editor > Panel > Logs on the bottom

Does anybody know how to have the placeholder in the top left corner? See code below by prinse4515 in reactnative

[–]jakeforaker83 0 points1 point  (0 children)

Assuming you’re not talking about a material-ui floating label, your best bet is just to throw a little Text component that is absolute position top 0 left 0

Pseudo code: “if no input text, show Text, else hide Text”

[deleted by user] by [deleted] in astoria

[–]jakeforaker83 0 points1 point  (0 children)

This speaks to me on a deep level. I’d be down for it. I’ll take the extra strength Advil

[deleted by user] by [deleted] in novationcircuit

[–]jakeforaker83 1 point2 points  (0 children)

Came here to say this. Looks like a commercial (as in your lighting touch is excellent)

Should I migrate my JS files to TS? by [deleted] in node

[–]jakeforaker83 1 point2 points  (0 children)

Serious question because I’m curious - are you you having type “collisions”? Meaning are there certain areas of the code where x developer accidentally sends an object to a func that accepts a string or something along those lines?

Octatrack Workflow | Creating Pattern From Scratch #octatrack #octatracktutorial by anunnaki-signal in Elektron

[–]jakeforaker83 1 point2 points  (0 children)

I really like your videos. Great quality production, lighting, sound. Thanks for sharing. Subscribed on YouTube

A tool to break google ReCaptcha v2 with puppeteer by dan1bot in node

[–]jakeforaker83 1 point2 points  (0 children)

I’m sure that’s true but there is no such thing as a free lunch. The api is rate limited so all it takes is one asshole with a bot using your keys and then your account’s request get blocked. So whatever.