kuro7766

Results 7 issues of kuro7766

**Question:** Are you using the latest version of flutter_tex package? [![pub package](https://img.shields.io/pub/v/flutter_tex.svg)](https://pub.dev/packages/flutter_tex) **Answer:** no **Question:** If you are looking for a feature, have you watched the [Demo Video](https://www.youtube.com/watch?v=YiNbVEXV_NM) and gone...

如题,但是这个问题在windows和预览环境上没有 比如想往某个位置插入字符,Android上操作很怪异,无法直接触摸点击 ![](http://kuroweb.tk/picture/16508924457760802.jpg) 如图,必须在句子的尾部长按,当出现这个小按钮的时候,才可以拖动这个按钮来实现光标滑动。或者用输入法自带的滑动功能。 如果在句子中间点击,会是选中一段句子,无法实现光标处句子插入的功能

question

support ```abc``` custom tags , remove abc's incorrect display, and collect it's html fragment tree information to Pconfig's custom callback. And then Let users to handle it. for example ```fftttfdsfadf```...

**Is your feature request related to a problem? Please describe.** 子节点应该作为标签的children渲染,但是孩子目前是横向连续排列的 ![image](https://user-images.githubusercontent.com/49401947/112258282-344cbe00-8ca1-11eb-95bf-459efe46e415.png) **Describe the solution you'd like** abc应该放在红色框的里面或者去掉abc,或者由用户处理

enhancement

It seems that kaggle also starts to ban colabcode juypterlab. Notebook kernel will shutdown when installing jupyter related pip dependencies.

Currently we can't use this repository on kaggle and colab because of **AttributeError: module 'sqlalchemy' has no attribute 'Binary'** .For [ibis repository issue](https://github.com/ibis-project/ibis/issues/2723#issuecomment-1002730086) ,it seems it has been fixed a...

dart html parse err **example**: ```lll``` # Pseudo code ```js log(61, 'to parse : ' + text); h.DocumentFragment document = parseFragment(text); var t = 0; document.nodes.forEach((element) { t+=1; //this is...