tuduweb

Results 5 issues of tuduweb

按教程下载并配置到了环境变量中,可总是报错,无法使用。 ``` xxx@ubuntu:~/wechat-devtools/tools$ ./update-wechat-devtools /usr/bin/env: ‘mew_js’: Permission denied xxx@ubuntu:~/wechat-devtools/tools$ sudo ./update-wechat-devtools [sudo] password for tuduweb: /usr/bin/env: ‘mew_js’: No such file or directory ```

### Description Add path value check (whether empty) when open path/file selecting dialog, to achive only using `default_path` when path value is empty. ### Motivation and Context Fixes #6777 In...

Bug Fix

### Description Correct browse behavior in non-empty input edit line, to keep single-file and multi-file (selected) behavior consistent ### Motivation and Context Found when debugged before: https://user-images.githubusercontent.com/30559085/218437695-31b663bb-35bf-421f-818e-06c7a8b86c4d.mp4 after: https://user-images.githubusercontent.com/30559085/218437754-34fbde2a-7c1c-41b3-ba53-63542d376b42.mp4 ###...

Bug Fix

how to use atlassian-python-api to get servicedesk/customer infos? It's that avaliable? ```python service_desk = ServiceDesk( url=self.server, username=self.username, password=self.password, cloud=True # Set to False if using Jira Server/Data Center # cookies=cookie_dict...