Soaibuzzaman
Soaibuzzaman
**What does this PR change? What problem does it solve?** Add the social icons for [dblp](https://dblp.org/), [Academia](https://www.academia.edu/), and [Semantic Scholar](https://www.semanticscholar.org/), platforms for accessing and sharing academic publications, fostering collaboration, and...
While scrolling, the thumbnails are blinking on the iPhone. Tested on Safari and Chrome. There seems to be a delay in changing the position of the thumbnails. 
I am using monaco-languageclient and monaco-editor-wrapper for my [DSL](https://github.com/soaibsafi/limboole-xtext-ls). I configure the react component as follows: ```jsx import React, { useEffect, useRef } from 'react'; import { MonacoEditorLanguageClientWrapper } from...