Eric Trenkel

Results 15 comments of Eric Trenkel

Have you tried putting an `Expanded` widget around `TerminalView`: Expanded( child: TerminalView( terminal: terminal style: const TerminalStyle(fontFamily: ['Cascadia Mono']), ), )

For now you could update the `config/strings.ts` file where the auto replies are saved. Instead of `how do I install this?` you could write `/somecommand` and then the response.

Is your text UFT8 encoded?

It depends on which version you are using. Currently the database file is located under config/support.db.

Have you checked the config/debug.log file? There you should have a list of received and sent messages. But I agree. Including ticket details such as messages in the database might...

Seems like some dependencies are not installed. Did you follow the [Getting Started](https://github.com/bostrot/telegram-support-bot/wiki/Getting-started) guide?

Thank you for the info! I opened this issue so we can track how far the automated testing is, which I want to implement at some point. So everytime we...

@mudbaby this might be the same issue as in https://github.com/brennentsmith/internet-speed-logger/issues/15. Try to set proper permissions with `sudo chown -R 1001:1001 .`.

Duplicate of #27

Yes but you do not need to open a second feature request if there already is one for that.