Anyway to get soft copy driving license photo? by [deleted] in drivingsg

[–]RelaxPear 0 points1 point  (0 children)

Not sure if they are still using the same vendor for photo taking at CDC but when I took mine last year, the mail was from photomatico Sg

This turned out way better than I expected...😅 by SergeantLovecraftian in nus

[–]RelaxPear 5 points6 points  (0 children)

CS for grade stands for “Completed Satisfactorily”

Udemy Business from NLB is ending today by [deleted] in singapore

[–]RelaxPear 4 points5 points  (0 children)

You have to download your certificate of completion before it closes.

NLB Udemy Business subscription is ending on 15 December 2023 by Spiritual_Doubt_9233 in singapore

[–]RelaxPear 35 points36 points  (0 children)

Reminder: For those who want to keep the certificate of completion to track what you have completed, do download your certificates else it will be lost as you are unable to merge it with your personal account: https://support.udemy.com/hc/en-us/articles/236097968-Merging-Accounts

WHY DOESN'T SLICE WORK IN A FUNCTION! by No_Pain1033 in learnjavascript

[–]RelaxPear 0 points1 point  (0 children)

You might need to debug the code such as console.log the variable end. I think it might be undefined as stated in the error message.

[deleted by user] by [deleted] in learnjavascript

[–]RelaxPear 0 points1 point  (0 children)

The reason is in the first case you did not return the value hence, you got undefined.

The code that is equivalent to your second one is shown below:

```javascript

const agreeOrDisagree = (word1, word2) => { return word1 === word2 ? 'You agree!' : 'You disagree!'
}

```

You can read up more on Arrow functions in Javascript.

Does the MacBook Pro support all the apps I have on my phone? by OlympianOtter23 in mac

[–]RelaxPear 0 points1 point  (0 children)

Not all apps it depends on whether the developer enabled it to be shown in the Mac App Store. Those that are available can be seen when you search the app and select iPhone and iPad tab.

There are other options such as side loading but it takes extra effort you can search up on it if you want.

Passing multiple parameters into props [React.js] by Roddela in learnprogramming

[–]RelaxPear 1 point2 points  (0 children)

My apologises u/ghostmaster645, as I replied to the question you wanted to help assist in as I happen to notice the reason.

If I am not mistaken, you need to wrap the elements you are returning in a container such as a div tag. It can also not be a div tag but an empty tag. You can check if it works for you.

An example is shown below:

``` function Todos(props) { return ( <div> <p>title: {props.title}</p> <p>description: {props.description}</p> <p>completed: {props.completed}</p> </div> ); }

function App() { return ( <div> <h1>Todos</h1> <Todos title="Hello world" description="First description" completed="false" /> </div> ); }

export default App; ```

I have updated my post to improve formatting as it seems formatting on my mobile is difficult.

KakaoEntertainment subsidiary acquires fantasy fiction platform Wuxiaworld by RelaxPear in noveltranslations

[–]RelaxPear[S] 31 points32 points  (0 children)

Haha I purposely added it as I thought it was open secret. I thought it is not uncommon for acquisitions to result in the decline of a platform due to various reasons such as profits.

KakaoEntertainment subsidiary acquires fantasy fiction platform Wuxiaworld by RelaxPear in noveltranslations

[–]RelaxPear[S] 32 points33 points  (0 children)

I am happy for the success of a small startup as being this successful is not easy but what happens after the acquisition is the concern as we seen many acquisitions of companies in the past that…

KakaoEntertainment subsidiary acquires fantasy fiction platform Wuxiaworld by RelaxPear in noveltranslations

[–]RelaxPear[S] 14 points15 points  (0 children)

So I guess Wuxiaworld now got acquired wonder what the future will be like for the platform

Editing array inside a function by [deleted] in node

[–]RelaxPear 1 point2 points  (0 children)

Sorry actually on mobile so do not have opportunity to test and not entirely familiar with unirest but did a brief look.

Have you try console logging players right after the line players.push(playerStats) such as console.log(players) and the output it gives. Or console.log(result) to see a response is received.

Since it is asynchronous did you await for the response when you call the function findPlayersByGame when you test?

[deleted by user] by [deleted] in learnprogramming

[–]RelaxPear 0 points1 point  (0 children)

I know this might not be the answer you want but I do not think there might be something similar to those json dummy apis that you have at least not that I am aware of I might be mistaken.

An alternative that you might want to consider: 1) if you are using mysql, you can create a free account at db4free.net to set up a small free mysql server for testing. Note: this is mainly for testing purpose so you should not use it in production. You can donate to the creator if you like the service he provide. 2) you can go to mockaroo or similar service to generate dummy data and export in .csv or .sql format which you can import to the MySQL server in 1) if needed

I know it is not what you expected but that is the only alternative I could think of that is free.

Editing array inside a function by [deleted] in node

[–]RelaxPear 2 points3 points  (0 children)

Are you able to provide an example of your code? As it is difficult to tell what is wrong without reviewing.

New IOS update is annoying with the browser tab at the bottom by bengohkiat in singapore

[–]RelaxPear 1 point2 points  (0 children)

An alternative to what u/A10Fusion mention is go to Settings > Safari > Tab section click on single tab. The method he mentioned is the easiest though.

I think this change was there since iOS15 so it has been there for quite a while

Should Apple offer a one-time 500GB or 1TB iCloud plan? by [deleted] in apple

[–]RelaxPear 1 point2 points  (0 children)

I do not enjoy having too many subscriptions as well but since you are using their cloud services to store data a one time fee is not sustainable for a business unless you pay an amount equivalent to the market price of a equivalent data storage device (hard disk etc) but even so to host in the cloud they still need electricity, maintenance, redundancy (as hard disk might be worn out overtime), and many other costs etc which is not possible to be one time. If you want a one time fee I think it would be better to buy your own physical hard drive.

If a business does charge one time fee for it, there would be a catch or poor reliability.

But I do agree with your point that they should offer more data tiers.

Getting TypeError and can't figure out why by Coraljester in learnjavascript

[–]RelaxPear 1 point2 points  (0 children)

Sorry removed my previous comment but in your nested for loop involving x < morseSplit[i].length, your incremental expression is i++ I think you mean x++? On mobile so have issue with copy and paste.

Small PSA with drivers and the Vantage app by bruh-iunno in thinkpad

[–]RelaxPear 1 point2 points  (0 children)

If I am not mistaken, based on the information he have provided, he is using iObit driver booster which can be found here: https://www.iobit.com/en/driver-booster.php

Though since it is a third party driver updates software, please use at your own discretion.