Ashish Patel

Results 20 comments of Ashish Patel

Umm.. Looks good solution but the only thing that makes me worried is I have `common.yaml` included in `pytest.ini` file, I am not able to use variables from it in...

What I mean is I have a `common.yaml` file which contains some variables like domain name and port number. But now I want to add more variable specific to the...

For Desktop entry in Ubuntu 20.04 you also need to enable Terminal. My entry that works perfectly ``` [Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Exec=/home/$USER/Downloads/UxPlay/build/uxplay -n $HOSTNAME Name=UXplay Terminal=true Comment=UXplay ```

Following:- Could not perform operation. Error: Error: 8 RESOURCE_EXHAUSTED: Received message larger than max (28048210 vs. 4194304)

You should open file as `wb` instead of `w` `wb` allows files to be opened for writing as binary

Quick check on this, I have tested the code and it is able to generate the pdf for me. Possibly you need to first check if authentication is working correctly...

@frankiedrake It could be possible that your confluence API url is incorrect. thats why you are seeing Login page as HTML result. Check with your administrator for correct url.

Use String [replaceAll](https://api.flutter.dev/flutter/dart-core/String/replaceAll.html).

Following +1 ```bash flutter --version Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision f468f3366c (5 weeks ago) • 2023-07-12 15:19:05 -0700 Engine • revision cdbeda788a Tools • Dart...