How do I repair html hinting - html

On one of my vscode installations html hints I working fine (when in html mode I type lin I see this>
on another only the first line and none of the html link hints. What I did
removed all extention
reinstalled visual studio code in place
removed and reinstall visual studion code
I don't see anything suspicious in the debug pane.
How do I repair my VSCode?

Life saver Mark <3. Thanks!
It is a bit fiddly, but indeed the hints box can be sized to a useless single line size. As I see no real use case for this it could be regarded as bug.
Drag the upper or lower border up or down.
To increase success increase zoom size.

Related

SSIS Package Configuration Wizard Screen CutOff

When I go to the package configuration wizard the configuration filter dialog box is cutoff, has anyone solved this?
Resizing window just kept that dialog box cut off
I can resize just fine using the lower right corner sash to change the window.
An alternative that always works with windows forms is the Tab key as that'll navigate you to the items, even if they're offscreen.
At one point, VS seemed to have rendering issues with the adjust visual experience checkbox and the consensus a decade back was to uncheck that if it was acting "weird." It's been some time since I've had to fiddle with that setting though so the issue seems to have been resolved.
That's VS 2017 in my screenshots. The corner sash exists on VS 2015 as well. Beyond that, I'd need to go to archives or install current VS editions to explore. As to simulating the drop down arrow selector, holding left Alt key down and hitting the down arrow brings up those selectors.
I think I managed to navigate the entire sequence of adding a configuration without using a mouse in my little video here (although I tried really hard at the end).

Chrome extension UI resizes / uses smaller values in production

This is a really weird bug that has already consumed half of my day.
I am creating a chrome extension and when developing the extension locally it looks fine (like I want it to look).
However, once I load the extension to chrome to test performance the UI looks a lot smaller.
I made sure both windows are at 100% size.
What is weird is that actual values change. Font that should be 16px in development becomes 12px in "production".
I have attached 2 screenshots:
DEVELOPMENT (How it is meant to look):
PRODUCTION (How Chrome renders it, once the extension is uploaded):
There you can clearly see the changes in font size and UI. Is this a known Chrome bug or something?
Any help or hint is appreciated since I feel kind of stuck!
Thanks!
maybe the answer of this thread could help you:
LINK
Seeing the images you attached, I can only assume that an ancestor tag (it could be the button or an even more ancestor element) uses a font size that conflicts with your "font-light" class declared 16px.
If by "testing locally" you mean opening the html page with chrome outside of a loaded unpackaged extension, then accept my advice to review your method.
The same html + css combo loaded in Firefox (almost certainly) would give an even different result.
It is also possible that the issue\solution lies somewhere else, but the concepts just outlined need to be taken into consideration.

Chrome rendering MathJax equations with a trailing vertical line

I am working through Andrew Ng's machine learning course on Coursera using the Octave kernel for Jupyter and of course MathJax provides the equation rendering. This thin bar appears on the right side of every equation, and only in Chrome. Any thoughts on where in the stack things might be going wrong?
This is a known issue caused by Chrome changing its rounding behavior. It will be fixed in the next release. See https://github.com/mathjax/MathJax/issues/1300
A quick and dirty method is right click one of them and select another renderer in Math Setting -> Math Renderer
Another method is create a bookmark of this link: javascript:$('.math>span').css("border-left-color","transparent") and click it in pages that use mathjax.
If your MathJax is not the latest version, you can add this to the css style:
.MathJax nobr>span.math>span{border-left-width:0 !important};
then this problem can be solved.

Keep an html browser full screen on mac

I'm getting frustratingly stuck on a quite simple problem. I run an html slideshow. I need it to be full screen (no toolbar, no topbar) at every moment.
In the background, a lot is getting done however. I got an app (Canon EOS Utility) that is regularly activated by applescript. Here is my problem : activating this program automatically quits the full screen mode (or presentation mode) in the browser. How can I stop this?
The full screen mode seems to be part of OS X (Mission Control) - it behaves the same way with every browser.
I tried Afloat 2.0 but this doesn't hide the toolbar and topbar.
Have a clue to solve this?
BTW I'm using Max/MSP for background process, if anything can be done with that.
Thanks !
M
Finally, I’ve solved my problem by not solving it !
The "EOS Utility" software, which was triggered by applescript, needed to be "activated" to work. That caused fullscreen to quit.
I’ve found this jem : gphoto2 (http://photolifetoys.blogspot.ca/2012/08/control-your-camera-with-gphoto2-via.html)
It can be used to tether a whole bunch of cameras via command lines. This, of course, doesn’t change the OS display.
So the full screen stays… !
This is good enough for now, for me… Just replying for the record, if it can help anyone !

chrome space at bottom of page, not locally though

In Chrome (osx 10.7.4) I am getting a blank space at the bottom of my page http://presstube.com/vandalized-notes/
I would normally assume that it is just some whacked out css, but I've noticed 3 strange things in my hunting.
this only happens online.. locally the space is not there! wtf?
when i use the inspector it looks like the space is taking place outside the html
when I scroll all the way to the bottom, then reload, the browser's scroll is reset just above that space.
here is a screenshot of it online:
here is a screenshot of it locally:
If anyone can shed some light I'd appreciate it!
thanks,-j
Ughhh! after much wasted time I found out that it was some malware Chrome extensions that had snuck in. something call "quick-save".
If you're having this, go look in your chrome extensions and look for anything seedy and trash it.
The telltale sign was that in my console I had lots of suspicious looking js activity going on. I googled one of the servers it was trying to access and found a some chrome documentation warning of the se nasty extensions.
Hope that helps someone else who is ripping apart their perfectly good html/css in search of weird mystery spaces in their layout!
Your class .footy has padding-bottom set to 80px. Change this to change the space at the bottom.