text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Add support for creating cartoee maps with an interactive GUI Body: ![](https://i.imgur.com/9nktF9V.png) ![](https://i.imgur.com/A2CvWd6.png)
1medium
Title: 【长期】跨语言支持 Body: ### 已有讨论 #142 #197 ### Q & A [LxnChan](https://github.com/LxnChan) 有足够的样本的前提下我想自己训练出来一个日语模型,不知道行不行 答:就像把中文句子例如 “你好” 变成 “ni2 hao3”,只需要找到一个tts前端处理一下日语为phenomenon > 作者却苦于近期精力限制只能势单力薄处理一些小的bug,也看到issue区有不少爱好与开发者想要学习或二次改造更好满足自己需求,不过比较零碎难以展开。为了让项目和AI持续可以给大家提供更多价值,共同学习,我在issue区根据不同主题创建长期交流频道...
3misc
Title: model.fit - class_weight broken Body: It seems argmax is returning dtype=int64 in the true case and int32 is returned in the false case. https://github.com/keras-team/keras/blob/a503a162fc5b4120a96a1f7203a1de841f0601e2/keras/src/trainers/data_adapters/tf_dataset_adapter.py#L129-L133 Stacktrace: ```Python ...
2hard
Title: [Bug] Exporting to ipynb with comments at the end of the line Body: MacOS nvim 9.4 ## Description Exporting outputs that have code cells with comments at the end of the line causes cells to not match up. Need to investigate a little further to figure out the cause of that. ## Reproduction Steps crea...
1medium
Title: 希望支持 docker 部署, 支持配置代理 Body:
1medium
Title: Scanning BLE devices returns empty metadata Body: * bleak version: 0.10.0 * Python version: Python 3.6.13 Anaconda, Inc. * Operating System: Windows 10 Pro ### Description Hi, I wanted to test scanning devices and print the details of the scanned device (name, metadata, etc.). The devices are det...
1medium
Title: CONTRIBUTING.md references wrong requirements file Body: CONTRIBUTING.md says to run `pip install -r requirements-dev.txt` but I believe it should be `pip install -r requirements-test.txt`. Also, is it worth mentioning that `pip install -r requirements.txt` or `pip install -r requirements-dev.txt` has to be r...
0easy
Title: Horovod on spark>=2.4 Barrier Execution Mode supporting Body: **Is your feature request related to a problem? Please describe.** When I use Horovod on spark for training distributed DL model, Horovod does some additional actions for data transferring to Horovod processes: - DataFrame partitions saving to some...
2hard
Title: Feature request: support for copy to clipboard for code blocks Body: Looks like github has recently added a nice 'copy to clipboard' button for every code block rendered from a markdown. Without knowing a lot about how this is implemented or if it is easy/hard for grip to do, it would be awesome if this could be...
0easy
Title: Ckeditor <TypeError: Cannot convert undefined or null to object> Body: ### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug Following the guide [sqladmin ckeditor](https://aminalaee.dev/sqladm...
1medium
Title: Request Adding Leaflet.TileLayer.MBTiles Plugin Support Body: **Is your feature request related to a problem? Please describe.** No. This feature request adds support for displaying raster tile base maps in .mbtiles format. **Describe the solution you'd like** 1. Make [Leaflet.TileLayer.MBTiles](https://git...
1medium
Title: Add support for request to use a specific session Body: I'm scraping a single site with 2 different logins. I don't see a way to specify which session/cookies a request should use? The documentation for this is lacking. Thanks
1medium
Title: Replace, or complement, `pmdarima` with `statsforecast.AutoARIMA` Body: The Nixtla folks claim that their `statsforecast.AutoARIMA` is faster than `pmdarima` and `prophet`: ![image](https://user-images.githubusercontent.com/316517/228058200-89b9498f-0bcc-40c3-bd8a-51f4250217c9.png) ([source](https://nixtla...
1medium
Title: pandasgui shutdown out of interactive cmd, pandasgui.show(df, settings={'block': True}) is needed. Body: Hi @adamerose , I am trying pandasgui in some python script, unlike in interactive cmd, it shutdown immediately after running. I find `settings={'block': True}` is necessary, would you please figure it ou...
0easy
Title: [🕹️] Copilot for Terminal Code Side-Quest Body: ### What side quest or challenge are you solving? Copilot for Terminal ### Points 300-750 ### Description Create a custom copilot that integrates a new language model (e.g., Cohere, Llama3.2, etc.) into OpenBB's Terminal. ### Provide proof that you've compl...
1medium
Title: request.user returns AnonymousUser Body: Is there a method to return the authorised user when using JSONWebTokenAuthentication in DEFAULT_AUTHENTICATION_CLASSES? I'm calling a view very similar to this http://stackoverflow.com/a/20569205 but this doesn't work as request.user returns AnonymousUser.
1medium
Title: Docker proxy problem Body: <!-- Have you searched for similar issues before posting it? Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Please do not use the question template to report bugs or to request new featur...
1medium
Title: Potential security issue Body: Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@fa2y) has found a potential issue, which I would be eager to share with you. Could you add a `SECURITY.md` file with an e-mail address for me to send further details to? GitHub [recomm...
0easy
Title: "Connection is already acquired" error Body: Hi. I have a daemon with several asyncio tasks, each of which executes some requests. All of the tasks share the same connection. After some time one of them begins to produce this error. Failed code is simple :) In main.py I have `self.engine = Database(con...
1medium
Title: Feature request: threading support Body: Has support for multi-threaded processes been considered in the past? Any pointers on how one would go about adding that to pudb?
1medium
Title: Feature Request: magic command to paste code from file and execute Body: There are multiple instances where one would want to send code to a running IPython terminal from an editor (a la Spyder). An example of this would be this extension for VSCode https://github.com/hoangKnLai/vscode-ipython which works really...
1medium
Title: Crash report for output Body: ## Mycodo Issue Report: 7.1.3 #### Problem Description Please list: Hi All, run into this error for outputs set up, After pressing: add output for atlas i2c pump signal crash error accrued. Restart / did not solved it, pressing output in setup generate the same error ...
1medium
Title: Enhancement: Allow parameter of type `Iterable` to be processed as `list` Body: ### Description Litestar doesn't think it should process `Iterable` parameter as an array. The original [discussion](https://discord.com/channels/919193495116337154/1260559977081471058) was about default parameter value, but t...
1medium
Title: Is there any standard configuration of softprompt on few-shot tasks to match the performance of the Papers? Body:
1medium
Title: Include Keras, sklearn in docs and structure Body: Right now, it's all one big text. We should split up different subsections for different frontends. At the top, we should have a quick text summarizing the frontend framework and describing how to import them dynamically (using `kymatio.Scattering*D` and specify...
1medium
Title: ModuleNotFoundError: No module named 'tensorflow.keras.layers.experimental'Bug: Body: ### Bug Description when import autokeras import autokeras as ak ### Bug Reproduction Code for reproducing the bug: https://colab.research.google.com/github/keras-team/autokeras/blob/master/docs/ipynb/structured_d...
1medium
Title: narrow gaps in 2d kernel density diagram Body: Hi there! When I plot a 2d kernel density diagram, there are narrow gaps between the adjacent contours (not white lines). I am wondering if there is anyway to fill these gaps, thanks! ![1](https://github.com/mwaskom/seaborn/assets/2960864/0cd69bb5-0ba4-414...
1medium
Title: Feature request: Streaming Body: As per [my comment in #11](https://github.com/jmcnamara/XlsxWriter/issues/11#issuecomment-479149512), it is possible, if not completely straightforward, to stream ZIP files on output, for example using [`zipstream`](https://github.com/allanlei/python-zipstream). The current ZIP m...
1medium
Title: 3.7.6 does not have wheel for linux aarch64 / arm64 Body: - https://pypi.org/project/spacy/3.7.6/#files - https://pypi.org/project/spacy/3.7.5/#files 3.7.5 provides wheels for linux aarch64 for various python versions, but 3.7.6 does not have any wheels for linux aarch64. Is it intended? Couldn't find rel...
1medium
Title: how to configre security on the top level Body: I want use security on the top level, but how to configure.
1medium
Title: Error on mxnet/gluon: after upgrade the mxnet-cu100 and gluoncv,then run script "train_faster_rcnn.py" Body: My virtual environment is broken and then I create a new virtual environment named "huf_mx" as following. ![image](https://user-images.githubusercontent.com/47581857/69799144-ac21ea00-120d-11ea-8ecb-...
1medium
Title: 代码里好多错误,pix2pixHD_model_DA.py里面的netE是什么了? Body: 代码里好多错误,pix2pixHD_model_DA.py里面的netE是什么了?出现的莫名其妙
1medium
Title: Slack Action `type_select` Not Triggering After Modal is Opened Body: Hello everyone, I'm seeing an issue with the SDK for a particular action `type_select`, I've provided more details below. Any help would be appreciated. Also, please let me know if more information is required from my side. ### Reproducible...
1medium
Title: keras.io examples using model.stateless_call aren't setting training=True and aren't managing non_trainable state Body: both the examples * https://keras.io/guides/writing_a_custom_training_loop_in_jax/ * https://keras.io/guides/distributed_training_with_jax/ have a training loop that uses `stateless_call...
1medium
Title: Cannot even import autoviz? Body: Not able to even import autoviz after installation. Thought to try it, but doesn't work. Please see the screenshot below: ![image](https://github.com/AutoViML/AutoViz/assets/14772927/2559ced9-bef9-4bd8-8710-0db8b3793203) ![image](https://github.com/AutoViML/AutoViz/assets...
1medium
Title: Where to write the dependency? Body: Sorry this is a very simple question, I have selected the ``` Select dependency_source: 1 - conda-forge ``` I wonder where should I add dependencies for the installation? Normally, I would add the dependencies to `install_requires` in `setup.py`, but that would mea...
1medium
Title: Adding support for netCDF (*.nc) files Body: ### Feature request netCDF (*.nc) is a file format for storing multidimensional scientific data, which is used by packages like `xarray` (labelled multi-dimensional arrays in Python). It would be nice to have native support for netCDF in `datasets`. ### Motivation ...
2hard
Title: Run failed when using nms in batch infer Body: ### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Export ### Bug I want to convert the model to ONNX format and integ...
1medium
Title: add replay for lantern live Body:
1medium
Title: Colored 1.5 broke syrupy Body: **Describe the bug** I run `poetry update` this morning and it updated `colored` to 1.5. Which is a legit update according to pyrupy `pyproject.toml`. From the change log of `colored` I can see they renamed some functions like `bg` to `back` and `fg` to `fore`. These changes br...
1medium
Title: Get Landmarks Body: Dear all, maybe I am too stupid to find it. How can I get the Landmarks when I am using extract_faces? kr Dirk
1medium
Title: `SemanticSegmentationTarget` throws tensor device casting error Body: ## Bug The following code ```python targets = [ SemanticSegmentationTarget(2, np.ones((128, 128), dtype=np.float32)) ] with GradCAM(model=m, target_layers=l, reshape_transform=reshape_transform) as cam: mask = cam(input_te...
1medium
Title: Remove deprecated `SentenceWindowRetrieval` component Body: It was left as a stubbed component in 2.4 to aid backward compatibility with existing pipelines. It should be removed in 2.5.
1medium
Title: 人名识别导致分词错误 Body: <!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwi...
1medium
Title: Problem with Twisted AttributeError: 'EPollReactor' object has no attribute '_handleSignals' Body: ### Description Since the release of Twisted 23.8.0 recently, I've had problems running Scrapy. I had to fix to the previous version, Twisted==22.10.0 ### Steps to Reproduce 1. Install Scrapy in a new envi...
1medium
Title: Solution: Integration with Tableau, Power BI and Data Studio Body: **Problem research and evidence** 1. Integration with top data visualization tools was suggested during the discussion: https://github.com/ckan/ckan/issues/7499 @jqnatividad concluded that it's an optimal way to enable top data visualization exp...
2hard
Title: How to use loss instead of accuray in HPO Body: **Describe the issue**: I just started using nni and followed the /hpo_quickstart_pytorch/ example to inplement. But, instead of accuracy, I need to thave the main monitor and optimize for the loss, and the lower loss, the better, obviously. I used nni.repor...
1medium
Title: tflearn Installation issues. Body: Hello, I've been trying to install tflearn module for a while now and haven't been able to do so. I have checked most documentations and other problems but none seem to be usefull. I am using anaconda extension. I have tensorflow installed, it's current installed versio...
1medium
Title: [BUG] Note to the installation guide Body: Hi! your instalation [guide](https://fastapi-utils.davidmontague.xyz/#installation) differs your guide in [github](https://github.com/dmontagu/fastapi-utils?tab=readme-ov-file#installation) <img width="1089" alt="image" src="https://github.com/user-attachments/assets...
0easy
Title: Rename DAG (from models/dag) to SchedulerDAG -- or remove it! Body: ### Body It is easily confused with the DAG in task sdk. Ideally we can remove. At least rename it. comment from ash > That should be renamed as SchedulerDAG really -- (or possibly it can be removed now) -- it's a) a compat import while th...
1medium
Title: TST: make sure tests work on python 2.6 Body:
1medium
Title: [Discussion] can we convert the pretrained model to saved model format? Body: can we directly download the model and convert to saved model format, then load from Cpp API?
3misc
Title: Help menu/main page on github have dead links Body: Google Code closed down. As such the FAQ/Online Help/Scripting Help links lead to dead sites. They probably should be changed to Archive.org links or hosted elsewhere preferably. The Paypal link is defunct as well.
0easy
Title: AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next' Body: Hi. I am currently trying to train my own model. I obtained the dataset as required and modified the config file. However, I get this error when trying to train. I have already tried to decrease workers in config file. I a...
1medium
Title: models中图片字段展示 Body: 模型中我存储的图片路径为“/blog/static/images/blog/timg_PrPLvaa.jpg”,这是我访问静态资源路径,但是后台显示该字段时是用a标签包裹,自动拼接的路径不对,“http://192.168.3.28:5058/admin/blog/article/1/change/blog/static/images/blog/timg_PrPLvaa.jpg”,前边拼接的可以设计成可以让用户自定义修改,要不然点击访问不了该图片。再不然也可以不自动进行拼接,让用户保存完整链接。 **留下你的联系方式,以便与你取得联系** QQ:13716.7399 ...
1medium
Title: [BUG-REPORT] to_pandas_df giving error Urgent!!! Body: @JovanVeljanoski @maartenbreddels Hey There Can you please help me in this, its little Urgent I'm trying to do the conversion of vaex dataframe to pandas dataframe but its giving me error shared down below. At first I've taken two dataframes and joined th...
2hard
Title: 能否通过文本向量化中加入指令优化图片召回率 Body: 目前能否能通过在文本向量化中加入类似“为这个句子生成向量以用于检索图片:”,的指令来优化图片的召回率
1medium
Title: `IndentationError` when using a multi-line decorator for a class method Body: #### Problem Description I encounter an `IndentationError` when trying to generate the documentation of a class which contains a multi-line decorator on a class method. I believe that this is a limitation of the [`_dedent` method](...
1medium
Title: Cannot turn off sampler injection at inference time. Body: ### Bug description I want to use a custom distributed batch sampler at inference time. The sampler looks like this: ```python class DistributedInferenceBatchSampler(DistributedSampler): def __init__(self, dataset: Dataset, ...
2hard
Title: Intermittent proxy-with-auth not being set before page load Body: ## Intermittent proxy-with-auth not being set before page load Since the Manifest V3 extension conversion, there is a short delay before the auth is set, which may lead to an auth prompt appearing if navigating to a page immediately after the web...
1medium
Title: Use PyPI token in GitHub actions Body: I just noticed this: https://github.com/pytest-dev/pytest-qt/blob/e8080068d3ed215051231d5d5fd43fd1268e4eaa/.github/workflows/main.yml#L83-L86 It looks like https://github.com/pypa/pypi-support/issues/98 was taken care of.
1medium
Title: SmartThing Washer start/stop Body: ### The problem Can't start or stop the washing machine with the switch component included in home assistant integration. The command should use the samsungce.washerOperatingState capability instead of the switch. With the command start and pause or cancel. ### What version o...
1medium
Title: Support additional table arguments Body: Simply follow the SQLAlchemy ORM way, support `__table_args__`: http://docs.sqlalchemy.org/en/latest/orm/extensions/declarative/table_config.html
1medium
Title: ChunkStore - Delete does not update metadata properly Body: does not update rows or chunk count when a chunk_range is specified
1medium
Title: TextFieldTensors are not supported as input to a model Head Body: <!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverf...
2hard
Title: [Bug]: Checkpoint / LoRA gallery slows down the browser Body: ### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the curr...
1medium
Title: It is able to support RNN models like LSTM? (3D array INPUT) Body: It is possible to adapt this set of dashboards for RNN-based models, such as LSTM networks. The main problem I am encountering is in the input dataset which, being pre-processed, does not have the traditional linear structure, but is produced ...
2hard
Title: CN-CLIPViT-B/16 模型在Flickr30K-CN数据集上的zero-shot结果复现不出来 Body: 你好,我使用你们开源的CN-CLIPViT-B/16 模型在MUGE上复现的结果和你们汇报的结果差不多 ![image](https://user-images.githubusercontent.com/52226902/202694566-4ae406a3-9a36-4ad5-b44f-1f263ed57fb6.png) 但是在Flickr30K-CN数据集上的结果差很远,不知道问题出在哪里,麻烦帮忙看下,谢谢。 ![image](https://user-images.githubuse...
1medium
Title: Dependency parsing: is there some way to discourage multiple `nsubj` dependents? Body: A very weird English tree produced by Stanza 1.6.0 in the [demo](http://stanza.run/): > My cousin my extremely rude colleague admired last year chewed the chicken enthusiastically. <img width="1171" alt="image" src="http...
2hard
Title: No demo assignment in topic-3 Body: [jupyter_english/topic03_decision_trees_kNN](https://github.com/Yorko/mlcourse.ai/tree/main/jupyter_english/topic03_decision_trees_kNN) and [jupyter_french/topic03_decision_trees_kNN](https://github.com/Yorko/mlcourse.ai/tree/main/jupyter_french/topic03_decision_trees_kNN) has...
1medium
Title: Add tutorial notebook to docs.cleanlab.ai Body: Make tutorial notebook appear on docs.cleanlab.ai (and verify it looks good on the website) by adding it to: 1) https://github.com/cleanlab/cleanlab/blob/master/docs/source/tutorials/index.rst 2) https://github.com/cleanlab/cleanlab/blob/master/docs/source/index....
1medium
Title: No layer style UI for ee.ImageCollection Body: ### Environment Information Colab Mon Mar 25 21:27:30 2024 UTC OS Linux CPU(s) 2 Machine x86_64 Architecture 64bit RAM 12.7 GiB Environment IPython Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] geemap 0.32.0 ee 0.1.394 ipyleaflet 0.18.2 folium...
1medium
Title: Making django_db_blocker un-opt-outable is zealous and lame Body: Use of `django_db_blocker` to cripple use of the database outside of specially tagged tests and fixtures interferes with Django model `get_or_create` calls at import time, which is how some systems ensure the presence of fundamental data across en...
1medium
Title: Swarmplot and markers Body: I am exploring the `swarmplot` functionality provided by seaborn. I tried to follow [stackoverflow suggestions](https://stackoverflow.com/questions/52878845/swarmplot-with-hue-affecting-marker-beyond-color) on changing the default marker for groups, but without success. Looking at ...
1medium
Title: Form validation errors on Sign Up and Login pages Body: I found a bug where the frontend errors out when you press the submit button on empty fields for the login and sign up pages. Here is a gif of the error for the sign up page. The same error occurred with login page as well. ![error_with_signup_and_si...
1medium
Title: Namespaces should be lazy registerable Body: As @frol suggested, for big APIs splitted on multiple files, Namespace should be the only class to import. As Blueprints for Flask, it should provide all necessary methods to not require the API instance in the file and to be lazy registerable. The target is being ab...
1medium
Title: Inconsistent results in using torch.jit.script API from API documentation. Body: ### 🐛 Describe the bug Expects an AttributeError is raised since the ignored_method is skipped in compiling as per API documentation. ```python def test_script_module_with_ignored_method(self): class IgnoredMethodModule(n...
1medium
Title: Smaller mark width for overlapping data with `so.Hist(common_bins=False)` Body: When doing a `so.Hist(common_bins=False)`, if the bins for each group overlap, the width calculated for each mark is smaller that it should be. Here's a minimal working example, where I have a dataset `A`, and its x-shifted versio...
1medium
Title: gotImport Error Body: ImportError Traceback (most recent call last) Cell In[8], line 4 2 import numpy as np 3 from collections.abc import Iterable ----> 4 import databricks.koalas as ks 5 import matplotlib.pyplot as plt 7 from pyspark import SparkContex...
1medium
Title: Monitor tensors every batch Body: Default epoch monitors for training are quite useful. Could you give an example of how to monitor one tensor's value **every batch** ?(and write it to tensorboard file.) Thanks a lot.
1medium
Title: Remove folder from core integrations https://github.com/deepset-ai/haystack-core-integrations/tree/main/nodes Body:
1medium
Title: Cannot load the dataset go_emotions Body: ### Describe the bug When I run the following code I get an exception; `go_emotions = load_dataset("go_emotions")` > AttributeError Traceback (most recent call last) Cell In[6], [line 1](vscode-notebook-cell:?execution_count=6&line=1) --...
1medium
Title: Foreign key relationships are not created when use_alter is used. Body: **Migrated issue, originally created by tomkcook ([@tomkcook](https://github.com/tomkcook))** The basic problem is that when a column is marked as ForeignKey and the use_alter option is set to True, the foreign key constraint is not created...
1medium
Title: Disable javascript not working Body: Hey there, I tried to disable the javascript running on the undetected_chromedriver but without luck. This command does not work: `self.chrome_options.add_argument('--disable-javascript')` This alternative is not supported by the undetected_chromedriver ` prefs = {'pr...
1medium
Title: 【建议】main 启动的时候添加一下启动参数 Body: python mian.py 5 直接web页面启动
0easy
Title: No license file Body: The `license.md` file helps with how your files can be edited and even forked also, guides how pull request can be done on your main branch. It should be added. I can work on it.
0easy
Title: Publish allennlp-server to pypi Body: It's annoying that it's separate. It doesn't get proper test coverage this way. We should either support this feature properly, or not at all.
1medium
Title: Missing scikit-image nightly wheels on MacOS Body: We installed the nightlies in Dask CI (usually from here: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple), but we are getting errors that the wheels can't be found there anymore (and seem to be gone), is this intended and if yes is there anoth...
1medium
Title: Support of num_workers (multiprocessing) in map for IterableDataset Body: ### Feature request Currently, IterableDataset doesn't support setting num_worker in .map(), which results in slow processing here. Could we add support for it? As .map() can be run in the batch fashion (e.g., batch_size is default to 100...
1medium
Title: [BUG] Response validation fails when using authentication and custom session Body: ### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.co...
1medium
Title: Command & response translations/Internationalization Body: ### I am... * [ ] Reporting a bug * [X] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version: 4.3.5 * OS version: Fedor...
1medium
Title: Need delete widget option Body: Doesn't exist.
0easy
Title: Screen flashes at each step Body: This has always been an issue for me. Each time I step through a line of code, the screen flashes. If the line takes a long time to complete, all I can see is my original prompt (bash or IPython or whatever). This is annoying when stepping through code, because the flashing is...
1medium
Title: loops Body: i cant do it: Find the ten most spoken languages from the data Find the 10 most populated countries in the world
1medium
Title: How to combine two models to a single pb file? Body: Dear, My goal is adding more dataset to the pre-trained model to increase the accuracy. 1. I freezed the graph to get the 1st model named **pre-trained-model.pb** 2. Then I trained another model based on my own images followed [this topic](https://githu...
1medium
Title: 运行weixin.py报错诶 Body: ImportError: No module named requests_toolbelt.multipart.encoder
1medium
Title: Unfavorable language? How to change the language fully to english !? Body: Dear Devs, it is a pleasure to use such incredible app, but there are some things which needs to be resolved, the gui is quite good, but many settings are written in Chinese language which is unfavorable to many, pls kindly try to change ...
0easy
Title: 【求助】有关于判断done_geetest() Body: **Python 版本:** 3.10.7 **模块版本:** 15.0.0 **运行环境:** Windows --- 我是一个初学者,正在尝试写一个我自己的bilibili相关的想法来锻炼自己的能力 我参考本库的文档设计了一个窗口,其他一切正常,但我不知道如何在主函数中判断done_geetest()来关闭极验的窗口随后获取验证码. 我一开始想到的就是使用while true来循环判断并根据if来break,但很显然这会导致线程阻塞并使窗口崩溃 随后我想到使用async进行异步处理,但相关的教程过于繁琐导致我找不到实际需要的部...
1medium
Title: Dvc commit operation is too slow Body: # Bug Report ## Description I use git and dvc to manage my training datasets, which consists of thousands of jsonl files. After I modify several jsonl files, I use `dvc status && dvc commit`. `dvc status` operation is completed quickly (I know dvc will only hash files ...
1medium
Title: blocks and graphs don't work Body: ### ⚠️ Search for existing issues first ⚠️ - [X] I have searched the existing issues, and there is no existing issue for my problem ### Which Operating System are you using? Windows ### Which version of AutoGPT are you using? Latest Release ### What LLM Provider do you us...
1medium