"Set as Base" button disappeared in jsfiddle - jsfiddle

Earlier "Set as Base" button was there in jsfiddle.net. Now it disappeared. I am logged in with my username. What could be the reason?

I had the same problem when I started a new fiddle without logging in (managed to log in during fiddle creation). But when I created new fiddle via 'official' route (via dashboard) 'set as base' button appeared.

Had the same problem. If you don't want to create a new fiddle you can hit f12 (open dev panel) and search for mark_favourite. Remove the hidden attribute from the containing div and the button is back!

Fork the fiddle, then set it as base will appear (at least for me it did).

Related

Domino form not showing buttons or hotspots with javascript code

Domino web app (traditional, not XPages)
Simple form with a single subform. I add a button and a hotspot, each with action set to Web/Javascript
Javascript : alert('hello');
Neither the button nor the hotspot are visible in the browswer. No hide formulas on either.
DB Setting of "Use JavaScript when generating pages" is checked.
Can anyone point out something that I am missing? I have double-checked there's nothing like a div set to dislay:none; or hide formula in place.
Domino 11.01 on server
Browsers: Chrome and Firefox
Figured it out...I had accidentally included the button as set to pass-thru HTML....as soon as I took that checkmark off, the button now shows. It's not evident that is set without highlighting the button and looking at 'text' menu option.
Thanks for trying to help me.
Matt

Are some bigquery public datasets no longer available?

When using the BigQuery GUI interface, I'm no longer able to browse the bigquery-public-data.stackoverflow dataset. It doesn't show up in the Public Datasets dropdown, where I was previously able to view the schema. On the other hand, I am able to query the table.
Have some public datasets been removed from the GUI?
The original issue was due to a bug that caused Pinned Projects to be hidden. It has since been fixed.
Regarding static_rtti's request to use the pushshift reddit dataset:
I see two ways to accomplish this:
(1) Using the original UI:
From the Cloud Console, click "Go to classic UI".
Click the little arrow next to your project name on the upper left.
"Switch to Project" > "Display Project"
Enter "pushshift" (Display Project in Navigation Panel) and submit.
You should now see a new pushshift project w/ the reddit dataset in your navigation panel.
(2) Using the new UI:
I don't see an obvious way to add a project if you aren't a member, but you can use the same trick that the public dataset browser employs. Replace YOURPROJECT with your project name in the URL below and navigate. This will pin the specified dataset for later access.
https://console.cloud.google.com/bigquery?p=pushshift&d=rt_reddit&page=dataset&project=YOURPROJECT&folder&organizationId
Hope that helps!
Use this URL in your browser:
https://console.cloud.google.com/marketplace/partners/bigquery-public-data
Then you can click on the "view all" button and look for the the ones you need.
This is the link to the bigquery-public-data.stackoverflow, click on the view dataset to use it in the WebUI.
You can review this document on accessing the public dataset.

Robot Framework - Selenium2Library - Chrome & Edge open new tab instead of window

Sorry if this is a mundane question.
My issue is that the user can click on the "Help" button, which by default will open in a new tab, the help page.
When firing the test in Firefox, it creates a new window. Which is great as I can use the Select Window keyword and give it the URL. However, with Chrome and Edge, it just makes a new tab.
I read that Tabs aren't supported - But the weird part is, the test on Edge passes fine, it is just Chrome which is having the problem. Is there a reason behind that?
Is there a way to force it to be a Window and not a Tab? Or something?
I read that I can input a keyboard shortcut of CTRL + Tab. But that feels really dirty and would prefer a better way of doing it.
Error:
ValueError: Unable to locate window with URL 'http://...
EDIT
OK - So instead of using the URL param, I tried the title instead. Just on a whim. And it worked (?) I have no idea how it worked and why using the URL didnt and the title did: Here are the lines I used:
Run Keyword If '${Browser}' == 'Chrome'
... Select Window 1.7.1 User Guide
... ELSE
... Select Window 1.7.1 User Guide - Welcome to the User Guide
Still though, both the "Gets" did not produce a link to the newly created tab / window though :/ - Many thanks to shicky and Helio!
Are tabs not handled largely the same as windows? You should be able to identify what is on the screen as #Helio says by using one of the following:
Get Window Identifiers
Get Window Names
Here are some similar questions that should help you get started, post back here with some further detail if you need more help.
How to get the current URL in Robot framework?
How to make chrome display on the top opened in selenium [Mac OS X]

cannot edit in Realm Browser

I've read a few answers that say it's possible to edit database with Realm Browser but I can't.
I've got a base with two tables : category and specimen. The padlock top right is open. I can click on a new line, add text in fields or change text of existing fields. I go from one table to the other and back and the changes have been ignored.
I've clicked on add new object.
What am I missing?
thanks for any guidance
Are you hitting 'return' when you've finished editing a field? Additionally, there's a new test version of the Realm Browser available on its GitHub page: https://github.com/realm/realm-browser-osx/releases/tag/0.98.3
There were some issues with text fields ignoring input commands in OS X El Capitan, but that should be resolved on the App Store version of the Browser.
In any case, please try the latest version of the Browser with those instructions, and let me know how you go!

For intelliJ 12.X how do i get the console back in the debugger?

Just like this question here:
IntelliJ: After hiding my "Output" sub-panel within the "Debug" panel, how do I get it back?
I canno get the log/console viewer back in debug mode.
The suggested solution in the given question no longer works the "restore layout" button does nothing, and the "certain spot" on the debug is extremely vague at best.
Is there a way to retrieve the console if it gets vanished (or better yet, just stop that button for vanishing it from even existing)?
I am using IntelliJ 12 Ultimate. If the restore layout didn't work for you either, this should fix the problem:
Open the Debug panel.
Keep mouse on the Debug tab and move it straight right to the Watches icon.
You may see a few more more icons here, and Output may or may not be visible (not visible for me)
If visible, click it and the Output view will be restored.
If not visible, move your mouse slowly to either side of the Watches icon and an empty block would highlight indicating that you are hovering over an icon. There may be several of these. Use tooltip to figure out which is Ouput and click it.
Worked for me, I hope it works for you too.
click the button on the left of Debug View called "restore layout",then the console will go back in the Debug View! 1
Syed explained it pretty well, but a picture could be even better:
A view can be hidden via its context menu, then restored by clicking the corresponding icon (with red circle) to the right.
You can restore the layout using this button as of 2018.1.8
In 2016.2, I had to re-run in debug mode for it to reappear. I could not find a way to un-hide the console in the debug window.
You don't say which version of IntelliJ you're using, but I've just tried this in version 12 and the console window minimises to the far right of the debugger tabs. Look at where it says 'Debugger' and then eyes right until you see one or more icons over the Watches panel. Try clicking on them. If you're not using version 12, then only god can help you :)
In v. 2020.1 there is Layout Settings on the top right corner of Debug window
I've just spent an hour trying to get my console output back, and although this answer didn't solve it, it did help.
I'm on Intellij 11.1 Ultimate Edition, and Restore layout didn't help. Nor did I have any icons above the Watches window in the debugger, but I clicked around above the Watches anyway - and suddenly my console output was restored.
I've tried clicking around there again to see if I can provide more concrete steps, but without success. Can only suggest you keep clicking till it reappears.