Abhijeet Singh

Results 23 comments of Abhijeet Singh

This plugin seems to be outdated and couldn't syntax highlight a lot of things including classes and methods in my dart code. I found the [Dartlite](https://packagecontrol.io/packages/Dartlight) package to be a...

Issue confirmed on Ubuntu 18.04.2 LTS. Always reproducible.

You need to replace the `MenuList` component in `react-select` with a custom one that uses `react-custom-scrollbars`. ```tsx // CustomMenuList.tsx import React from "react"; import { Scrollbars } from "react-custom-scrollbars"; export...

I tried deleting the `android` and `test` folders then running `flutter create .`, after which the app ran but the voice button is not working and the following error is...

+1 Can someone tag the maintainers here? @majodev

@majodev Can we please get this merged? Are there any other maintainers to this repository?

The code suggested by @draperunner works well. This issue can be closed now.

It looks like this library is not maintained anymore. Does anyone know of better alternatives?

Hi, @munikarmanish ! You're correct. The OCR currently only works for pre-processed images. While it does extract data from PDFs with tables, it currently performs a horizontal scan and doesn't...

Can I add some resources in Intro to Programming's README?