Unable to see Revision History in Azure Databricks - databricks

Recently, I cannot find my revision history in Azure Databricks. The upper pane has no option for it. Could you please help me to get it back ? Or is there any new option for it ?

I am assuming that it was working before , you just need to zoom-in to 110% or less and you should have that appears on the browser , on higher zoom it disappears . See the the snapshot below .

Related

How to determine which file corresponds to a screen on an Android app?

I'm working on a very large android app which is broken into many different modules. When I'm given a task it can be hard to find which file I need to be working on.
 
My hope was to connect a device to Android Studio, navigate to the relevant screen on the app, and use Logcat to filter out ActivityManager to find out the activity name. This worked fine in the past but hasn't worked so well for this large codebase.
 
So I wanted to ask if anyone has any advice on how to solve this issue? Right now I end up wasting an inordinate amount of time simply trying to find which file match up to the current screen and it's stressing me out.
Edit: I should also say, is there a standard way to approach this? Should there be some sort of documentation available? In general what's the best approach to matching up files with screens? Thank you.
I just came across this capability. It seems that in Layout Inspector for APIs 29, 30 and, presumably, above that the declared attribute section can identify the layout source.
Just run the app in an API 29+ emulator or device.

3rd party Program focus

thanks for your amazing support!
Now i have again a question. To get access to some raw datas (i'm working in a call center) we using a website to get an CSV/xls file from our SQL Database (the IT Department doesnt allow me to get direct access to the SQL database).
For an automatic update of my sheet i use an shell command to trigger chrome with the right parameters in the link (chrome starts the download).
Everything works fine but, when i trigger Chrome per shell, i have to minimize chrome again (otherwise you can't see the Excel screen). So i can't find an command to minimize external windows so i'm using shell to minimize all, after that i maximize excel again, works great, but after excel has done the updates, it should activate "VLC Media Player", i tried to use AppActivate for that, but its just blikink orange in the taskbar and dont get focus.
Can you help me?
I can share you the code but it's really just the AppActivate() line that interest you :)
Thanks again!
Br
Olvier
NirCmd from NirSoft is what you need.

can't get logcat to work android studio

I've been trying to figure out why my app isn't working, but I can't find Logcat! I just uploaded the new Android Studio release. I've researched and found out where to look to get this message:
ddms: Can't bind to local 8610 for debugger
All the answers I see on SO are for Eclipse. I looked at the developer page, yet for DDMS, it sends you to another page that is full of information for running DDMS in Eclipse!
Please, need some help here! I mean if the dev page is wrong, can't someone show a little love? (Instead of knocking me down 4 points like yesterday. should left in the note I couldn't find my logcat but I was embarrassed.... now not so much .... )
thanks in advance.
I had to open the Android Device Manager to get at the Logcat. It would not scroll through the regular window when the app quit working like it used to (previous to yesterday's and today's updates to Android Studio). As such, I cannot copy and paste code, but can use snagit to capture pngs to post. Thank you. This question is closed.
Check if you have hided it...If it is hiding problems the go through given image to display it or ALT + 6

Datastax DevCenter Dialog Window Size Issue

I'm trying to use Datastax Devcenter for the first time. Unfortunately, no matter what I set my screen size to I am unable to see all of the text fields in the connection dialog window (see highlighted area in screenshot). It seems there are 4 "hidden" fields below the "Connection name" text field. I am unable to scroll to see them or tab into them to force them to scroll into view, nor is the dialog window resizable.
Would someone who is able to see them be kind enough to tell me what those "hidden" fields are?
Create new connection dialog
I've attached a screenshot of the dialog. Unfortunately without entering at least a host I'm not sure you'll be able to get over this step. Please see the 2nd part for a possible workaround.
Could you please tell me:
what os are you using?
what's the screen resolution?
Workaround
There might be a workaround for this issue, until it is fixed.
In your home directory, look for a file .devcenter/connections/connectionList.xml.
If it's missing create an empty one.
Add a connection details in the form described in this Gist
If you want to provide multiple hosts you can have multiple <hosts>NODE IP</hosts> elements.

Perfmon won't run any more

Today I broke perfmon... :(
I can start the application, the three default counters (cpu, mem, disk) are there, but the graph won't move.
The Data Source is set to "Current Activity", the "Freeze Display" button is not pressed. I just rebooted, started perfmon, and no moving graph.
I tried restoring the counters using
C:\WINDOWS\system32>lodctr.exe /R
but that did not help.
Using Windows Server 2003 R2, 32bits.
A collegue also got this problem on a similar environment, but we couldn't pinpoint the reason yet.
(For the downvoter(s): I know it's not directly programming related, but writing an app for performance without any measurements to go by with is a bit hard (but that might just be me)
To make this more interesting:
The following code also does not retrieve values:
System.Diagnostics.PerformanceCounter ctr =
new System.Diagnostics.PerformanceCounter();
ctr.CategoryName = "Processor";
ctr.CounterName = "% Processor Time";
ctr.InstanceName = "_Total";
ctr.MachineName = ".";
float val = ctr.NextValue().ToString();
// val equals 0
The image as requested:
alt text http://www.brokenwire.net/bw/file_download/23/perfmon.PNG
(So, the graph does not fill the screen, no values appear)
The accepted answer to a possibly related SO question was to call:
lodctr.exe /s:PerfStringBackup.INI
on
... a PC where perfmon works correctly
then copy the file to the affected machine, then
before a call to:
lodctr.exe /R:tPerfStringBackup.INI
It sounds like you have been working on this pretty hard. Have you checked http://www.tomshardware.com/forum/117911-45-perfmon? Then you can double check your registry to make sure it is correct. Also, if you have your windows cd, you can copy over a fresh copy of the perfmon files.
try the following microsoft solution:
http://support.microsoft.com/default.aspx?scid=kb;en-us;300956
it uses C:\WINDOWS\system32>lodctr.exe /R at the end but you are editing the registry, it might do the trick.
I hope it helps.
Have you tried repairing your Windows Installation ? Using the Windows Installation Disc ?
Right-click the graph. You said Data Source is set to Current Activity. That is on the Source tab. Go to the General tab, down to the bottom. Make sure "Sample automatically every:" is checked, and make sure the sample time is reasonable (1 is the default -- 1 second). If it's already checked, uncheck and then check it again.

Resources