text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: TensorBoardLogger has the wrong epoch numbers much more than the fact
Body: ### Bug description
I used the following code to log the metrics, but I found that the epoch recorded in the tensorboard logger is much more than it should have:
def training_step(self, batch, batch_idx):
x, y = batch
... | 1medium |
Title: [Bug] Performance decay in XTTS-v2
Body: ### Describe the bug
I noticed a significant decrease in quality and audio similarity when using the hugging space demo for xtts v2.0.3 before that version the quality and similarly between input and output audios was miles better.
### To Reproduce
Use hugging f... | 1medium |
Title: [BUG] False positive error message if the hooks file itself raises `ModuleNotFound`
Body: | 1medium |
Title: ASGI: iterating over `req.stream` hangs for chunked requests
Body: When reading a streaming request without `Content-Length` (i.e., using "chunked" `Transfer-Encoding`), iterating over `req.stream` hangs in the case the request payload consists of more than one chunk.
It looks like this is caused by the recei... | 1medium |
Title: Transfer Learning
Body: I'm new to this so I apologize a head of time if this is the wrong way to ask this, please correct me if it is.
I have a model that I have trained, but I have decided that I want to change the output layer. Is there a way to change the output layer without completely retraining the whol... | 1medium |
Title: how set_transform affects batch size?
Body: ### Describe the bug
I am trying to fine-tune w2v-bert for ASR task. Since my dataset is so big, I preferred to use the on-the-fly method with set_transform. So i change the preprocessing function to this:
```
def prepare_dataset(batch):
input_features = proces... | 1medium |
Title: Geocaching: unable to add integration
Body: ### The problem
After the update of HassOS from 14.2 to 15, the Geocaching integration could not be loaded. I deleted the integration and tried to add it again, however I always get an error message after putting in the credentials and allow the exchange of informatio... | 1medium |
Title: kernel keeps dying on Jupiter notebook and inference is slow / no such problem if ran on gradio
Body: I am trying out and validating translations from Bulgarian to English. The problem is that on Jupyter, the kernel keeps dying and is rather slow when translating. However, if ran on gradio, things happen very qu... | 1medium |
Title: README.rst contains non-ASCII characters fails installtion
Body: ```powershell
> pip install sandman2
Collecting sandman2
Using cached https://files.pythonhosted.org/packages/34/43/65317a5a01c16d494a68b37bc21d9cbe17c3fd089b76835fdbda60f1973b/sandman2-1.2.0.tar.gz
Complete output from command python set... | 1medium |
Title: settings.ACCOUNT_AUTHENTICATION_METHOD MANDATORY Phone Number with Verification
Body: Currently when I try to set a CustomUser without username field and use USERNAME_FIELD = 'phone_number'
I cannot login to django admin because allauth's authentication backend tries to search the login user with 'username fiel... | 1medium |
Title: [Migrated] No module named 'app': ModuleNotFoundError , slim_handler : true
Body: Originally from: https://github.com/Miserlou/Zappa/issues/1482 by [houdinisparks](https://github.com/houdinisparks)
<!--- Provide a general summary of the issue in the Title above -->
## Context
I am trying to deploy a >100 mb f... | 1medium |
Title: Tabs dont respond when using nested cache functions
Body: ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce th... | 2hard |
Title: Admin export confirm page runs a query for the entire table
Body: When the export page is loaded, the code runs a query for the entire table of the model (i.e. the equivalent of `SELECT * FROM table`):
https://github.com/django-import-export/django-import-export/blob/9839a28089575baef1ecab686ab81682751ed761/i... | 1medium |
Title: Documentation Enhancement
Body: ### Which package?
vizro
### What's the problem this feature will solve?
It will save developers and analysts countless hours of implementing selectors. It will do this by giving a detailed gif or webp video of what each selector does with an example of that selector in u... | 1medium |
Title: pip install hanlp failed
Body:
**Describe the bug**
pip install hanlp failed
**Code to reproduce the issue**
```
pipx install hanlp
```
**Describe the current behavior**
```
Fatal error from pip prevented installation. Full pip output in file:
/home/neoe/.local/pipx/logs/cmd_2023-10-12_20... | 1medium |
Title: Default value for "training" parameter for BatchNorm custom layer call method
Body: ```
class BatchNorm(tf.keras.layers.Layer):
.
.
.
@tf.function
def call(self, inputs, training):
if training:
axes = list(range(len(inputs.shape) - 1))
batch_mean = tf.reduce_mean(... | 1medium |
Title: Edit .gitignore
Body: Hi everyone
please add ".idea" to ".gitignore" file. | 0easy |
Title: Feature request: Support for Django form validation
Body: Hey,
is there any possibility to add some support for the Django form validation by also returning the field parameters via GraphQL? What I was thinking of is something like this which takes whatever is defined in the model and passes it to the frontend ... | 1medium |
Title: Unable to load model on VM, getting error 'utf-8' codec can't decode 0x86 in position 0: UnicodeDecodeError
Body: Hello,guys
I have successfully trained the model using GPU enabled system and now I want this model to be used on my VM.
While performing ``` spacy.load("/Users/home/djnago/model-last")```
... | 1medium |
Title: Where or how to obtain a database session for a task
Body: Thanks for this amazing work!
Can you help tell me where or how to obtain a database session for a task. I saw that the initial function of CRUDBase has db param, but I didn't see initialization. Thank you very much.
| 1medium |
Title: Big performance difference between statsmodels MixedLM and R lmer
Body: Hi,
Using statsmodels version 0.14.0 I notice a big difference in performance when running the same model in R. Using statsmodels' `mixedlm`, the model takes 41 minutes to run while only 1-2 seconds using R's `lmer` package on the same ma... | 1medium |
Title: Savefig saves only background color
Body: Is there a fix for it? I'd like to be able to save my figs in higher dpi. But for some reason it only saves as a dark rectangle of the background color. | 1medium |
Title: Error when running run_pretraining.py (error recorded from training loop: indices[] is not in ...)
Body: I'm trying to create my own `.ckpt.model` file by running the `run_pretraining.py file` on Google Colab using this command :
> !python run_pretraining.py \
> --bert_config_file "../bert-multi-cased/bert_c... | 1medium |
Title: Do an automatic stream flush before rendering a progress bar
Body: 4.60.0 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] win32
Running Python in Spyder
While tqdm is great for the negligible effort required to have a progress bar, I've found it necessary to add a `sys.stdout.flush()` call... | 1medium |
Title: Test case `test_pagination_queries` is flaky
Body: Two successive runs of the test suite resulted in failure and success without any changes to the code.
The first failure was caused by AssertionError in `test_pagination_queries` :
```
members = (Member(id=0, first_name='Andrew', last_name='Brookins', ema... | 1medium |
Title: Loading donut transformers model getting error
Body: self.model = self.model.to(self.device)
File “/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py”, line 1145, in to
return self._apply(convert)
File “/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py”, line 797, in _apply
modul... | 1medium |
Title: AttributeError: 'ProgressBarsConsole' object has no attribute 'set_error'
Body: Hi.
The progress bar may not be displayed.
```
$ pip list
tqdm 4.36.1
pandas 0.25.3
pandarallel 1.4.1
```
```
0.00% | ... | 1medium |
Title: leafmap.add_raster only recognizes some colormap names?
Body: <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.42.6
- Python version: 3.12.3
- Operating System: Ubuntu 24.04.1
### Description
leafmap seems to recognize only a (very) l... | 1medium |
Title: Sometimes I get Dataset Errors when using the lightning module in a distributed manor
Body: ### Bug description
I use a Lightning Datamodule. In this module I initialize (according to your
tutorials a torch dataset:
```
class CustomImageDataset(Dataset):
# Torch dataset to handle basic file operations... | 2hard |
Title: Python11 can not install gensim, if it is possible, I wish Python11 can have the right version for gensim too
Body: <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&... | 2hard |
Title: Cannot use custom Icon for oauth login
Body: As described in the doc (https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-oauth) we currently support font-awesome as provider icons for oauth login form. Many companies use custom oauth providers instead of the public ones. It will be gr... | 1medium |
Title: copy code button
Body: ### Is your feature request related to a problem? Please describe.
no
### Describe the solution you'd like
add a copy icon top right corner to generated scripts so they are easy to copy
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | 0easy |
Title: ImportError: cannot import name 'get_device' from 'basicsr.utils.misc'
Body: ImportError: cannot import name 'get_device' from 'basicsr.utils.misc'

| 1medium |
Title: Expose material property 'shininess' for objects
Body: I have a use-case where I would need some meshes to appear shiny whereas others should not. Setting plot.lighting = 0 achieves the latter effect, but then all objects in the scene are affected. I believe this could be controlled individually for each object ... | 1medium |
Title: ImportError: DLL load failed while importing onnx_cpp2py_export: 动态链接库(DLL)初始化例程失败。
Body: # Bug Report
### Is the issue related to model conversion?
1.16.2

<img width="952" alt="onnx_bug" src="https://github.com/use... | 2hard |
Title: How to plot confusion matrix in yolov5-cls
Body: ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello! I am trying to find out ho... | 3misc |
Title: not able to login after fresh installation of tracecat
Body: After installing tracecat getting the below error
Unhandled Runtime Error
Error: Error creating new user

Below a... | 1medium |
Title: Updating model for Coreference Resolution
Body: I noticed a new SoTA on Ontonotes 5.0 Coreference task on [paperswithcode](https://paperswithcode.com/paper/word-level-coreference-resolution#code)
The author provides the model (.pt) file in [their git repo](https://github.com/vdobrovolskii/wl-coref#preparation... | 2hard |
Title: Update docs to include more community projects
Body: | 0easy |
Title: Apple M1: python -m pip install tensorflow-macos installs 2.9.2
Body: Be advised when following the M1 setup instructions, the tensorflow installation instructions at https://developer.apple.com/metal/tensorflow-plugin/ will now install 2.9.2, which will throw an error when you run `python faceswap.py gui`.
... | 1medium |
Title: Add install section to README
Body: Because it's a standard good practice to tell people how to install something. ;) | 0easy |
Title: More bitstamp l2 data?
Body: It looks like a different websocket address has more L2 book data than the one currently in the code. At `diff_order_book_v2.html`. It's the 'live full order book' instead of just the 'live order book'. Should we change it or set an option to use the full order book? https://www.b... | 1medium |
Title: Fixture into test Class are not displayed in Allure report when used parametrize fixture
Body: [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin**... | 1medium |
Title: The word transitions to the wrong prototype
Body: 
| 1medium |
Title: What does the visualization look like after TNet matmul input?
Body: Thanks for the excellent work! The authors say, "We predict an affine transformation matrix by a mini-network and directly apply this transformation to the coordinates of input points."
I'm curious what the point cloud looks like after the tr... | 3misc |
Title: some extraction duplicated in xml
Body: hi,
I was setting a test site and playing with trafilatura and found a weird bug.
site URL:
`https://milkfriends.s1-tastewp.com/2024/06/27/ok-this/`
as this test site is only available for 2 days, so I also attached the simple Gutenberg block code below for you to ... | 1medium |
Title: Easy Install Fails to configure nginx
Body: Bone stock install on a brand new Debian 12 vm.
nginx config doesn't work and just a blank page is displayed instead of an admin login.
I'll try the manual install now... | 1medium |
Title: why no Windows win32 (32-bit) wheels on PyPI?
Body: https://pypi.org/project/orjson/#files only contains `win_amd64` wheels for 64-bit Python for Windows, but no `win32` wheels for the 32 bit Windows Python, which AFAIK is still the default download from Python.org.
I'd like to depend on orjson in my python app... | 3misc |
Title: FastCRUD class docs don't match signature
Body: **Describe the bug or question**
According to the [documentation](https://igorbenav.github.io/fastcrud/api/fastcrud/), the `FastCRUD` class takes optional create, update, and delete schemas as arguments, but this doesn't make sense according to the calling signa... | 1medium |
Title: 抖音好像无法解析了
Body: 如题 | 1medium |
Title: How to recognize negative number?
Body: I used this model to recognize negative number like '-264.27' with CPU only.
But I get the list ['264.27'] without the negative sign.Its kinda weird.
What's wrong with my code?Any suggestions?
Thanks a lot!
| 1medium |
Title: New event loop is created across different runs in asyncio
Body: I think this is not intentional - the implication is that setting new event loop policies will possibly lose the current event loop:
https://github.com/agronholm/anyio/blob/14daa2bad967bf6dd0f96d04ecffe8e383985195/anyio/_backends/_asyncio.py#L71... | 2hard |
Title: Could you please share some hyperparameters for Resnet-50 in several datasets?
Body: I am really grateful towards your project and I am just starting Person-Reid Project as a fresh man.
However, except some setting you shared or default settings, the Models(Resnet50) I tranined have a great distances worse tha... | 1medium |
Title: Explain the status and the future of the library (in PR template, README, docs site)
Body: Attempting to file a new feature request shows the text:
> Requests is not accepting feature requests at this time.
Fair enough, there must be reason for that (e.g. lack of maintainers).
However, maybe explain a b... | 3misc |
Title: Creating Multiple streams from Client
Body: What I see in the current implementation is when you create a stream from the client-side by calling:
https://github.com/aiortc/aioquic/blob/c99b43f4c7a1903e9ab2431932395bb7e0b29232/src/aioquic/asyncio/protocol.py#L63-L75
You get the stream_id and create a reader, ... | 1medium |
Title: I wrote a customized state space class but could not figure out the error. Please help.
Body: Statsmodels - 0.14.0.dev535
@ChadFulton Could you please help me with this error? Thanks!
```
ValueError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_46580/847275... | 2hard |
Title: TempoDetector batch processing hangs on bad input
Body: ### Expected behaviour
Run
tempodetector --mirex batch 105247.mp3
It should finish processing, no matter what.
The attached test file is from [FMA_medium](https://github.com/mdeff/fma).
### Actual behaviour
It prints a message that the f... | 1medium |
Title: Cannot make optional mutation argument
Body: According to the docs args are optional by default:
```python
class RechargeSim(graphene.Mutation):
class Arguments:
msisdn = graphene.String(required=True)
network_id = graphene.String(required=True)
product_id = graphene.String()... | 1medium |
Title: huobi数字货币分钟 btc数据为空
Body: 接口:coin_bar
火币报错,okex 有数据
start_date='2020-04-01 00:00:01',
end_date='2020-04-22 19:00:00' 火币这个日期也没有数据。
ID:376461 | 1medium |
Title: [BUG] `save_changes()` doesn't throw an error when document doesn't exists
Body: **Describe the bug**
In 1.11.9 state was changed and always defaults being not None, instead it got a dict with the default values. This causes `check_if_state_saved` to never throw an error.
`save_changes` on a new created docu... | 1medium |
Title: The model runs independently, which can increase the speed!!
Body: As we all know, the project is divided into four steps. When I run the model of each step independently, the speed is significantly improved. | 1medium |
Title: Question about Tensor Input Size Changes in Version 1.0.0
Body: Hello developers.
I appreciate all your efforts to improve this software.
Now, I noticed that the transcription behavior has changed a lot in version 1.0.0.
I found out that the size of the Tensor input to the model is different. In other wor... | 1medium |
Title: How can I run the server from source rather than install from PyPi?
Body: **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https:... | 1medium |
Title: [🕹️] Write a Article Comparing OpenBB and Other Financial Tools
Body: ### What side quest or challenge are you solving?
Write a Article Comparing OpenBB and Other Financial Tools
### Points
300
### Description
15-October-2024 by Neha Prasad » https://nehaprasad27118.medium.com/openbb-vs-proprietary-financi... | 1medium |
Title: Make monitoring of healthchecks.io easier by instrumenting metrics / traces.
Body: Hi, I would like to instrument healthchecks.io with proper metrics (i.e. tracking http requests duration, status codes, etc...). So we monitoring of the app in production is a lot easier. Ideally using which supports also traces.... | 1medium |
Title: Error setting template paths; Voila fails to render
Body: I'm running Voila to serve a dashboarding notebook to users via Jupyter Hub, using a proxy configuration as follows:
`c.ServerProxy.servers = { 'voila':
{ 'command': ['voila', '--debug', '--enable_nbextensions=True', '--MappingKernelManager.c... | 1medium |
Title: CGI Generic SQL Injection (blind)
Body: If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
### Environment
Flask-Appbuilder version: `2.1.9`
### Describe the expected results
I am using Superset with Flask-AppBuilder wit... | 1medium |
Title: Divided by zero exception107
Body: Error: Attempted to divide by zero.107 | 1medium |
Title: imageio: fps no longer supported, use duration instead
Body: https://github.com/polakowo/vectorbt/blob/8c040429ac65d43ea431dc2789bf4787dd103533/vectorbt/utils/image_.py#LL74C1-L74C72
Clearly `vbt.save_animation` is still using `fps` as argument in `imageio.get_writer`, which doesn't support `fps` anymore,
On... | 0easy |
Title: [Question] Opinions on including SplineTransformer as feature preprocessing step
Body: I was wondering if there were any plans of bringing the [SplineTransformer() preprocessor](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html) into `auto-sklearn` (it became availabl... | 1medium |
Title: Dash.run return url with 404 when calling JupyterDash.infer_jupyter_proxy_config()
Body: Hello,
I'm migrating several Jupyter Notebooks using dash.
It used to rely on https://pypi.org/project/jupyter-plotly-dash/ and I upgraded all python librairies and migrating in miniforge environment.
The notebooks are... | 2hard |
Title: [Usage]: how to cache the lora adapter in memory
Body: ### Your current environment
I want to build a multi-lora service, but the following code seems to reload the Lora adapter every time
```python
class LoraModule(BaseModel):
name: str
path: str
class UserRequest(BaseModel):
lora_module: list[Lo... | 1medium |
Title: Use new utility method `select_streaming_callback` in all ChatGenerators
Body: As we have added `run_async` methods to our ChatGenerators we brought over a useful utility method https://github.com/deepset-ai/haystack/blob/209e6d5ff0f30f0be1774045de2491272bd2bdc2/haystack/dataclasses/streaming_chunk.py#L32-L34
wh... | 1medium |
Title: nms=true for exporting to onnx
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
_No response_
### Bug
i get this error
```
(yolo) root@workstation-016:/mn... | 1medium |
Title: [BUG] Process mail doesn't work as non-superuser
Body: ### Description
I tried the now Process Mail button as added with v2.14.
https://github.com/paperless-ngx/paperless-ngx/pull/8466
- It works when the button is pressed by a superuser.
- It doesn't work when it's pressed by a non-superuser (despite having a... | 1medium |
Title: `bind` parameter for preserving keys of the regenerated nodes
Body: The docstring of [bind](https://docs.dask.org/en/stable/graph_manipulation.html#dask.graph_manipulation.bind) mentions regarding the `returns`:
> The keys of the regenerated nodes will be different from the original ones, so that they can be use... | 1medium |
Title: The extracted feature is not the same when run validate code twice
Body: Hi, David,
Thanks a lot for sharing this repo, I notice that when extract the feature on lfw, the feature is not the same on when I run the code twice, could you please tell me how this happened? should I crop the image size as a certain... | 1medium |
Title: Feature Request: Inversion of Control features should be supported in notebooks
Body: We're working on adopting ploomber as our pipeline management technology. In early experimentation, I've found that many of the best inversion of control features of ploomber don't seem to be supported for notebooks. I find thi... | 1medium |
Title: Raise classical Pydantic ValidationError like FastApi
Body: Hello,
I'm working with this library and I found the option to raise errors (`FLASK_PYDANTIC_VALIDATION_ERROR_RAISE = True`).
I was expecting the same kind of error as in FastAPI/Pydantic combination:
```json
{
"errors":[
{
... | 1medium |
Title: Reduce memory consumption in broadcast bmm
Body: ### 🚀 The feature, motivation and pitch
Here is a minimal example, consumes about 66GiB CUDA memory (I guess it may expand `b` to [8192,32,1024,128] before calculation). Is it possible to reduce the memory consumption without expanding?
`a=torch.rand((8192,32,1,... | 2hard |
Title: SearchGraph error while follwing the example
Body: ```
from search_graph import SearchGraph
# Define the prompt and configuration
prompt = "What is Chioggia famous for?"
config = {
"llm": {"model": "gpt-3.5-turbo"}
}
# Create the search graph
search_graph = SearchGraph(prompt, config)
# Run th... | 1medium |
Title: Providing a `django.mute_signals` like mechanism for SQLAlchemy
Body: #### The problem
SQLAlchemy provides a listener mechanism similar to django signals in order to execute code based on events handler like pre_save or post_save. Some models can be plugged in with this concept and code are executed `before`/`a... | 1medium |
Title: Caching when no search results found - 2.1.1
Body: I am using python 3.6, oscar 2.1.1 (django 2.2) with haystack + solr 8, cache is memcached 1.6.9. Didnt fork search app. Caching per site is not turned on. Tried to switch to default cache - disable memcached, didnt help. Settings:
```
CACHES = {
'defau... | 1medium |
Title: Add `--global` option to `--install` to save filter config to `global .gitconfig`
Body: Presently, `nbstripout --install` modifies the repo `.git/config`. This is less portable than saving the path to `nbstripout` and the filters in the user's global `.gitconfig`.
It would be nice to have a command such as:
... | 1medium |
Title: How to do more than one cleanup task in cancelled state?
Body: <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case... | 1medium |
Title: Chat Interface Throws Error When Model Provider is Ollama but Works in Notebook
Body: ## Description
I'm working on a blogpost on Jupyter AI and I had completed the draft.
Article Draft : https://docs.google.com/document/d/1N59WnVCDOzFX2UdfPW_G-eRet5AkCpNcJGbZ5uXw6HI/edit?usp=sharing
Everything was working sea... | 1medium |
Title: Is resizing of the input image done in both training and predicting?
Body: In the hyperparameters, the standard settings for input image resizing are as below:
`IMAGE_RESIZE_MODE = "square"`
`IMAGE_MIN_DIM = 800`
`IMAGE_MAX_DIM = 1024`
I have input images that are 6080x3420, so to my understanding,... | 1medium |
Title: Set PYTHON_EGG_CACHE for flask apps during init
Body: <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual e... | 1medium |
Title: Multiple-Input Batched Data
Body: I'm trying to feed a RNN+LSTM Network using the `KerasModel` layer, and in my case, I need to use 2 inputs, and get a `Dense(1)` output.
```python
train, test, val = dataset.get('train'), dataset.get('test'), dataset.get('val')
train_ds = BatchData(train, batch_size, use_li... | 1medium |
Title: Feature request: Watermark support
Body: Hi,
I was looking in documentation and couldn't find any clue how to set background image in worksheet. I want to add watermark to printed pages. Is this feature supported? If not, maybe any workaround exists?
| 1medium |
Title: ModuleNotFoundError: No module named 'facelib'
Body: ```
Traceback (most recent call last):
File "inference_codeformer.py", line 10, in <module>
from facelib.utils.face_restoration_helper import FaceRestoreHelper
ModuleNotFoundError: No module named 'facelib'
```
Then I install the library, but no s... | 1medium |
Title: ImportError: cannot import name 'XPath'
Body: XPath去哪啦???看起来你好像移除了xpath???

| 1medium |
Title: [Docker] Please export port 8000 for plesk
Body: Hi there, merry Christmas!
I am trying to install paperless-ng on a server using Plesk. It's working and I got it all running - but Plesk does not recognize the port you're exposing, which prevents me from actually accessing the service. I am using your docker ... | 1medium |
Title: 合作请求
Body: ### 是否已存在类似的功能请求?
- [x] 我已搜索现有的功能请求
### 痛点
老师,推荐开源项目 https://github.com/volcengine/ai-app-lab 合作,您看有兴趣吗?可以邮件沟通一下吗?1713089694@qq.com
### 建议的解决方案
老师,推荐开源项目 https://github.com/volcengine/ai-app-lab 合作,您看有兴趣吗?可以邮件沟通一下吗?1713089694@qq.com
### 有用的资源
_No response_
### 其他信息
_No response_ | 3misc |
Title: Missing Array length
Body: Hey,
I worked in C# with this API and it was verry cool. But i missed something.
It would be realy nice to have a field, wich shows the length of the following Array.
For example like this:
```
"types_length": 2,
"types": [
{
"slot": 1,
"type": {
... | 1medium |
Title: persintency among sessions
Body: could it be possible to recover stored vector indexes across sessions (same API key ) at least within 90 days? | 1medium |
Title: Higher CPU load after upgrading to 2025.3.2
Body: ### The problem
Hi
I see a higher CPU load after upgrading from 2025.2.5 to 2025.3.2 today at 8:15. Normally only around 1-2%, but now it is consistently between 3-4%.
I have tried stopping all add-ons, but no difference in CPU load.
 for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
Browser sessions allow developers to track browser status i... | 2hard |
Title: The official RL example got error
Body: Copy and run these code from official RL example, but got below errors, please help check, thanks.
https://github.com/microsoft/qlib/blob/main/examples/rl/simple_example.ipynb
Training started
/Users/user/Desktop/ruc/paper/quant/Quant/venv/lib/python3.8/site-package... | 1medium |
Title: mypy can't find OPT_SERIALIZE_DATACLASS
Body: For some reason mypy doesn't think that OPT_SERIALIZE_DATACLASS exists in the orjson module. I really don't know why this is, it's clearly defined and in the .pyi file, so maybe it's an issue with mypy? Figured I would post it here in case you know why.
My code:... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.