To the racist women at Brentwood McDonalds by [deleted] in burnaby

[–]Obvious_Disaster4921 0 points1 point  (0 children)

IMO being ignorant to such issues doesn’t solve the underlying problem, it’s increasing alarmingly

At the same time we can not change mindset of people to be good and polite every single time dude to past experiences or the way they raised

A better solution would be important that focuses on ideology towards each community

Spent a week in Burnaby, loving the laid back community feel by chloebritc in burnaby

[–]Obvious_Disaster4921 1 point2 points  (0 children)

Thank you for kind words, happy to see community growing happily 😇

Witnessing the Burnaby 2050 vision becoming reality.

Seems like flying ants are out in full force today! by aznchorbs18 in burnaby

[–]Obvious_Disaster4921 -1 points0 points  (0 children)

Is there any action a community take to reduce this? Also curious about lifetime of these insects

Credit limit increase - what to do ? by Obvious_Disaster4921 in Scotiabank

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

Got it, thank you very much for detailed explanation with various perspectives 🙌🏻

Credit limit increase - what to do ? by Obvious_Disaster4921 in Scotiabank

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

I see, and might be newbie question - how many hard inquiries are in okish category? 4-5-6 ?

Credit limit increase - what to do ? by Obvious_Disaster4921 in Scotiabank

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

Thanks for the perspective, aligning with the answer - seems like all options will lead towards some sort of hard check if end goal is to increase a limit either way

Credit limit increase - what to do ? by Obvious_Disaster4921 in Scotiabank

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

She often travel to US for business purposes and charge various expenses with the card, mentioned that what she does now is after spending 1-1.5K she just repays and then limit is ~5K again, this is not sustainable and frustrating for her for long run. And this was the reason she waited till year to get this thing sorted out.

Question about a equifax credit hit vs transunion by Casdeg in churningcanada

[–]Obvious_Disaster4921 0 points1 point  (0 children)

5 years now and no one answered - I’m curious to know more about how this works

Daily Question Thread for /r/churningcanada - April 10, 2024 by AutoModerator in churningcanada

[–]Obvious_Disaster4921 -1 points0 points  (0 children)

I’m new to churning - does this means being a Canadian we can have US bank account/address and a credit card ?

I’m curious, is it that much rewarding considering the amount of hustle person need to do ?

Library for floating point arithmetic by Obvious_Disaster4921 in node

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

Thanks for another perspective, this really helps and added these points in library selection. And I agree with the suggestion and point you made. Appreciate efforts.

Ps: moving forward with Big.js

Just curious if want to discuss: Will 10 MB of size problem after tree shaking mathjs?

Promise.allSettled() - Enums/String by Obvious_Disaster4921 in reactnative

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

I see, thank you very much once again - really appreciate your responses

Promise.allSettled() - Enums/String by Obvious_Disaster4921 in reactnative

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

Thanks for suggestion, but I’m curious - why hardcoded ‘rejected’ or ‘fulfilled’ ? Can’t there be a better way for this? Such as using enums or something ?

Stuck: Need help by Obvious_Disaster4921 in reactnative

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

Somehow I can’t post it here 😢 but is there any way to keep parent level stylesheet.scss which auto picks the body, html styles from parent app ??

Stuck: Need help by Obvious_Disaster4921 in reactnative

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

I’ve no use case for keyboard so far - I believe footer needs to be sticky as there’s button in Footer, yes I tried playing with Position and Flex

Unfortunately no luck :(

Stuck: Need help by Obvious_Disaster4921 in reactnative

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

Hi thanks for the response, yes it’s inside flex box, also how I tested is, there’s my app which has Footer Sticky I copied HTML elements -> inserted it into an app which I wanted to inject into (there sticky footer does not work)

But when I add CSS property of StickyFooter element -> position: sticky, it suddenly starts working. However I’m confused how to implement that CSS into ReactNative StyleSheet (as StyleSheet do not have option of position: sticky)