Louie Andrew Capulso

Results 10 comments of Louie Andrew Capulso

Have anyone tried uninstalling and reinstall the older version of IDM?

here's a screenshot ![Screenshot_2022-08-28-05-20-13-951_eu kanade tachiyomi](https://user-images.githubusercontent.com/6234843/187049085-d43c429f-4839-4ab8-992a-1fb223797f36.jpg)

please add this. I don't want to use the `separator`.

please just ignore the unsupported selectors instead of throwing an error.

> Since the owner of the repo didn't answer, I went ahead and made a new package to continue development there. > > The package can be found at: https://pub.dev/packages/html_editor_plus...

Try this: ``` dart ImageExtension( builder: (extensionContext) { final element = extensionContext.styledElement as ImageElement; return ClipRRect( borderRadius: BorderRadius.circular(5.0), child: Image.network( element.src, ), ); }, ), ```

Ah, so it tried to uninstall itself to update, and probably failed to reinstall? It keeps disappearing on mine as well.