Scrollbar is not showing in Talend - talend

I've checked all the available options in talend and not found any one,that can help me.
my talend open studio not showing scrollbars. I believe there should be any show/hide option for scrollbars in Talend DI.

the problem was with my OS,i.e. Ubuntu 12.04 not with Talend DI.
to overcome that problem just disable overlay scroll-bar of Ubuntu.
by using below command:
gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false
and restart your taland DI.
thats it!!

Related

NanoFramework VSCode - How to get started?

Maybe I am just missing something, but I don't get how to setup a blank solution in VSCode (Under Windows or Visual Studio, you are able to just create a new Blank NanoFramework Template, but how can I do that in VSCode :/). I would really like to work with the nanoframework instead of c/c++, but I don't know how to create a blank solution :(.
That option is not currently available.
The main goal of the VS Code extension is to allow (partially) folks on MAC or Linux to work with .NET nanoFramework.
It's not possible to debug on VS Code and you'll only have a full experience on Visual Studio. If you're on Windows, the recommendation is to use Visual Studio.

How-To get the current keyboard layout on Alpine Linux?

We work on many machines, direct or via SSH, not on all machines we are using the same keyboard layout. I found solutions for ArchLinux and Ubuntu (and Windows), but no solution works on Alpine-Linux.
How can I get the current keyboard-layout on Alpine-Linux? On Terminal (/bin/ash) or via script?
The layout can configured with setup-keymap us us but I found no solution to get the current layout back.
The currently used keymap is in the configuration file /etc/conf.d/loadkmap

Set up Neovim integration in VS code

Currently a (neo)vim user, I read that VS Code supports neovim backend integration, but after searching I cannot find how to set it up.
Can someone explains how to set up neovim integration in VS Code?
Thank you.
PS : I use both linux and windows so if there are some OS specifity you could mention it.
I believe the integration you read about was referring the neovim integration in VSCodeVim: https://github.com/VSCodeVim/Vim#neovim-integration
This one uses a real instance of neovim as editor back-end: https://github.com/asvetliakov/vscode-neovim

I don't find gzip-compress-transformer in my mule studio palette

I don't find gzip-compress-transformer in my mule studio palette.
May you advise please?
Thanks
At least through mule 3.7.3 this transformer is not in the palette, but should be available for use by putting it directly into your xlm. I have not tried 3.8 yet but would guess it still has not been added to the gui.

jupyter notebook dropdown menus not working

Recently the dropdown menus in jupyter / ipython notebook have stopped working. I'm loathe to do a full anaconda reinstall without first understanding what's going wrong.
Hopefully this gif is sufficiently self explanatory of the problem. There's no error messages appearing that I can see in terminal. The other buttons in the header still work.
Updating jupyter did not work for me, however, disabling my pop-up blocker did the trick ('poper blocker' for Firefox in my case)
Running
conda update jupyter
seemed to the fix the problem somehow, even when reinstalling Anaconda did not.
I had a very similar issue, I could click on most of the menu items but just not the file menu. It wasn't an issue then one day it was. I deleted a chrome extension that I had: Kernel Hub, which I never used but was suppose to push kaggle updates to github, then I refreshed the page. I dunno if it was removing the extension up refreshing that fixed it but now it works.
For me it was a Chrome extension that caused the problem. I uninstalled it, reloaded the Jupyter Notebook page and the menus opened normally again.