text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: qianfan llms submit prompt does not include ddl_prompt
Body: When using qianfan as a large model, the Prompt does not include ddl_prompt, that's all
SQL Prompt: [{'role ':' user ',' content ':' 2024 Total Trade with the United States'}]
| 1medium |
Title: Setup/TearDown of behave fixtures aren`t displayed in allure
Body: #### I'm submitting a ...
- bug report
#### What is the current behavior?
Setup/TearDown of behave fixtures aren`t displayed in allure
#### What is the expected behavior?
Test launch has setup and teardown apart of main body of test... | 1medium |
Title: kubeadm: reuse found crictl path for exec
Body:
#### What type of PR is this?
/kind cleanup
#### What this PR does / why we need it:
We now re-use the crictl tool path within the `ContainerRuntime` when
exec'ing into it. This allows introducing a convenience function to
create the crictl command a... | 1medium |
Title: why use x_max while computing softmax in function log_sum_exp()?
Body: def log_sum_exp(x)
x_max = x.data.max()
return torch.log(torch.sum(torch.exp(x-x_max), 1, keepdim=True)) + x_max
In this function ,if we remove x_max,the output of this function is just the same,so why should we use the x_max ? | 1medium |
Title: Insightface in google colab SD comfyUI.
Body: hey everybody! I encountered the error 'no module named 'insightface.app''. I have tried everything possible from reinstalling to downloading the .whl file, but nothing worked. Can anyone help me? (I'm run it on google colab note book).
`Traceback (most recent ca... | 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.googl... | 1medium |
Title: LLaMA is now in HuggingFace's main branch.\nPlease reinstall it: pip uninstall transformers && pip install git+https://github.com/huggingface/transformers.git
Body: merge_llama_with_chinese_lora_to_hf里面 assert (
"LlamaTokenizer" in transformers._import_structure["models.llama"]
), "LLaMA is now in HuggingF... | 0easy |
Title: Error in training custom YML file as corpus
Body: Code:
`english_bot = ChatBot("Chatterbot",
storage_adapter="chatterbot.storage.SQLStorageAdapter",
)
trainer = ChatterBotCorpusTrainer(english_bot)
trainer.train("data/train11.yml")
`
YML File:
- - Can ... | 1medium |
Title: I have a better way to solve exercise 89
Body: I think
```
print(np.sort(Z)[-n:])
```
or
```
Z.sort()
print(Z[-n:])
```
would be better than
https://github.com/rougier/numpy-100/blob/916e1ecf9544719b49ece6fc135b089988b33058/100_Numpy_exercises_with_hints_with_solutions.md#L1084
because the... | 0easy |
Title: clean usage of admissionregistration/v1beta1 from integration tests
Body: This removes v1beta1 admission registration from integration tests. The tests that are present to ensure migrated data works have been switched to use direct etcd access.
/kind bug
/priority important-soon
@kubernetes/sig-apps-misc
... | 1medium |
Title: Add SECURITY.txt
Body: Vulnerabilities can be reported via https://github.com/nikitastupin/clairvoyance/security/advisories | 0easy |
Title: How install setup.py
Body: HI
I have a problem install setup.py
File "setup.py", line 14, in <module>
from torch.utils.hipify import hipify_python
ModuleNotFoundError: No module named 'torch.utils.hipify'
or
error: command '/usr/local/cuda-10.1/bin/nvcc' failed with exit status 1
Is it hav... | 1medium |
Title: execute_script function
Body: add an execute_script function like in the sqlite3 connector | 1medium |
Title: [ASK] SAR with timedecay_formula= False won't work
Body: ### Description
How should I run SAR if I don't want to implement the time decay formula in SAR?
My model is constructed as:
model = SAR(
col_user="userID",
col_item="itemID",
col_rating="rating",
col_timestamp="timestamp... | 1medium |
Title: Fix NPD e2e test on clusters with Ubuntu nodes
Body: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/commu... | 1medium |
Title: Perspective projection in 3D should support picking and other UI interactions
Body: Please feel free to close this as duplicate but I actually couldn't find an existing issue.
Whenever `viewer.camera.perspective` is nonzero, `layer.get_value` doesn't return the correct value and tools like selection or painti... | 2hard |
Title: After initialization/before run hook
Body: I'm writing a Flask extension with non trivial setup and the need to do consistency checks before allowing it to run.
I have not found a hook/signal which would tell me that Flask is ready to run, before any request has arrived, so that I could plug these checks. Such ... | 1medium |
Title: plot_network() doesn't support stock model generated by faster_rcnn_fpn_resnet50_v1b_coco()
Body: It appears that function `gluoncv.utils.viz.plot_network` cannot recognise some stock models, e.g. the following code:
```
import gluoncv
import mxnet
from mxnet.gluon import HybridBlock
fpn: HybridBlock = ... | 1medium |
Title: ValueError: Input question not found in component chat_prompt_builder.
Body: ```python
#!/usr/bin/env python
# coding: utf-8
# In[51]:
from haystack.components.writers import DocumentWriter
from haystack.components.converters import MarkdownToDocument, PyPDFToDocument, TextFileToDocument
from haystack.compon... | 1medium |
Title: UniqueConstraint not working with SQLAlchemy
Body: Hi folks,
I seem to be having issues with `UniqueConstraint`s.
In models I have:
```py
class SubjectCategory(Base):
__tablename__ = 'subject_categories'
id = Column(Integer, primary_key=True, nullable=False)
name = Column(String(63))
... | 1medium |
Title: Running pod and CronJob pod with shared iSCSI PVC not scheduled on same node
Body: /kind bug
### **What happened**:
A pod created by a cronjob and an existing pod which shared the same iSCSI pvc did not get scheduled on the same worker node. Because iSCSI can only be mounted read/write to one worker node, ... | 2hard |
Title: Stale element reference closes the session
Body: ## Expected Behavior
I want InstaPy to follow x user's followers. With x delays.
## Current Behavior
InstaPy works for a few minutes and follows a few people (5-10) and then crashes with:
Traceback (most recent call last):
File "quickstart.py", line ... | 2hard |
Title: Why PostgresBackend uses the pypostgresql instead of psycopg2?
Body: The question is: why PostgresBackend uses the pypostgresql instead of psycopg2? | 3misc |
Title: Scale short/long side
Body: Please add an option to resize the shorter / longer side to the specific size with `keep-aspect-ratio`.
```py
# example
iaa.Scale({"short":500,"long":"keep-aspect-ratio"})
```
| 1medium |
Title: Feature Suggestion: ElasticSearch
Body: One suggestion would be to add elasticsearch support to the project so that if it is used, the structure already exists. | 1medium |
Title: Error upgrading to version 4.11.5
Body: ### What version of GlobaLeaks are you using?
4.11.4
### What browser(s) are you seeing the problem on?
Chrome, Firefox
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
Hi everybody,
After upgrading to version 4.11.5, the... | 1medium |
Title: Do not leak GCE PD in federation tests
Body: Our ci tests started failing sometime yesterday (https://k8s-testgrid.appspot.com/sig-federation) with errors such as:
```
Error: 1 leaked resources
[ disks ]
+prow-us-central1-f-dyn-pvc-d11b7df7-7eed-11e7-a35f-42010a80000a us-central1-f 10 pd-standard RE... | 1medium |
Title: NewPipe download features
Body: ### Feature Idea
NewPipe lets you download from these sources: YouTube, PeerTube, SoundCloud, Bandcamp.
Integrating its download feature, or something similar, could be very useful
Basically, a node for videos / audio which is downstream of a download content node wh... | 1medium |
Title: How to furnish AutoKeras in Anaconda on M1-chip MacBook Air?
Body: First, sorry for my basic question.
This is my first time to use MacOS 11.1, and I wonder how to install and build up a new AutoKeras-compatible virtual environment.
Could you kindly let me about it?
During a "usual" formalities below, the k... | 1medium |
Title: Django 4.0+ does not Work With djangocms3.11
Body: Django 4.2 Does not work with Django-cms==3.11.4
it only works with djangocms==4
Trid django-cms 3.11.3+ with Django4.2 it did not work and got me this error
raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
django.db.migration... | 1medium |
Title: Add experimental node upgrade test asserting service continues to function
Body: This puts in place a `[Feature:ExperimentalNodeUpgrade]` test that asserts that a service continues to respond across an upgrade. Right now it doesn't work, so I shuffled around labels to keep current functionality until the more r... | 1medium |
Title: Kubelet failing to update pod with updated configmap in large cluster
Body: Ref https://github.com/kubernetes/kubernetes/issues/47344#issuecomment-312349193
This is in regard to the following e2e tests checking configmap(/secret/projected) update being reflected in pod volume:
[k8s.io] ConfigMap updates shou... | 2hard |
Title: conda env's bin override ~/.local/bin in PATH
Body: ### Bug description
PATH in a newly build container image is: `/srv/conda/envs/notebook/bin:/srv/conda/condabin:/home/yuvipanda/.local/bin:/home/yuvipanda/.local/bin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr... | 1medium |
Title: 'WarmUp' Error
Body: Upon training AutoKeras `TimeseriesForecaster` it will run for a few trials and then suddenly give this error.
`TypeError: float() argument must be a string or a number, not 'WarmUp'`
I am using:
`AutoKeras 1.0.14`
`Tensorflow 2.5.0`
on a windows 10 machine.
This error also comes... | 1medium |
Title: clean way to add non-persistable fields?
Body: I want to initialize my model with extra attributes that are inferred from persisted fields
For example, let's say I have birthdate and I want to calculate age. There is no reason to store both fields, so I can do the following:
```
import datetime
from typi... | 1medium |
Title: Fix Frontend Failing Test: paddle - general_functions.tensorflow.rank
Body: To-do List: https://github.com/unifyai/ivy/issues/27500 | 1medium |
Title: Need ExternalName test for mixed-OS clusters
Body: There aren't any tests that cover ExternalPort services from Windows pods today. Here's an example manual case that can best explain what needs to be automated.
1. Start a Windows pod on a Windows node
2. `kubectl create -f …` this yaml
```yaml
apiVersio... | 1medium |
Title: Automated cherry pick of #99958: For LoadBalancer Service type don't create a HNS policy for empty or …
Body: …invalid external loadbalancer IP
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/com... | 1medium |
Title: indeedee is wrongly added.
Body: Hey,
there is 2 varietes for indeedee, but its just the two gender forms.
And the male form even has the female sprites etc, but the female form doesnt even has its shiny sprite ...
Greetz,
Luzifer
| 1medium |
Title: Avoid grabbing metrics when they're not validated
Body: /kind bug
Fixes #92269
**Special notes for your reviewer**:
```release-note
NONE
```
| 1medium |
Title: [v1.9.0] Kubelet unable pull image
Body: I run a dashboard which used my private docker registry with kube 1.9.0.
First, I had create one secret ,and I can pull image with "docker pull" use the username and password which in dockercfg.

Body: i got this Resource:
```
class ProductionResource(resources.ModelResource):
article = fields.Field(column_name="GMC", attribute="article", widget=ForeignKeyWidget(Article, "gmc"))
amount = fields.Field... | 1medium |
Title: No module named 'cupy.util'
Body: I am trying to use Chainer, but I get the error `no module named 'cupy.util'. Note that the solution https://github.com/chainer/chainer/issues/8582 did not seem to help in my case (or I am doing something very wrong).
* Conditions
```
python -c 'import chainer; chainer.prin... | 2hard |
Title: a very terribale bug
Body: ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn'... | 1medium |
Title: prefect_dask: ImportError cannot import name 'BaseTaskRunner'
Body: ### Bug summary
Trying to run the sample [documentation](https://docs.prefect.io/integrations/prefect-dask/index) code but I cannot import `prefect_dask`. If I create my environment with pip it works but not with conda.
```
import prefect_das... | 1medium |
Title: Allow to download all attachments with one click
Body: ### Proposal
The whistleblower or recipient may want to download all attachments.
A button could be provided to download all attachments in a zip or include a check next to each attachment to select those to download.
e.g.
 and... | 1medium |
Title: Make labels optional
Body: If pairs/triplets are provided, labels are usually not used, yet they are still a required input to the loss function. See https://github.com/KevinMusgrave/pytorch-metric-learning/issues/179#issuecomment-1005420045 | 1medium |
Title: load_dataset() does not support tsv
Body: ### Feature request
the load_dataset() for local functions support file types like csv, json etc but not of type tsv (tab separated values).
### Motivation
cant easily load files of type tsv, have to convert them to another type like csv then load
### Your contributi... | 1medium |
Title: Daemon stops running
Body: ## Mycodo Issue Report:
- Specific Mycodo Version: 6.1.4
#### Problem Description
Daemon stops running. It ran for a couple days, then stopped after a restart. Seems to have something to do with usage report. I have my only output set at 8A. Max amps, under configuration, is 15... | 2hard |
Title: [BUG] Issues with using `rich` on in Azure DevOps pipelines with `windows-latest` agent
Body: **Describe the bug**
When running `rich.print("🚀 any message with emojis")` as well as `Console.status("anything", spinner="dots")` it fails with:
Example traceback -
```
| ... | 1medium |
Title: Change custom scalar imports
Body: As discussed in #104
If `parse`/`serialize`/`type`, in scalar section, consists `.` then produced import should be generated by splitting provided string by last `.`, eg. `"ab.cd.CustomScalar"` -> `from ab.cd import CustomScalar`
If scalar section has `import` key then im... | 1medium |
Title: NumPy build segfaults on PPC64LE CI
Body: See e.g. [this CI run](https://github.com/numpy/numpy/actions/runs/13594514623/job/38008217836). This started happening in the last day or two.
```
44/384] Compiling C object numpy/_core/_struct_ufunc_tests.cpython-310-powerpc64le-linux-gnu.so.p/src_umath__struct_ufunc_... | 2hard |
Title: Add support for alternative acceleration devices
Body: Currently, there isn't a good way to detect and run models on alternative GPU-like acceleration devices. The current code is geared towards CUDA devices. The code should be updated to look for CUDA, MPS and XPU devices.
When `gpu=True` or `gpu=<positive i... | 2hard |
Title: Error in saving the resulting image of denoise wavelet
Body: ### Description:
I wrote the following code to apply wavelet denoise function and save the result. However it encountered a value error.
```
wavelet_img = denoise_wavelet(original, channel_axis=-1, rescale_sigma=True)
ax[3, 0].imshow(wavelet_... | 1medium |
Title: bd karaoke
Body: Last Error Received:
Process: MDX-Net
Missing file error raised. Please address the error and try again.
If this error persists, please contact the developers with the error details.
Raw Error Details:
FileNotFoundError: "[WinError 2] The system cannot find the file specified"
Tr... | 2hard |
Title: Cryptofeed unable to validate orderbook checksums of some symbols on ftx
Body: **Describe the bug**
Cryptofeed is unable to validate the orderbook checksums of some symbols on ftx.
It looks like the exchange sometimes provides the prices in scientific notation (3.426e-5) which is not how they are stored, hen... | 1medium |
Title: Kubelet evicts all Pods when config changes to meet eviction threshold
Body: **What happened**:
My worker node had `nodefs.inodesFree` threshold of 5% and I changed it to 15%. As I had about 10% of free inodes, after restarting `kubelet`, it met its threshold. I expected it to evict Pods one-by-one to clean up,... | 1medium |
Title: [Bug-App]: Storage can't release
Body: ### Describe the bug
<!--- Describe your issue here --->


I want to ask why these folders ar... | 1medium |
Title: How can I test 'Mask_RCNN' without CUDA??
Body: we have trained weight(.h5) file. training works well :)
I checked that it works well in tf1.5 and cuda9.0.
But we want to test without cuda9.0. Is this possible?
If possible, which part of the balloon.py file do I have to modify? | 1medium |
Title: `typing.reveal_type(numba.float64)` is `Unknown` in numba 0.61.0
Body: After upgrading to numba 0.61.0, static type checking of various simple numba types unfortunately isn't working any more.
All below output comes from `pyright 1.1.392.post0`:
`numba 0.60.0`
```python
import typing
import numba
typing.reveal... | 1medium |
Title: "Buyer order ID" and "Seller order ID" ?
Body: ### Where can one find a detailed description of websocket data?
The Binance docs do not explain anything.
I am curious about the Binance trade fields from the websocket.
What exactly are the "**Buyer order ID**" and "**Seller order ID**" ?
Is there a plac... | 1medium |
Title: It would be nice if we could keep the traceback in serialization errors
Body: ~~See https://github.com/pydantic/pydantic/discussions/6893#discussioncomment-6561902~~
~~(EDIT by @davidhewitt - the above related to validators, and is fixed after #844)~~
It would be nice if errors within functional serializer... | 1medium |
Title: csrf.exempt works only top blueprint
Body: Environment:
- Python version: Python 3.10
- Flask-WTF version: 1.00
- Flask version: 2.0.2
```python
app = Flask(__name__)
csrf = CSRFProtect(app)
parent_bp = Blueprint("parent", __name__)
child_bp = Blueprint("child", __name__)
app.register_blueprint(pa... | 1medium |
Title: [Fleet] Expose agent action service
Body: ## Description
Currently a few plugin use action outside of Fleet (endpoint and osquery) for that they access directly the `.fleet*` indices.
I think it will allow a better control of the data and a better maintenance if we expose an action service that allow to:
... | 1medium |
Title: Top‐level mutation selection set should be executed serially
Body: Top‐level mutation selection set should be executed serially (cf. [GraphQL spec](https://facebook.github.io/graphql/June2018/#sec-Mutation)). More information about normal & serial execution [here](https://facebook.github.io/graphql/June2018/#sec... | 1medium |
Title: lowering error during jitting a sympy expression
Body: ## Reporting a bug
<!--
Before submitting a bug report please ensure that you can check off these boxes:
-->
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba... | 2hard |
Title: Por favor, deixe explicito a importação do sqlalchemy.pool StaticPool
Body: No modulo Integrando Banco de Dados a API, não aparece a importação do StaticPool
Eu tive problemas para encontrar uma solução, talvez outras pessoas tenham o mesmo problema.

http://127.0.0.1/~foo
```
| 1medium |
Title: (Un)directed mixed graph
Body: Hi there! Is there the possibility to generate a graph with some edges that are directed (with arrow) and some undirected?
Thank you,
Luca | 1medium |
Title: Sync the status of static Pods
Body: **What type of PR is this?**
/kind bug
**What this PR does / why we need it**:
This refines the change introduced by #77661.
This PR sync's status for static pods.
This is backport of #84951
**Which issue(s) this PR fixes**:
Fixes #84931
```release-note
Fixed... | 1medium |
Title: Adjust variables when piling up selectors
Body: **Is your feature request related to a problem? Please describe.**
The variables argument works very well when having a single selector but then "piling up" selectors in a pipeline it does not account for the features removed in the previous steps.
For example ... | 1medium |
Title: I cant train the model when set BASICSR_JIT == 'True'
Body: The error is as following:
Traceback (most recent call last):
File "/data/zx/miniconda3/envs/D22/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1723, in _run_ninja_build
env=env)
File "/data/zx/miniconda3/envs/D22/lib/python... | 2hard |
Title: Semantic Segmentation FCN Training
Body: I have a few issues/questions regarding training FCN using gluoncv:
- The training script defines crop_size & base_size, but it's not documented what these are.
So what do these mean?
- crop_size & base_size accept a single integer value, but for inference we would ... | 1medium |
Title: Error for replace() when self.plan is a list
Body: At [string formatting in flows.py for self.plan](https://github.com/microsoft/UFO/blob/8be10dc4c73963c6c7b316668647b0dea4b661e3/ufo/module/flow.py#L115C22-L115C104) there is a .replace() operation called.
Sometimes the model returns self.plan as a list. In suc... | 1medium |
Title: Migration to MySQL can silently fail due to mysqlimport being run via os.system()
Body: ETLAlchemySource (INFO) -
*************************
*** Total Tables: 1 ***
*************************
ETLAlchemySource (INFO) - Reading Table Schema 'xxx_stat'...
ETLAlchemySource (INFO... | 2hard |
Title: Model property not optional when referencing a nullable subschema
Body: **Describe the bug**
Given an OpenAPI component schema configured with `nullable: true`, properties referencing this schema are not generated as optional.
**To Reproduce**
Example schema (OpenAPI):
```yaml
openapi: 3.0.3
comp... | 1medium |
Title: Feature request: A central "pool" for files.
Body: Can we have a "files pool". Where installation and/or config files can be stored.
So then when a script is scheduled on an agent, for example to install an application, it automagically downloads the file to where the script is run on the agent, rather than hav... | 1medium |
Title: Not able to launch on high sierra mac
Body: Hi! I had an older version of UVR that worked great on my high sierra mac, but I was prompted to update it and replaced it with the latest version. However now it will not launch. I don't remember which version I was running that worked, and I've realized that when I g... | 1medium |
Title: GracefulNodeShutdown No mechanism to remove pods in the shutdown state
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it priva... | 1medium |
Title: CSRF token issue with POST
Body: I have created a REST API with Blueprints and have even used Flask-WTF's CSRFProtect exempt, to ignore CSRF for this blueprint.
But still i keep getting "message": "The CSRF token is missing.", when I use the POST method.
It works fine with GET method.
app = Flask(__name__)
... | 1medium |
Title: get_unbound_function fails starting from cython 0.28
Body: When calling graphene from cythonized Py3 code, [get_unbound_function()](https://github.com/graphql-python/graphene/blob/master/graphene/utils/get_unbound_function.py) produces the error:
> AttributeError: 'cython_function_or_method' object has no att... | 1medium |
Title: TypeError("unsupported operand type(s) for -: 'str' and 'int'") when downloading price data
Body: The ```yf.download``` method does not seem to be working as of late for me, it gives me the error: ```TypeError("unsupported operand type(s) for -: 'str' and 'int'")``` when download stock data with ``period='max'``... | 2hard |
Title: Add support for Python 3.11 (& 3.12)
Body: **Is your feature request related to a problem? Please describe.**
We're already running stanza on Python 3.11 and are planning to move to 3.12 as soon as torch supports it. Would be nice if both versions could be officially supported.
**Describe the solution you... | 1medium |
Title: Filter response keys before print result to the screen
Body: ## Checklist
- [x] I've searched for similar feature requests.
---
## Enhancement request
It would be nice to have an option which allows to remove some key(s) from response before it will be print to the screen.
---
## Problem it solve... | 1medium |
Title: Maybe error in Tips & Tricks example
Body: Hey,
again, BERTopic is great.
Just stumbled across a line in [Tips & Tricks KeyBERT & BERTopic](https://maartengr.github.io/BERTopic/getting_started/tips_and_tricks/tips_and_tricks.html#keybert-bertopic)
I think it should be
_#Create our vocabulary
vocabul... | 0easy |
Title: get error when install....help!
Body: INFO Setup in Windows 10
INFO Installed Python: 3.6.7 64bit
INFO Upgrading pip...
INFO Installed pip: 18.1
Enable Docker? [y/N] n
INFO Docker Disabled
Enable CUDA? [Y/n] y
INFO CUDA Enabled
INFO CUDA version: 9.0
INFO cuDNN version: 7.4.1
... | 2hard |
Title: Insert into statement table using postgres
Body: Hi all,
I have my chatterbot connected to postgres database. The bot is trained initially.
Now, I am trying to insert into the statement table using the command
> text = "Can you cook"
> cur.execute('INSERT INTO statement (text) VALUES (%s)', text)
B... | 0easy |
Title: Automated cherry pick of #102147: vendor: bump runc to rc95
Body: Cherry pick of #102147 on release-1.21.
/kind bug
Fixes #101989
#102147: vendor: bump runc to rc95
For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherr... | 1medium |
Title: Don't set apparmor annotations unless it's supported
Body: **What type of PR is this?**
/kind bug
**What this PR does / why we need it**:
These 2 tests fail on distros that don't support apparmor (any --node-os-distro other than gci or ubuntu)
```
[Fail] [sig-auth] PodSecurityPolicy [AfterEach] should e... | 1medium |
Title: fetchmany argument ignored?
Body: I am using PyHive and reading from a table with 527,000 rows, which takes quite a long time to read.
In trying to optimize the process, I found the following timings:
fetchmany(1000) takes 4.2s
fetchmany(2000) takes 8.4s
fetchmany(500) takes 4.2s
fetchmany(500) takes 0.02s if d... | 1medium |
Title: CLI - leverage dataframes to output analysis results
Body: Usage via CLI expects the analysis function to support printing directly to the console.
We could leverage the new DataFrame object results to output to a file instead.
This will simplify the code (as the previous "print_to_console" options could be ... | 1medium |
Title: Comment out all the deep learning stuff for now
Body: it's not finished, and installing the libraries is difficult.
eventually, put the deep learning stuff behind an install check, just like XGBoost. if the user wants to go through the hassle of installing those packages themselves (which we'd highly recomme... | 1medium |
Title: Failed Update from 8.13.2 to 8.13.4 - Mycodo not working
Body: Pi: Raspberry PI 4 B 8GB
OS: Bullseye
Initial Mycodo version: 8.13.2
Target Mycodo version. 8.13.4
Initiated update via frontend. After several minutes i tried to reload page but get "Error 502: Bad Gateway Error"
Last lines in mycodo.log:
... | 2hard |
Title: Wrong docstring when complex types are used like Callable[...]
Body: Considering the following demo functions:
```python
def a(first: Callable[[Column], Column]) -> Callable[[str], Column]:
"""
:param first: Callable[[Column]:
:param Column]:
"""
pass
def b(
colName: st... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.