-
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG**
Repository: https://github.com/return42/searxng
Branch: darmarit.org
Version: 2024.6.17…
-
When I create a new decision table a description field is added for each row. When I do not touch the description field it gets set as `"_description": null` in the graph json. When that graph is then…
-
## Type of feedback
// dev
## Description
The search engine doesn’t work on some locales such as fr_FR, es_ES, it_IT...and probably others.
## Step-by-step reproduction instructions
1. Go t…
-
Base.metadata.create_all(bind=engine)
이 코드를 main.py로 바꾸고 나서부터
2024-04-05 14:37:32,830 INFO sqlalchemy.engine.Engine BEGIN (implicit)
2024-04-05 14:37:32,830 INFO sqlalchemy.engine.Engine COMMIT
2…
-
### System Info
- CPU: x86_64, Intel(R) Xeon(R) Platinum 8470
- CPU/Host memory size: 1TB
- GPU:
4xH100 96GB
- Libraries
TensorRT-LLM: main, 0.15.0 (commit: b7868dd1bd1186840e3755b97ea3d3a73dd…
-
Adding sitemap.xml and robots.txt files helps optimize a website for search engines.
Sitemap.xml provides a list of important URLs, helping search engines discover, crawl, and index new and updated…
-
### NUnit Compatibility Issue
__Category:__ Functionality
__Visibility:__ Users
__Resolution:__ Resolved: We should implement this in one project and then port it to the other.
#### Descriptio…
-
The gosec supports now besides AST based rule also [SSA analyzers](https://github.com/securego/gosec/blob/2ae137abcf405533ad6e549e9363e58e4f6e8b7d/analyzer.go#L190). The SSA code representation can b…
-
alter table table_name truncate partition p99991231;
alter table table_name reorganize partition p20240916 into (
PARTITION p20240817 VALUES LESS THAN ('2024-08-18') ENGINE = InnoDB,
PARTITI…
-
Karma tests seem to run fine locally, but regularly fail in the Git action environment. This causes productivity slowdowns when trying to approve and deploy PRs.
I have not been able to identify ye…