Lin

Results 127 comments of Lin

@leafo mostly account creation, built-in password hashing for secure storage, validation of email address by sending confirmation email, password recovery system etc. Something like [this](https://github.com/plataformatec/devise)

Here's a quick summary of what is needed to be done, republished with permission from the forge developer who explained this: 1) download MC jars 2) merge MC jars 3)...

@cbdevnet why do you not like docker? It's similar to cmail in spirit, makes concepts introduced by stuff like BSD jails much more accessible etc.

@demchenkoalex any luck?

I found the bug, the issue is with `SelectableText` as it contains an implicit scroll behaviour. Consider adding an option to pass `NeverScrollableScrollPhysics` to [this](https://github.com/flyerhq/flutter_chat_ui/blob/7f115653801e13acff104721c3c09c3f53f5aef1/lib/src/widgets/message/text_message.dart#L134) and the upstream [flutter_parsed_text](https://github.com/fayeed/flutter_parsed_text) library...

In Rust, Go, and NPM (excluding peer dependencies), diamond dependency problems are avoided by allowing multiple versions of the same dependency to co-exist and any potential API conflicts is handled...

I am pretty sure they have the same issue https://github.com/AppHouseKitchen/AlDente-Charge-Limiter/issues/1326