Wierd behaviour on clicking ctrl-y in termux-linux - ctrl

So basically i use emmet and coc-completions as a neovim developer in termux (it's an android app that runs linux environment). Today all of the sudden, my ctrl-y button started taking 2-3 sec to even execute. Lemme elaborate what i mean .
enter image description here
Whenever i click ctrl-y, a big "Y" letter comes on the screen and stays for 2 seconds. Which earlier didn't show up and it literally used to take half a second or less. I recall so many things i did before this happened, i am not sure what made it happened. If you have any idea please any help would be greatly appreciated.

So basically what i did is i changed the mapping of emmet code writer to tab from "". The problem now arises with tab, but i don't care as "" is working. Thanks to the guy who helped me :)

Related

Jupyter Notebook doing funky stuff when opening

I've just opened Jupyter Notebook like I always do, and it began doing some strange stuff, it's impossible to use. I've put up a 40-second video showing what's going on: https://youtu.be/8yDMT82Cju8
Basically upon creating a new notebook, the first cell appears really big (like if someone just pressed enter many times), and then it begins jumping further down. Any action, like typing, clicking, just adds more "lines" to the cell. Some weird xxxxxxxxxx characters show up and disappear randomly. All in all, it's unusable. No, there's no key stuck anywhere in case you thought about that. I've restarted the PC many times as well, to no success.
Funny thing is that this was working just yesterday and no software/hardware was modified in between.
I´ve just finished re-installing Anaconda and the problem has gone.
I'm gonna leave this here in case someone comes across the same issue.

Hyperlink issues on the #OculusGo and #OculusQuest when trying to "link" to a "heavy" scene

When using the OculusGO or the OculusQuest when you hyperlink from one virtual environment (VE) to another the Oculus Browser (and it also appears Firefox Reality last I checked) time-out. You go to the next scene; but are kicked out of VR which is undesirable.
Curious if anyone else has ran into this issue and if they were able to get around it, or perhaps have any ideas on how to get through it.
At this time it appears an issue in the WebVR implementation of events to control VR mode; but maybe there is a creative solution :)
I made a PR a little while ago ( https://github.com/aframevr/aframe/issues/4081 ) that did seem to work “most times” but there are some bizarre timing issues happening here (last I checked Mozilla Reality had the same behaviour).
Notes:
- It appears that there is a time-out happening that kicks the user out of something takes too long to load.
- I was under the impression that webVR will load things in asynchronously; so I am unsure how this time-outs. Perhaps I need more understanding here.
You can see a glitch here I created that highlights the problem by moving between a "light" and "heavy" scene: https://glitch.com/~portal-test-af-1
I also made a PR here that attempted to fix the problem ( https://github.com/aframevr/aframe/pull/4107 ); but, I assume due to some updates on Oculus's end, this "hack" no longer works.
This is a bug and should be fixed here: https://github.com/aframevr/aframe/pull/4199

Desactivating a setinterval function?

I have absolutely no idea why, but on 2 websites (2 websites that I professionnaly work on, and they havent been hacked or compromised), my Chrome console keeps clearing every 500ms.
Which is pretty annoying.
I desactivated all extensions. Tried private browsing. It's the same thing.
I uninstalled chrome as well as my extensions. Same.
When I try to reproduce it on someone else's computer, I cannot.
When I use another Chrome session the issue does not happen.
I have absolutely no idea how to get rid of this or what is the exact cause of the issue.
The code running is :
setInterval(function(){console.clear();console.info('Console was cleared by browser extension.');},500);
Since I unfortunately do not seem to find the reason, my only question will be : would there be a way to desactivate that code or postpone the setinveral to a bigger number?
Thanks !
In Chrome, on the developer tools, click on the settings icon, and tick the the "Preserve Log" option so the console is not cleared.
If your websites happen to be ecommerce (Magento specially) I'll advice you to check your code well for unknown js. This is one of the "symptoms" of the Magecart credit card skimmer. Preserve log option

JavaFX - Nodes Whiting Out

Hi I have quite an unusual query. I have made a small JavaFX program and am very proud of the results. However I recently noticed a bug I can't seem to rap my head around. I can't recreate it either and do not have a screen shot of it unfortunately. However you can see a screenshot of the general program below in the state that triggered the problems.
I was running my program like normal and gave it quite a large load to handle (a lot of gradients as seen below). Then what happened was that in any TextField I typed in all edited text became a completely white rectangle and if I tried to update the image preview to the right it also turned white. If I let the program be in this white state for about ten seconds everything would load back in and behave like normal until I went to edit anything again.
It happened with any StyleSheet I loaded and as mentioned I cannot seem to recreate it. So my question is this. Is this a known error that can occur if you configure your scene in the wrong way (or something similar) or have I just managed to screw things up in general? The source code is quite long and I have absolutely no Idea where the problem may lie so I won't post any if you don't feel like a specific part may be interesting.
I am also aware that this type of general question is not really liked here so sorry about that. If you can suggest another more suitable forum I would be more than happy to move my question there.
//Thanks for any help.
EDIT: I finally managed to get a screen shot of the bug. I am not having high hopes that anyone is going to answer this though...

RStudio "Source on Save" button missing

I'm having an issue where my "Source on Save" button has disappeared from RStudio, and it's really frustrating me. It was there yesterday, but now it's not. Does anyone have any idea what could be the cause of this?
The only thing I can figure out is that the button shows up BEFORE you save a new file. Once you save it, the button disappears. I've also tried updating RStudio, with no luck. Then I tried uninstalling/re-installing. Again, with no luck.
I have no idea what might have caused it to disappear since yesterday. I've been writing some code for one of my personal projects, but nothing crazy.
I'm running RStudio 0.98.977(now) on Win7.
This is really frustrating. Any help would be appreciated. Thanks!
edit: Also, I tried uploading a screenshot, but SO won't let. All of the file extensions are .R, so they SHOULD be interpreted correctly. Also, this behavior is consistent across all of my R scripts, including ones that previously worked correctly.
I finally figured it out, thanks to this short discussion (which was just answered 2 hours ago, lucky me!):
https://support.rstudio.com/hc/communities/public/questions/202788856-Problem-sourcing-non-shiny-R-code-in-RStudio-0-98-953
Apparently, shiny.ui and shiny.server cannot be located in the same folder as any of the files you want to source or else it thinks all of the other files in that folder are part of the Shiny app. I guess this throws it off somehow. I still don't know why it just showed up today, because I haven't used that app in the last several days, and I've been working on projects non-stop since then....but whatever, it works now.
Hopefully, this helps someone else out in the future.

Resources