Giter Site home page Giter Site logo

reqable-app's People

Contributors

goooler avatar megatronking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reqable-app's Issues

[feature] 开放Reqable脚本功能的Python库

Is your feature request related to a problem? Please describe.
pip不兼容嵌入版python,而没有源代码又不知道是否要编译代码或者该仓库需要什么关联库

Describe the solution you'd like
开放Reqable的Python库代码,方便自定义更改以及上传新功能

Describe alternatives you've considered
或许可以将内嵌库文件在软件的方式改成只用压缩包打包库文件?

[bug][windows] 启动应用白屏,无法进入程序。

Describe the bug
启动应用白屏,无法进入程序。系统AppData下存在Roaming/Reqable/Reqable/路径的文件夹,但是没有任何文件,也不存在log文件夹。

Information

  • Platform: [windows]
  • OS: [10和11]
  • Arch: [x86-64]
  • App Version: [全部]

补充信息:

  1. 命令行窗口快速闪一下,然后白屏。
  2. 没有任何log文件,log文件的目录都未创建。
  3. 存在问题的宿主机启用虚拟机后,虚拟机系统安装应用也是白屏。

[bug] 调试页面,系统代理图标显示错误

Describe the bug

R8IQRHJM2MF$G7K0K_Y3TY9

软件启动的时候这个按钮就是开启状态,实际上系统的代理设置并没有打开,而且点击关闭 等2秒它又自己开了

Information

Platform: windows
OS: 11
Version: 0.0.2

[feature] 文件夹功能

需求:

  1. 历史收藏中新增文件夹(单级)功能。
  2. 网关、重写、断点和脚本规则列表新增文件夹(单级)功能。

[bug] 文本编辑器滚动条长度会骤变

Describe the bug
Wordwrap模式下,单行文本排版成多行时,上下滚动时右侧滚动条长度回骤变。

To Reproduce
Steps to reproduce the behavior:

  1. 输入几行文本,每行的排版行数3-4行。
  2. 上下滚动,观察进度条长度。

Expected behavior
进度条不会随着滚动距离变化。

Information

  • Platform: 全平台

[bug] 接口设置-ReqableID关闭后,重新启动又自动勾选

Describe the bug
接口设置-ReqableID关闭后,重新启动又自动勾选

To Reproduce
Steps to reproduce the behavior:

  1. 打开接口设置面板
  2. ReqableID关闭
  3. 重新启动后显示勾选

Expected behavior
ReqableID关闭后自动保存设定

Screenshots
image

Information

  • Platform: windows
  • OS: 10
  • Arch: x86-64
  • App Version: 0.0.4

进程没有自动退出

当我单击右上角关闭按钮后, 主进程没有自动退出 , 再次打开会提示 "Reqable app is already running"

[bug] [Windows] 托盘图标右键菜单栏会有机率失效

Describe the bug
右击托盘图标弹出菜单栏无论点击哪个按钮都无反应,包括退出和显示窗口。单击图标可以正常显示窗口,在0.0.2也出现过这个问题。

To Reproduce
在程序后台挂机,有一定机率会出现这个bug

Information

  • Platform: windows
  • OS: 10
  • Arch: x86-64
  • App Version: 0.0.3

[bug] 版本0.1.7 (13) 当请求过多时会闪退,系统版本mac 13.3.1

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Information

  • Platform: [e.g. windows, macos, linux]
  • OS: [e.g. 12.1]
  • Arch: [e.g. arm, x86-64]
  • App Version: [e.g. 1.0.0]

[bug] [windows] 打开文件选择或者导出窗口后快捷键功能异常

Describe the bug
打开文件选择或者导出窗口后快捷键功能异常

To Reproduce
Steps to reproduce the behavior:

  1. 进入调试功能页面,使用Control + O选择文件。
  2. 再次按下Control键。
  3. 触发Control + O选择文件的效果。

Expected behavior
快捷键功能正常。

Information

  • Platform: windows

[feature] 调试功能里没办法修改监听的ip

如题 我的电脑有三个网络接口 reqable自动代理了vmware的子网并且无法修改 而我需要调试的手机在wifi下...
希望添加一个ip选择功能

我的设备: windows11
ip: 192.168.1.132 192.168.4.1(被调试功能选中) 192.168.5.2
version: 0.0.5(5)

[feature] 留意reqable响应处理

