Viatcheslav Ehrmann

Results 2 issues of Viatcheslav Ehrmann

Creating a plot takes 400 seconds on my system.  Transferring the plot to an HDD also takes around 400 seconds. Here is where the problem is. When a new plot...

enhancement

Example Code. [Screenshot.](https://imgur.com/fNlKXJV) ``` class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) val webView = findViewById(R.id.webView) webView?.let { it.settings.javaScriptEnabled = true it.webViewClient = MyWebViewClient() } webView.loadUrl("https://en.wikipedia.org/wiki/The_New_York_Times")...