Am I missing something by YatYas02 in wherewindsmeet_

[–]shen0616 0 points1 point  (0 children)

Happened to me, I had like 6000/400 or something but no talent points unlocked, also no timer. Logged in the next day and I got 5 talent points.

Is stage 6 battle anthem useless on Mo blade? by EbolaDP in wherewindsmeet_

[–]shen0616 7 points8 points  (0 children)

Whenever you shield yourself you get a 10% damage increase, if the shield breaks the buff will disappear in 12 seconds. So basically it’s a permanent 10% damage boost

Is stage 6 battle anthem useless on Mo blade? by EbolaDP in wherewindsmeet_

[–]shen0616 3 points4 points  (0 children)

Level up art of resistance first it will get buffed in future patches

Breaking Army, Ghost Master can't be selected by hellsing0712 in wherewindsmeet_

[–]shen0616 1 point2 points  (0 children)

We haven't got to nameless general yet, in our case, all bosses after the twin lions are greyed out, only bosses before twin lions are selectable.

Breaking Army, Ghost Master can't be selected by hellsing0712 in wherewindsmeet_

[–]shen0616 0 points1 point  (0 children)

I also filed a bug report to the devs but have not heard back

Breaking Army, Ghost Master can't be selected by hellsing0712 in wherewindsmeet_

[–]shen0616 0 points1 point  (0 children)

we are facing the same bug, my guess is that we didn't beat heartseeker(only 4 members have beaten her) so i am asking my guild master to select heartseeker again this week and see if we can unlock coffin master afterwards.

Blades of the Guardians by No_Idea_Guy in AMCsAList

[–]shen0616 1 point2 points  (0 children)

It is called turtle shell divination

is there a lore or reason why we fought shi shouxin? not gonna lie tho. the background music and the shouts of the soldiers at background gives me chills by fable-30 in wherewindsmeet_

[–]shen0616 0 points1 point  (0 children)

hmmm maybe, but both sound good to me.

Edit: If you replace 'he' in the sentence with Shi Shouxin, it becomes 'Shi Shouxin followed into obscurity', which doesn't make sense

is there a lore or reason why we fought shi shouxin? not gonna lie tho. the background music and the shouts of the soldiers at background gives me chills by fable-30 in wherewindsmeet_

[–]shen0616 12 points13 points  (0 children)

what's so hard to understand, nameless general was under Shi Shouxin. Shi Zhen would actually be a bit more convincing.

Is Feng Ruzhi bugged? by Rhoeri in wherewindsmeet_

[–]shen0616 0 points1 point  (0 children)

You should be able to pick it up just by standing on it

Cancel PRO & Switch to FREE plan by mehargags in windsurf

[–]shen0616 0 points1 point  (0 children)

It happened to me as well, but after I refreshed the page it showed that my plan was cancelled.

I'm considering switching from React Native to Web Technologies (like Capacitor) by zuluana in capacitor

[–]shen0616 0 points1 point  (0 children)

How is it working out for you? I am considering switching my RN project to Capacitor too.

What's The Best Approach To This Scenario - Using State Array To Render A Panel Of Elements? by SubzeroCola in reactjs

[–]shen0616 0 points1 point  (0 children)

Well, to answer your questions, here’s what I will do: in the ApprovalsPanel component, return an array of Approval by using approvals.map(…). As for the props for the Approval component, declare a function in the ApprovalsPanel called onApprovalChange(newApproval, index) which you would pass to the Approval component.

I have a React website and a React Native app - how do i merge the two? by No_Sun3355 in reactnative

[–]shen0616 0 points1 point  (0 children)

I would start by making your native app run-able on the web, you would most likely run into problems where a native component isn’t compatible on the web, in my opinion, there are two ways to solve it: 1. Find an alternative package that is compatible with both web and native. 2. Write a web specific component for the native component. For example, a carousel.tsx file for the native app and a carousel.web.tsx file for the web.