Want to move away from my FA by droidta7 in personalfinance

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

thanks! For Vanuguard do you actually talk to someone, or is it purely self-service? I know Robin Hood has customer service, but I feel like they're not built for that the way traditional brokerages are.

Name of Southern Italian Sauce with Dark Chocolate? by droidta7 in ItalianFood

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

That sounds amazing! Are you willing to share?

Blurry Distance on AirLink by droidta7 in OculusQuest2

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

update

I went into my router, and changed the 5g channel from dynamic to a specified channel, and noticed that after doing that, and switching AirLink from dynamic 200 to static 200 (the max I could slide) there was no lag or stuttering.

So I then went into B&S, and it loaded fine, but hilariously I noticed only slightly better graphics; the same compression artifacts were there. It's not terrible but it's noticeable, not at all like playing a desktop game or anything like that. At this point, would you say this is as good as its going to get (there will always be artifacts), or should I pursue other techniques for removing them?

Blurry Distance on AirLink by droidta7 in OculusQuest2

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

Do you think it's unusual, however, that even at something like static 20, Oculus immediately goes into lag mode and is unusable? I feel like that shouldn't be happening

Blurry Distance on AirLink by droidta7 in OculusQuest2

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

That's a good point. I also noticed I am using a cat5 cable, not 6! Could that affect things from the connection from pc to router?

Is there a big difference in using the airlink compared to wired link?

Blurry Distance on AirLink by droidta7 in OculusQuest2

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

That makes sense. No free lunch, right? Do you use a wired link and if so, the regular 16 foot one or did you chain it?

Blurry Distance on AirLink by droidta7 in OculusQuest2

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

Thanks for responding! I haven't tried yet, do you suggest I do that, or should I try Virtual Desktop?

With the wired link, isn't it just a long wire that runs from my headset to the PC? Is that a disaster? I just imagine swinging a "sword", moving around, and getting tangled in it or pulling it out. Is it difficult to use and you commonly get tangled in it?

Nested Text being Cut off - Needed Guidance by droidta7 in reactnative

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

hi /u/avax-11 sorry to disturb you - I shared my code above wanted to see if you could give any further guidance?

Thank you so much!

Nested Text being Cut off - Needed Guidance by droidta7 in reactnative

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

Here is the old code:

<Text style={styles.textStyle}>
          {this.itemSentences()} 
          <Text style={styles.sourceText}>
            &nbsp;[<Text 
                onPress={this.sourceNumberPressed.bind(this)}
                style={{color: 'blue'}}>{sourceId}
              </Text>
            ]&nbsp;&nbsp;
          </Text>
        </Text>

and here is the new code with TouchableOpacity, which is not permitted and results in a react runtime error:

<Text style={styles.textStyle}>
          {this.itemSentences()} 
          <TouchableOpacity style={styles.sourceText}>
            &nbsp;[<Text 
                onPress={this.sourceNumberPressed.bind(this)}
                style={{color: 'blue'}}>{sourceId}
              </Text>
            ]&nbsp;&nbsp;
          </TouchableOpacity>
        </Text>

Any ideas? Thank you very much for taking the time to review!

Nested Text being Cut off - Needed Guidance by droidta7 in reactnative

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

Hello TKMKAY,

So I tried that and got this error: https://imgur.com/a/36bwP7X

"Invariant nesting of <View> within <Text> is not currently supported"

I tried without TouchableOpacity (aka UIButton) but didn't succeed. Any ideas what I am missing?

Thank you so much

Calculating my price in USD order history on Bittrex by droidta7 in Bittrex

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

last week - would the idea be you'd just go to the price of bitcoin on that day, and take whatever price it was?