Crafti

Results 56 comments of Crafti

I didn't say anything about removing deep copy. Just disabling it when extending on classes that don't support it is fine. Providing an option to disable would be helpful too...

I don't see how hard it is to implement a different behavior (that is the good old naive approach as detailed in #642) that produces simpler code to accommodate this...

> What will happen to this PR? Either some other pull request will make this one redundant, or it won't be updated in which case we might just close it.

I took the liberty of formatting the issue a bit, I have also move one of the points to another issue: #282

We **shouldn't** query for binary locations, especially considering Linux conventions where programs are in a read-only binary directory, instead we should use the **working directory** like every other program.

Is it required though? I mean, we could load foreign assemblies (DLLs) too that the user installs part of a plugin. They should only be loaded if the assembly is...

More like the opposite, because you can be sure you're not running hidden code, cause you compile the plugin yourself.

Experiencing the same issue where a web server causes an error similar to this: ``` ╷ 1 │ application/json; url=http://example.org/a#; charset=utf-8 │ ^ ╵ ```

Kaiteki does support MFM but not complex ones. See https://github.com/Kaiteki-Fedi/Kaiteki/blob/master/src/kaiteki/lib/utils/text/parsers/mfm_text_parser.dart I will doubt Kaiteki will support every effect, as it's really complex and I don't have the Flutter expertise to...

> 👀 https://pub.dev/packages/animated_text_kit https://pub.dev/packages/animated_text_kit#create-your-own-animations https://github.com/aagarwal1012/Animated-Text-Kit Those resources sadly don't completely help since Kaiteki relies on `TextSpan`s (partially because of formatting), which offer wrapping functionality. Plain `Text` widgets don't offer wrapping...