How do you delete a Heroku data clip? - heroku

I created a Heroku data clip, and now I don't want it any more. I can't find a delete button. Help?

Ah, found it in the drop-down next to "Save & Run".

Related

Links won't open in Microsoft Teams

Whenever I try to open a link posted in teams chat it'll launch browser & try to load https://teams.microsoft.com/multi-window/?agent=web&version=21101905016 link instead of the original link I'm trying to reach. Already tried removing %APPDATA%\Microsoft\Teams folder but no luck.
However, if I copy the link using right click "Copy Link" and paste in browser then it works.
Any suggestions? TIA.

iOS - Using Base localization pane is always empty

In Xcode have added two localizations, German and English. I am following documentation on Apple regarding "Use Base Internationalization" which is obtained by going to the project, clicking Info and pressing on the checkbox.
If I do this, it launches a pane or page which is empty.
IE:
How do I get it to be populated, or otherwise be in a situation to select the relevant resource file?
The answer is to localize your storyboards. Go to storyboard, there is a button called localize. If you do this, the pane is no longer empty.
Check the answer from hassan83 (https://stackoverflow.com/users/1586924/hasan83) in another question. It solved my problems.
https://stackoverflow.com/a/27720065/7017099
"This could happen if Base Internationalization was active before then disabled and files deleted manually.
Create Base.lproj folder in your project folder using the finder.
Move your main story board to it also using the finder.
Fix the reference to it from Xcode.
Remove app from device, clean & build
your project.
All will be back to normal."

in parse.com is there a way to duplicate an entire app?

i don't mind if all the data isn't copied, but i do need the entire structure copied.
If there is a way to copy out the data, that would also be fine!
Parse released this functionality today :-)
Head to your apps dashboard at https://www.parse.com/apps and click the little cog icon on the app you wish to clone. Then, click on Clone, and you'll be taken through a flow where you can choose which parts of the app you want to clone to a new one.
You can't yet clone Data, or background job schedules according to their blog announcing the feature.

How do I remove unused image from my xcode project?

When I delete images using Delete. It has two choices.. remove reference and move to trash.. when I choose move to trash, the image is removed from the list. But when I hit run, the image is still attached to the running app? Why is that? can someone help me with this issue? I want to remove it completely from my app.
Try closing the Xcode and Simulator and then Run it. Also try to remove Background image name from the Attributes Inspector. This might work

How can I delete "Save as" dialog from my Xcode template?

I've done my custom Xcode template. It creates 2 implementation and 3 header files.
I input only 1 name and others are chosen automatically. But when I save these files "Save as" dialog appears. When I create usual Obj-C class using Xcode template there is no such dialog. I want to remove it from my custom template also.
I finally have found an answer.
http://meandmark.com/blog/2011/11/creating-custom-xcode-4-file-templates/
The 5th comment:
This a pretty random find I had, but if you want the save dialog to
only ask WHERE to save the file and not WHAT and WHERE, you must name
one of the fields productName. Hope this saves someone the hours it
took me.

Resources