Michael Rooplall
Michael Rooplall
I am experiencing the same issue on Windows 10.
To your last point, where the tooptip remains visible even after leaving the browser: I just ran into this issue, and had to use this workaround. It listens for when...
Previews not working in 0.30.0 as well Example with and without aliasing:  tsconfig.json: 
Would it be possible to have Prism create a symlink/junction to a folder? And we can set a global default folder directory in settings?
They were able to counter this bug in-game by locking all the skateboard gear. If it were dropped, you aren't able to clone it anymore (hence adding it directly under...
Referring to Roblox's Intellisense. The term comes from this [Trello Card](https://trello.com/c/vdSmgC08) Bug repro: [Intellisense detecting the first variable](http://puu.sh/nU5Ov/78b7cd7118.png) [Intellisense not detecting the next variable](http://puu.sh/nU5PM/efd2cf9e6f.png)
Making the option as simple as enabling/disabling it in Account Settings should do fine
@Klocko He's referring to GUI Objects. He wants to mix Tweening Positions/Sizes with a Roblox made 'TweenRotation'. http://wiki.roblox.com/index.php?title=TweenSize http://wiki.roblox.com/index.php?title=TweenPosition http://wiki.roblox.com/index.php?title=API:Class/GuiObject/TweenSizeAndPosition http://wiki.roblox.com/index.php?title=API:Class/GuiObject/Rotation
I ran into the same issue on both Windows and on another attempt using WSL. My workaround was just to create a `mosint-config.json` file in the expected location, and filled...
Hi! Electron has [two process models](https://www.electronjs.org/docs/latest/tutorial/process-model#the-main-process), the main process (a NodeJS environment) and a renderer process (the browser/chromium environment that you are thinking about). This issue is for the main...