Alex (Teh Sunn Liu)
Alex (Teh Sunn Liu)
Hi, I'm facing some issues while printing longer text. For example, if I try to print **Old MacDonald Had A Farm** it prints like ``` Old MacDonald Ha d A...
Hi, I have a USB thermal printer that I can connect to my PC and share over the network. Is it possible to access the printer with this library and...
Hi, This pull request adds web support. Instead of using dart's inbuilt `HttpClient()`, which do not support the web, I've added `http` package which supports all the platform including the...
Hi I've created a ResponsiveGridList as shown in the image below. Since in my case the height of the widget will vary according to the number of items. I wanted...
Hi, I recently came across [Redis Stack](https://redis.io/docs/stack/), which can also be used to store permanent data. And I was wondering like MySQL, PostgreSQL, and SQLite, which are supported by this...
Hello, I'm trying to install GoCD on Ubuntu using the APT repository following the instructions [here](https://docs.gocd.org/current/installation/install/server/linux.html#debian-based-distributions-ie-ubuntu) However, I'm getting the following error ``` sudo apt-get update deb [signed-by=/etc/apt/keyrings/gocd.gpg] https://download.gocd.org /...
Hi, Some people are facing issues with the storage node, getting error "rpc error: code = Internal desc = the miner not exists" Below are the logs form `sudo docker...
Currently, the `PhoneFieldHint` widget only exposes `decoration` for customizing the `TextField`. This allows us to change placeholder/hint styling, but not the style of the actual user-entered text. This is problematic...