水平很低,但是我把我遇到的问题说一下
最近在使用httpcanary时
发现,在响应的抓包,含有中文的话
在高流量高并发时,可能会出现中文乱码
是突然有1个中文乱码,不是所有中文乱码
这种乱码我之前在用nodejs的http模块做请求时遇到过
感觉是在chunk,拼接数据流的时候出问题
那时,改成request就解决了

希望可以留意一下

[feature] 添加自定义证书功能

使用过Charles&Proxyman&mitmproxy,这三代理我的设备使用同一个自定义的证书。

不知作者是否有计划像Proxyman一样添加自定义证书功能?

[bug] 脚本编辑器控制台日志选中功能异常

Describe the bug
脚本编辑器控制台日志选中功能异常

To Reproduce
Steps to reproduce the behavior:

  1. 打印日志到脚本控制台
  2. 左右调整控制台窗口宽度
  3. 长按鼠标拖拽选择日志,选择区域出现明显问题,部分文字无法选中。

Expected behavior
日志可以被正常选择

Information

  • Platform: windows, macos

[bug] 对未启用的重写规则进行修改,无法点击完成按钮

Describe the bug
对未启用的重写规则进行修改,无法点击完成按钮

To Reproduce
Steps to reproduce the behavior:

  1. 点击管理规则
  2. 修改规则
  3. 无法点击完成按钮,灰色禁止点击状态

Expected behavior
修改后应可以点击完成按钮

Screenshots
image

Information

  • Platform: windows
  • OS: 11
  • Arch: arm
  • App Version: 0.0.5

[bug] [Windows] 软件退出后进程没有被终止

Describe the bug
如标题所述

To Reproduce
Steps to reproduce the behavior:

  1. 启动软件
  2. 在调试页面点开始
  3. 在调试页面点停止
  4. 右上角X掉软件
  5. 右下角菜单栏右键,选择退出

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
屏幕截图 2023-03-16 212324

Information

  • Platform: Windows
  • OS: 10 企业版 22H2
  • Arch: [e.g. arm, x86-64]
  • App Version: 0.0.3+3

[feature] 变量功能

需求:

  1. 首页新增一个变量tab,tab中内容展示预设变量和用户自定义变量。
  2. 用户自定义变量支持新增、编辑和删除。
  3. 支持在接口编辑器、重写功能和脚本代码中引用变量。

[bug] 右下角托盘已经操作退出后,并不能完全退出

Describe the bug
右下角托盘已经操作退出后,并不能完全退出

To Reproduce
Steps to reproduce the behavior:

  1. 右下角托盘操作退出
  2. 重新双击打开应用后提示应用正常运行

Expected behavior
应用完全退出

Screenshots
image

Information

  • Platform: windows
  • OS: 10
  • Arch: x86-64
  • App Version: 0.0.4

Android app

Hello Megatron King Is There is any news about the android app ? i want to make a donation to speed the process of build this app cuz i am a user of httpcanary and it's a great app
Is there is any email i can text you please let me know .

[windows][bug] Proxifier无法转发到reqable代理服务器

Describe the bug
使用Proxifier挂载全局代理时无法设置HTTPS代理

To Reproduce
Steps to reproduce the behavior:
1.在Proxifier添加好对应代理地址和端口并设置HTTPS协议;
2.配置好相关代理规则;
3.测试代理服务一直没法通过
Expected behavior
希望大佬有时间能够解决一下,谢谢

Screenshots

image

Information

  • Platform: windows
  • OS: 11
  • Arch: x86-64
  • App Version: 0.1.4(10)

Notes
经过我测试发现fiddler和Charles没问题,由于fiddler只支持https协议,所以只测试了http和https,经测试没问题,可以正常加载通过,Charles支持htpp和socks,所以两项都测试了,也都没问题。

[bug] 搜索功能有bug

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Information
image

  • Platform: [e.g. windows, macos, linux]
  • OS: [e.g. 12.1]
  • Arch: [e.g. arm, x86-64]
  • App Version: [e.g. 1.0.0]

[bug][macos] 0.1.2版本无法启动,打开就闪退,应用内安装和卸载安装都不行

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Information

  • Platform: [macos]
  • OS: [13.3.1]
  • Arch: [x86-64]
  • App Version: [0.1.2]

[feature] reqable能增加个导出请求成raw格式嘛

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

1台Mac/Windows/Linux同时使用,指的是啥?

是一个账号只能在一台设备使用吗?
换设备登陆的话, 保存的历史会同步吗?
原来的设备会退登陆吗?
会限制能登陆的设备数目吗?
专业版能用于企业开发吗?
谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.