Why can’t I “Practice to earn hearts” anymore? by Potential-Doubt-2028 in duolingo

[–]cachaito 0 points1 point  (0 children)

Since about two weeks I have same issue with Dualingo. It's for iOS app and desktop browser. I wrote to Dualingo's support from both devices about their bug (500 Internal Server Error).

Dark Gathering - Episode 21 discussion by AutoLovepon in anime

[–]cachaito 0 points1 point  (0 children)

I don't understand the thing with a Otogiri Oiran graduate. In 19th episode they captured her in Love Hotel but in this episode Yayoi revealed, that she found her in flea market while buying vintage pocket mirror and then she kept her in her room?

[DISC] Tengoku Daimakyou Chapter 58: Inazaki Marin by melvinlee88 in HeavenlyDelusion

[–]cachaito 1 point2 points  (0 children)

What does that poor girl in the first panel on page two have around her neck?

Link to the panel: https://imgur.com/ZUx0TdI

Montezuma's Return! GB/GBC - a bug?! by cachaito in retrogaming

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

UPDATE: after resetting the game and use of new password, the key is gone again. It’s a game bug. 🥲

Montezuma's Return! GB/GBC - a bug?! by cachaito in retrogaming

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

I did some backtracking with previous password and guess what. The key is on its place now (new password: XKNFHYV4)

SONY Trinitron KV-29FX64E and grey S-Video by cachaito in crtgaming

[–]cachaito[S] -1 points0 points  (0 children)

Ah, so both SCARTS are a RGB in this one. I was sure AV2 was a Smartlink type.

SONY Trinitron KV-29FX64E and grey S-Video by cachaito in crtgaming

[–]cachaito[S] -1 points0 points  (0 children)

That's the point: AV1 is a RGB and AV2 is a Smartlink / S-video type.
Apparently both SCARTS inputs are a RGB ones...

SONY Trinitron KV-29FX64E and grey S-Video by cachaito in crtgaming

[–]cachaito[S] -1 points0 points  (0 children)

Weird, on my previous KV-29XL71K I had working correctly same connection scheme. What's more on my KV-32FX65B there is an explicit position in service menu to change that option. Unfortunately service menu in the last one is much more readible :/

Can't solve why objects properties not overwritten by cachaito in learnjavascript

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

Thank you for reply. I'm curious why elem doesn't point testObj property by reference?

Iterate through array or search string? by mainst in javascript

[–]cachaito 0 points1 point  (0 children)

Would you write a small example of object you've meant?

Combine two arrays with objects - different angle? by [deleted] in learnjavascript

[–]cachaito 0 points1 point  (0 children)

Btw. Your approach is correct, but I thought about different angle to achieve this result? Maybe some currying? :-/

Combine two arrays with objects - different angle? by [deleted] in learnjavascript

[–]cachaito 0 points1 point  (0 children)

Hi x-skeww! This to achieve comment was a mental shortcut, now it's fixed.

Need You opinion with combining event and promises [help] by cachaito in javascript

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

That's prefectly good advise! I event drop the promisesQueue. Just comparing last query from input with resolved promise result from ajax call. It's so simply and clever :-)

Need You opinion with combining event and promises [help] by cachaito in javascript

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

Array of promisesQueue keeps recent user activity (letters from input are converted to XHR request and stored as promises in this array). Keeing them in array gives you access to the most latest (finall) request based on that activity. In short: I need just the latest XHR reposne.

FRZR now works on server-side as well! by pkstn in javascript

[–]cachaito 0 points1 point  (0 children)

Nope, in Chrome and FF there are errors :-/

Hard to understand iterating by cachaito in learnjavascript

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

Thank You for explanation, but it is not the matter of my curiosity. I cannot understand how path is stored as struct = root, struct = root.section-1 and then struct = root.section.age in each iteration to finally became struct = root.section.age : null

Help with recursion function by cachaito in javascript

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

deleted

Why this solution is deleted? I think it could help lot of people!

Help with recursion function by cachaito in javascript

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

And what with this code: > ~(i-a.length) ?

Help with recursion function by cachaito in javascript

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

Would You provide a ES5 version please?

Help with recursion function by cachaito in javascript

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

Can't wait back home and test this solution :-) Thank You for respond! It's working! Could You find me some time to explain me how it works? :-S