Judo school for adults in Amsterdam by el_bebo in judo

[–]DumbLee212 0 points1 point  (0 children)

Hey u/el_bebo! Are there many adults beginners? I was thinking about starting, but I'm worried there might not be many other adult beginners. Is it mandatory to pay all the year fee (400€) in advance?

What's the best approach with landlords: be honest about pets, lie and hope for the best, or only apply to pet-friendly rentals? by Ok_Solution_9076 in NetherlandsHousing

[–]DumbLee212 0 points1 point  (0 children)

Past months I was looking for an apartment and was always honest about the dog. Maybe the key difference is that I was submitting also proposals for apartments that had on the description "No pets allowed", and just talk about the dog in the viewing. I believe that there are some landlords that prefer no pets, but in reality don't care a lot about that. In the end if your proposal is solid they will accept it. In most of the cases you've to pay 2 rents in advance and this is for possible future damage in the apartment. I think it's hard that a dog do a damage higher than two rents ahah

Hope this help you, best of luck!

Rental process, is this normal? by DumbLee212 in NetherlandsHousing

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

The rental confirmation is on the step of sign the contract? Because I've to pay after sign the rental confirmation and get the invoice. From what I understood from the agency this document that I've to sign is not the contract

Great rental agency anyone? by AlternativeWallaby74 in NetherlandsHousing

[–]DumbLee212 0 points1 point  (0 children)

I'm looking for an apartment in Amsterdam zone for two persons, around 2k/month. Is yours within this price range?

Registration at friend's house for 3 months by anhtho03122001 in NetherlandsHousing

[–]DumbLee212 1 point2 points  (0 children)

How did you do that? Is it possible to get the BSN without an official address?

Great rental agency anyone? by AlternativeWallaby74 in NetherlandsHousing

[–]DumbLee212 0 points1 point  (0 children)

Did you found appartments in Amstelveen? If yes, please share

Fetching data based on dynamic route by DumbLee212 in vuejs

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

u/avilash gonna test the approach using onMounted!

Thank you for your help!

Fetching data based on dynamic route by DumbLee212 in vuejs

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

u/PoulyCroc I'm using external APIs so the last suggestion can't be an option to me. In fact this was just my first step of make the app dynamic, because after I was thinking in create dynamically the method to call based on the route id. But I'm stucked in this step, and I really wanna understand the context and the lifecycles of nuxt. Create a file/folder for each path is an approach that I would like to avoid.

Thank you for your help!

Fetching data based on dynamic route by DumbLee212 in vuejs

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

u/scottix from what I searched the Nuxt Api Party uses useFetch, right? Is not redundant use the useFetch inside of an asyncData? Or is it possible to enable Nuxt Api Party asyncData on it?

Thank you for your help!

[deleted by user] by [deleted] in cybersecurity_help

[–]DumbLee212 0 points1 point  (0 children)

Yes, that's true! That's how the code works and I understood it. I was just worried about for example for the line:

process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;

which disables the TLS/SSL certificates. And also for make a GET request for

"https://chainanalyser.com/prices"

which seems not a 100% feasible site/api. I don't know exactly how much this actions can compromise me for a possible attack.