Dimitry

Results 68 comments of Dimitry

The fix must be implemented in the library - `Prism4j` must not tokenize empty inputs

Hello @pramodshri-tgsys , yeah, the library has not been updated in some time. If you look at it - bundler just copies source files for grammars that could be found...

Hello @pramodshri , Markwon renders markdown as TextView spans. So a major rework would be required to adjust to Compose AnnotatedString. Right now there is no plan for such thing

https://github.com/PrismJS/prism/commit/2b62e57bbe39b5e23ca56d655cab050696090f7d

https://github.com/PrismJS/prism/commit/a47c05adf7c5691cbdfdbae0863f50b58b436185

Hello @zhouzhuo810 , unfortunately it won't be possible to display Markwon in a widget. Widgets use IPC (interprocess communication), so to display a spanned content - only platform spans can...

Interesting, I will try to check asap :+1:

Hi! It happened to me sometimes when I was debugging and added new columns after new database version was already introduced. It could be it. If not, then it's a...

Hi! Yeah, man, looks like one cannot flatten json like this... Gson throws an exception, because having duplicated keys is invalid... Right now I cannot see a way out

Hey! As long as you can use any animation mechnism, you can configure anything as you wish. In sample I used Handler, but it could be easily achived with, for...