alexeyinkin

Results 72 issues of alexeyinkin

Currently `CodeController` registers languages with `highlight` using a random string. When multiple controllers are created with the same language, this same language is registered in `highlight` under multiple generated IDs....

There is a repeating feature request in Flutter to add separators for children of Row and Column: https://github.com/flutter/flutter/issues/16957 https://github.com/flutter/flutter/issues/18917 https://github.com/flutter/flutter/issues/55378 https://github.com/flutter/flutter/issues/95263 https://github.com/flutter/flutter/issues/95521 At its highest it got 117 thumbs-ups. But...

I understand that this is a port from https://highlightjs.org I guess the port was automated to some extent, because language files contain the comment: ```dart // GENERATED CODE - DO...

For this input: ```java class MyClass { private string str = "abc"; } ``` we get the correct result: ![image](https://user-images.githubusercontent.com/44893228/182778144-108afa6f-524f-4423-bdcc-8a9c11665abc.png) Make this string literal [multiline](https://stackoverflow.com/a/50155171/11382675): ```java class MyClass { private...

For this input: ```java class MyClass { } ``` we get the correct result: ![image](https://user-images.githubusercontent.com/44893228/182590190-ed5ae190-b7f8-432f-bef8-d604f1611cb7.png) Add a number sign: ```java class MyClass { }# ``` and nothing is parsed: ![image](https://user-images.githubusercontent.com/44893228/182590389-c5bb76ad-f857-443f-b680-9adb92e23fd7.png)...

I want to test if two properties have equal values. We should be able to use pointers like this: https://stackoverflow.com/a/41192068/811451 using `const` and `$data`. But this is not working. I...

I need case-insensitive indexing, so that I can do case-insensitive search while getting results in their original case (all cases, if there are multiple). Any plans for this?

Hive integration should be extracted to a separate package like `autotrie_hive` so as to not bring the Hive dependency to user packages that do not need it.