text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Mac OS 可执行文件
Body: <img width="247" alt="image" src="https://github.com/JoeanAmier/XHS-Downloader/assets/130121308/f460e5a1-e9ef-4aed-9c13-c44c1300bc27">

intel 系列使用正常,M 系列的朋友可以试下,第一次打开有点慢请稍等下
[XH... | 0easy |
Title: [INF] Allow `import_message()` to be Python distribution flexible
Body: # Brief Description
<!-- Please provide a brief description of what you'd like to propose. -->
Currently, if a user attempts to user a feature of an optional external package (`rdkit`, `biopython`, `unyt`, `pyspark`) which is not insta... | 0easy |
Title: Add SHAP explanations to Neural Network
Body: | 0easy |
Title: RFC: General mixture distribution
Body: A quick search for mixture distributions in numpyro only turns up examples using `Categorical` in conjunction with an array of distributions. Since sampling from discrete distributions is not always desirable, I have implemented a quick general purpose mixture distribution... | 0easy |
Title: Add support for more operators
Body: See full list at https://sqlite.org/vtab.html#xbestindex:
- [x] `IS NULL`
- [x] `IS NOT NULL`
- [x] `!=`
- [x] `LIKE` | 0easy |
Title: Feature: Search substring in env variable completer
Body: ```xsh
$TRA<Tab>
# Show all variables with `*TRA*`
```
## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**
| 0easy |
Title: Add a logger and verbosity options
Body: So after https://github.com/python-security/pyt/pull/99 is merged, we will be be pretty accurate, accurate enough for us to shift our focus towards making the tool more resilient and able to run on lots and lots of repos.
PyT needs to be more user-friendly by letting t... | 0easy |
Title: Feature request: JSON viewer/editor element
Body: ### Description
Given a valid JSON, the JSON viewer/editor element renders it nicely (highlighting keys, breaking long lines, copy raw functionality, etc).
### Suggested solution
None.
### Alternative
_No response_
### Additional context
_No response_ | 0easy |
Title: Clarify that the reported allocations are at the high water mark
Body: This should probably be documented both in the documentation and in the report that gets printed out. | 0easy |
Title: [Bug] Testing new Llama-3_3-Nemotron-Super-49B-v1 by Nvidia: "Model architectures ['DeciLMForCausalLM'] are not supported for now."
Body: ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that i... | 0easy |
Title: Marketplace - Update the fonts on the list so that they follow the fonts on the mocks
Body:
### Describe your issue.
Can we update the fonts on the agents card so that they follow the fonts on the mocks? Name of font styles are in yellow.
 Edu@MBP Desktop/mlx » ploomber task fit0 -f
Loading pipeline...
Error: Failed to determine task class for source 'fit... | 0easy |
Title: [Storage] Typos in file_mount bucket paths have cryptic errors
Body: I have a bucket `romilb-notebooks` with a directory `my_dataset`. If I misspell the sub-path in my task file_mounts yaml (`my_datasets` instead of `my_dataset`):
```
file_mounts:
/mydata: gs://romilb-notebooks/my_datasets
```
`sky la... | 0easy |
Title: upload-zone is hidden
Body: The interactable upload zones are unable to be actually interacted with because of their style properties:
```css
display: none !important;
min-height: 0px !important;
height: 0px !important;
```
I am running the container on a separate computer on the local network and access... | 0easy |
Title: `Path` snapshotting support
Body: **Is your feature request related to a problem? Please describe.**
I would love to be able to make path snapshots and being able to write:
```python
def test_something(snapshot):
path: Path = do_something()
assert path == snapshot
```
Would you be open to a pul... | 0easy |
Title: [FEA] CLA
Body: We should probably start adopting some sort of CLA flow for PRs, eg, https://github.com/cla-assistant/cla-assistant . Ideally use across all repos.
Probably something along the lines of:
* Abide by code of conduct
* Patent & copywrite assignment, current & future
* Any other CYA important... | 0easy |
Title: Add support for SKIPPING cells' execution
Body: Hey,
First, great open source project.
I suggest the following feature:
Currently to execute the entire notebook we can do:
~~~python
def test_notebook(self):
notebook_path = "fuse_examples/tutorials/hello_world/hello_world.ipynb"
# Exe... | 0easy |
Title: Support `Last-Modified` header for static files
Body: Render the `Last-Modified` header when serving static files. We are already performing `.stat()` on the open file handle, so we should have the required modification date.
When serving, also check the [If-Modified-Since](https://developer.mozilla.org/en-US... | 0easy |
Title: Schema autogeneration from SQL complains about missing primary keys in tables one at a time
Body: Related to #649. Assume multiple tables in a database are missing primary keys, and the user is attempting to autogenerate a schema from that database.
The `MissingPrimaryKeyError` that will get raised will conta... | 0easy |
Title: Improve /transcribe
Body: - Fix issues with youtube downloading
- Add support for any audio/video file from the web (We download and store locally)
- Add translation support
- Add support for transcribing a voice channel
- Possibly of context menu transcribe? E.g if someone sends a YT video or an actual vide... | 0easy |
Title: Add optional timestamp to SystemPromptPart
Body: UserPromptPart, ToolReturnPart, RetryPromptPart all include a timestamp attribute.
As do TextPart, ToolCallPart.
SystemPromptPart is the only part type in the ModelRequestPart that does not have a timestamp.
There are times that we create a system prompt insta... | 0easy |
Title: Marketplace - Can we change title to the Poppins font?
Body: ### Describe your issue.
Can we change this to the Poppins font?
Font: poppins
weight: semibold
size: 48px
line-height: 54px

| 0easy |
Title: Store snapshot diff without storing previous snapshot
Body: **Is your feature request related to a problem? Please describe.**
Current API requires you you to store a previous snapshot before the next "diff" can be stored.
For example
```python
assert result == snapshot
assert result_after_som... | 0easy |
Title: Committers metric API
Body: The canonical definition is here: https://chaoss.community/?p=3945 | 0easy |
Title: Provide option to render more than one spinner at the same time
Body: Suppose you get multiple long tasks at hand.
It should be nice to be able to start more than one spinner before finishing the last one
take this as an example:
```
from halo import Hal
a = start_task_a()
a_spinner = Halo({'... | 0easy |
Title: "Hello World" for DBT Analytical Transformation Workflows
Body: Querying Augur requires a certain degree of learning time, and although there are a number of queries available for starting out in https://github.com/chaoss/augur-community-reports and blog posts, something like "DBT" could make this more systemati... | 0easy |
Title: Improve pipeline plot
Body: The output plot is pretty boring:

We're using pygraphviz to generate it and it has lots of customization options to make it better.
Here's the code that generates the... | 0easy |
Title: Marketplace - creator page - missing header
Body:
### Describe your issue.
We're missing a small header here that should say "About". It's the same font and styling as the "other links" text.
<img width="1445" alt="Screenshot 2024-12-16 at 17 22 44" src="https://github.com/user-attachments/assets/23d76e... | 0easy |
Title: Update GraphiQL
Body: as per
https://github.com/graphql-python/graphene-django/releases/tag/v2.12.0
https://github.com/graphql-python/graphene-django/releases/tag/v2.12.1
https://github.com/graphql-python/graphene-django/releases/tag/v2.13.0
This should also simplify the subscriptions logic a bit | 0easy |
Title: Empty string is not allowed as ESCAPE for LIKE/ILIKE
Body: ### Describe the bug
PostgreSQL allows specifying an empty string as the ESCAPE clause for the LIKE/ILIKE operator to turn off escaping.
https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-LIKE
However, SQLAlchemy treats the... | 0easy |
Title: Retrieving crypto data from complementary data aggregation services / Coingecko?
Body: Hi,
Currently, cryptofeed is managing data coming from exchanges.
Please, is there any contraindication for proposing new data feeds like CoinMarketCap, CoinGecko, Nomics...
From these data feeds, I would like to get comp... | 0easy |
Title: `PlotItem.scene()` has a `QGraphicsScene` type hint instead of a `pyqtgraph.GraphicsScene`
Body: ### Short description
`PlotItem.scene()` has a type hint of `QGraphicsScene | None` instead of a `pyqtgraph.GraphicsScene`. This raises an error when trying to access signals from the scene, such as `sigMouseMoved`.... | 0easy |
Title: Split Transform Primitives out into separate files
Body: - `transform_primitive.py` is becoming very large. I suggest splitting out into separate files.
- We could split this file up by groups (such as LatLong transform primitives in 1 file). | 0easy |
Title: Tidy up tables used in Pydantic tests
Body: We migrated the Pydantic code from Piccolo API - and now there's quite a mishmash of different tables in there (some are movie based, some are music based, and some are computer based). It might be worth standardising them a bit (for example, using music based tables l... | 0easy |
Title: Request: Add sameSite parameter to unset_cookie
Body: It would be appreciated if I could use the _unset_cookie_ method to unset a cookie I created with the parameter _sameSite='None'_. Otherwise, I'm forced to use _set_cookie_ for the sole purpose of unsetting that cookie...
With current behaviour, _sameSite_... | 0easy |
Title: Per-fle language configuration fails if there are two or more spaces after `Language:` prefix
Body: [Example_localized_files.zip](https://github.com/user-attachments/files/16929400/Example_localized_files.zip)
If we have two spaces after `Language:` the language is not recognized and the test run fails.
At... | 0easy |
Title: Issue with RWI (in dev branch)
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
I'm using the latest development branch from github
After I upgraded python and corresponding packages, I got the following issue:
`TypeError: unsupported operand type(s) fo... | 0easy |
Title: Tox 4.0.13: .tox/bin/python: No module named tox
Body: ## Issue
Starting some days ago, all my CI tests are failing due to `.tox/bin/python: No module named tox`, inside the tox created env.
Full output bellow, and complete results can be found in: https://github.com/sparc4-dev/astropop/actions/runs/37229949... | 0easy |
Title: FIX: (ENH) Fix landing page for https://arm-doe.github.io/pyart/
Body: The very first image we see on https://arm-doe.github.io/pyart/ is using the Jet Colormap. We need to fix this | 0easy |
Title: [MNT] Replace assertions in networks module with raising Value errors
Body: ### Describe the issue
In all networks module, the parameters handled as input lists have an assertion for the length of the list, but assertions are not a good idea, they should be replaced by raise ValueError message
### Suggest a po... | 0easy |
Title: websockets.exceptions.ConnectionClosedError - while performing simple load test on webscokets
Body: I'm performing simple load test on FastApi websockets using [artillery](https://www.artillery.io/) and I'm seeing below error sometimes (can't really say this error is because of increase in load, sometimes I see... | 0easy |
Title: Add option to customise names of grid tasks.
Body: When running tasks in a grid, a number is appended at the end of the tasks product names. For example, the following pipeline.yaml file:
```
- source: example_task.py
name: example-task
product:
data: output/output_dataframe.csv
grid:
... | 0easy |
Title: fix return type of get_label_quality_scores in token classification
Body: The function only returns a `Tuple[np.ndarray, list]`, but it is annotated with:
https://github.com/cleanlab/cleanlab/blob/fad4eb266dee8b9e2925d3f0d74fe4a81939eb8a/cleanlab/token_classification/rank.py#L36 | 0easy |
Title: Make on Windows link not working
Body: Thanks to @epogrebnyak for reporting. | 0easy |
Title: [DOC] References to aeon.utils.registry.COLLECTIONS_DATA_TYPES
Body: ### Describe the issue linked to the documentation
There are several references in the docs to
`aeon.utils.registry.COLLECTIONS_DATA_TYPES`
in the docs. This does not exist. I think it should be just
`aeon.utils.COLLECTIONS_DATA_TYPES`
... | 0easy |
Title: Add basic CI
Body: We already have some scripts in the `scripts` directory. It would be good to run them for every PR.
This is also a great task for beginners. | 0easy |
Title: [FEATURE]: All contributors bot
Body: ### Feature summary
integrating https://allcontributors.org/ bot
### Feature description
integrating bot for generating contributors
https://github.com/all-contributors/all-contributors
### Motivation
_No response_
### Alternatives considered
_No response_
### Addit... | 0easy |
Title: Technical Fork metric API
Body: The canonical definition is here: https://chaoss.community/?p=3431 | 0easy |
Title: Help in version 3.0: Trape is yours.
Body: It has been a pleasure for me to contribute to all of you 2 versions of this tool.
I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.
But, I invite you and the entire community that has used ... | 0easy |
Title: DOC: remove the `readthedocs` related content from dev docs
Body: Since we are going to remove `readthedocs` from our CI workflow( #463 ), we need also to remove `readthedocs` related content from dev docs. | 0easy |
Title: uvicorn may respond to requests sent after the client asks for the connection to be closed
Body: ### Discussed in https://github.com/encode/uvicorn/discussions/2234
<div type='discussions-op-text'>
<sup>Originally posted by **kenballus** January 28, 2024</sup>
### Describe the bug
From RFC 9112, sectio... | 0easy |
Title: Buttons in dialogs created by `Dialogs` should get keyboard shortcuts
Body: #4619 proposed binding the `<Enter>` key to the `OK` button. That's a good idea, but we could also easily add separate keyboard shortcuts to all buttons. We can simply bind the first letter of each button (`OK`, `Cancel`, `PASS`, `FAIL`)... | 0easy |
Title: Make inactive products and categories identifiable in dashboard list views
Body: Currently, non-public products are not easy to identify in the dashboard list views - there is nothing to distinguish them from public products and you have to view the edit form to determine whether the item is public or not.
I... | 0easy |
Title: GET requests are sending body as `{}` and Content-Length equals 2
Body: On GET every request ScanAPI is sending body as `{}` and Content-Length equals `2`. The body should be None and the Content-Length should be `0`.
A small hack to fix this while we don't have a new version is to have an empty body in the G... | 0easy |
Title: Add Deribit Funding from TICKER
Body: Derbit has the funding rate in their Ticker channel. It would be good to extract both the current and 8 hour funding.
{
"jsonrpc": "2.0",
"id": 8106,
"result": {
"best_ask_amount": 3010
"best_ask_price": 3562.75,
"best_bid_amount": 135710,
"... | 0easy |
Title: ElementAPI compatible with item getters
Body: Please, provide access to HTML attributes through item getters.
The following code makes three assertions of which only one works.
```
import operator
import splinter
b = splinter.Browser()
b.visit('https://www.google.com/')
q = b.find_by_name('q').first
... | 0easy |
Title: Extend unit tests with Hypothesis framework
Body: <!-- Instructions For Filing a Bug: https://github.com/giotto-learn/giotto-learn/blob/master/CONTRIBUTING.rst -->
#### Description
<!-- Example: Joblib Error thrown when calling fit on VietorisRipsPersistence
-->
Instead of using hard-coded examples in our... | 0easy |
Title: URL shortener integration
Body: | 0easy |
Title: [功能异常] 油猴脚本失效
Body: **问题描述**
油猴脚本失效
A clear and concise description of what the bug is.
**重现步骤**
重现该问题的步骤:
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
**预期结果**
清晰简洁地描述您预期会发生的情况。
A clear and concise description of what you expected to happen.
**补充信息**
在此添加有关该问题的任何其他上下文信息,例如:操作系统、运行方式、配置文件、错误截... | 0easy |
Title: Add warning in crud docs - crud_entity.get and crud_entity.get_multi now return Row
Body: Add warning should be added in the CRUD section in readme:
- `crud_entity.get` and `crud_entity.get_multi` now return `sqlalchemy.engine.row.Row` instead of an `ORM` model | 0easy |
Title: Replace ugettext_lazy with gettext_lazy
Body: PyTest throws multiple warnings with:
`RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().` | 0easy |
Title: goals on nutritional plan remain set
Body: ## Steps to Reproduce
1. create nutritional plan
2. under edit, "add goals to this plan"
3. add a number under protein
4. save
5. edit the plan again, and UNCHECK "add goals to this plan"
6. save again
7. open "edit" again. "add goals to this plain" is still ch... | 0easy |
Title: BUG: Running into issues with `RadarDisplay.plot_vpt` time axis
Body: When setting `time_axis_flag` = True within `plot_vpt`, Matplotlib runs into error stating:
```python
TypeError: Dimensions of C (600, 1736) are incompatible with X (1736) and/or Y (601); see help(pcolormesh)
```
@zssherman mentioned t... | 0easy |
Title: Lower and Upper BBands Reversed
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
0.2.83b0
**Describe the bug**
In commit 66890ad3fce61f17dd50e728d103a22e5788f8e8, the lower and upper bbands were reversed.
https://github.com/twopirllc/pandas-ta/blob/mai... | 0easy |
Title: Incomplete example about query variables
Body: In the docs, there's an example about how to feed variables to a query [(link)](https://docs.graphene-python.org/en/latest/execution/execute/)
However, the example is incomplete as there is nothing demonstrating how to consume the variables in the resolver:
... | 0easy |
Title: Typo in Docs: atrrs not an argument of visualize_tokens function(attrs rather)
Body: Awesome tool @ines . Just a slight typo in the docs for the `visualize_tokens()` function.
In the example `attrs` is spelt as `atrrs`. We need to make some slight changes.
.body.create_message().id
'k1-m1'
>>> TestCase().body.create_message().id
Traceback (most recent c... | 0easy |
Title: 服务器迁移如何备份恢复
Body: 作者你好,使用你这个发卡系统后,觉得非常好用,我现在是用宝塔的docker搭建的,就是想问下,如果我更换服务器了,怎么备份原来的数据,还原到新的服务器上,我在后台看到只有恢复订单数据的。谢谢 | 0easy |
Title: [feature] update metadata on ec2 spot termination for batch
Body: **Description**: When a step is executing on AWS Batch with `@batch`, and if it is a spot instance, the metadata of the run should dynamically be updated to include the spot termination notice when the instance is interrupted. Check the screenshot... | 0easy |
Title: create a deepcopy of TaskSpec init params
Body: `data`, and `meta` params in the TaskSpec constructor are dictionaries: https://github.com/ploomber/ploomber/blob/c87c60db954f72309b1e421a5399f9f6a426e5fe/src/ploomber/spec/taskspec.py#L166
Since both of them are modified inside the class, we should call `copy.d... | 0easy |
Title: "ploomber scaffold" should create missing modules when scaffolding functions
Body: If `ploomber scaffold` finds a `pipeline.yaml` it checks all `tasks[*].sources` and creates files for all tasks whose source is missing. e.g.,
```yaml
tasks:
- source: some_module.some_function
product: output.csv
... | 0easy |
Title: [Feature] the stream request returns data without usage.token data
Body: ### Checklist
- [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [ ] 2. Please use English, otherwise ... | 0easy |
Title: [ENH] address `numpy 2` deprecations
Body: Current test execution causes these warnings:
`Warning: __array_wrap__ must accept context and return_scalar arguments (positionally) in the future. (Deprecated NumPy 2.0)`
We should diagnose the source and address the deprecation - noting that code should work under ... | 0easy |
Title: Marketplace - margin between breadcrumb & nav bar
Body: ### Describe your issue.
<img width="896" alt="Screenshot 2024-12-17 at 19 16 22" src="https://github.com/user-attachments/assets/5d89e687-9297-4a3a-b736-b182b8d3a651" />
This element appears in both the agent page and the creator page, please reduce th... | 0easy |
Title: CategoricalVariableImputer
Body: Allow user to select the string with which to replace missing data. At the moment, the only value allowed is the default one == 'missing'
| 0easy |
Title: [Serve] Display error message on old service before update mode is introduced.
Body: <!-- Describe the bug report / feature request here -->
Seems like in the following code, we just silently ignored the `mode` argument.
https://github.com/skypilot-org/skypilot/blob/d5b6d89c83ea1ee7258f68314da4c6f8add83e04... | 0easy |
Title: [Usage]: Clean up Engine Args & Documentation
Body: ### Your current environment
Currently vLLM has a lot of engine arguments listed here https://docs.vllm.ai/en/latest/serving/engine_args.html. Over time as we add more and more features to vLLM, this list will be less maintainable and user friendly.
### How... | 0easy |
Title: CaptureAsImage results a black image for second monitor (maybe re-use pyWin32?)
Body: In a simple test, using Notepad as an example, CaptureAsImage method results a image file fully black
as shown below:
, the following construct no longer works to retrieve the currently executed keyword's ID from the stack IF the keyword is executed via `Run Keyword ...` variants:
```
for stack in inspect.stack():
... | 0easy |
Title: AsyncResult with exception accumulates traceback every time it is raised
Body: * gevent version: 22.10.2 from PyPI.
* Python version: Python 3.11.2
* Operating System: Fedora 6.2.9-200.fc37.x86_64
### Description:
Calling get on AsyncResult from multiple greenlets leads to a different traceback in every ... | 0easy |
Title: [UX] Sky silently treat task YAML as command when there is an extra space
Body: ## Repro
```
$ sky launch task.yaml -c test --env A= c
Command to run: task.yaml c
$ sky launch task.yaml -c test --env A=c
YAML to run: task.yaml
```
`sky launch` collects all args without an option key as entrypoint, which is c... | 0easy |
Title: tox 4 ignores TOX_SKIP_ENV
Body: ## Issue
My `make release` for [gitlab-trace](https://github.com/mgedmin/gitlab-trace) runs `TOX_SKIP_ENV=check-manifest tox -p auto`. This worked with tox 3.x. It now fails in tox 4, because it doesn't skip the check-manifest toxenv.
Since the documentation page describi... | 0easy |
Title: use IFrame to display embedded D3 plot
Body: when generating a pipeline plot with the D3 backend with `output='embed'`:
https://github.com/ploomber/ploomber/blob/77d7dbf6b143ee17f886f76b6f3163d0ad5a39c9/src/ploomber/dag/dag.py#L893
we use the requests-html library to load the HTML file since we need to exe... | 0easy |
Title: Special key to ignore all migrations inside an app.
Body: It would be useful to have special key for ignoring all migrations inside an app.
Consider case when we have some third party apps and want to ignore all migrations or for all third party apps at all.
Right now we should do something like this:
`... | 0easy |
Title: Suggest using a remote debugger for debugging in documentation
Body: It would be helpful if the documentation suggested to use a remote debugger (like [remote-pdb](https://github.com/ionelmc/python-remote-pdb)) to circumvent the issue that stdin/stdout can't forwarded.
For example, there could be a short para... | 0easy |
Title: feat: support `msgspec` as another schema definition
Body: ### Describe the feature
So far, we're using `pydantic` since:
1. validation
2. generate OpenAPI JSON schema
Recently, another library called `msgspec` has the same features with a great performance. (pydantic also rewrites the core part with Rust)... | 0easy |
Title: Resolving special variables can fail with confusing message
Body: Considering such example:
```
*** Variables ***
${TABLE} example
*** Test Cases ***
Special Variables
IF all(item not in $TABLE for item in ("one", "two"))
Log ${TABLE}
ELSE
Log not ${TABLE}
... | 0easy |
Title: Change source distribution format from deprecated `zip` to `tar.gz`
Body: Python source distribution format has been standardized to `tag.gz` by [PEP 625](https://peps.python.org/pep-0625/). We currently use `zip ` and PyPI has recently started sending deprecation warnings about that. Best to change the format b... | 0easy |
Title: [FEATURE]: Git Co-Author - GitHub actions
Body: ### Feature summary
Problem to fix when commits are sqashed.
### Feature description
this is a common problem - when commits are squashed during PR merges - credit for original contributors gets lot.
git co-author is for that
https://www.dormant.ninja/git-co-a... | 0easy |
Title: [ENH] input to load_from_tsfile
Body: ### Describe the feature or idea you want to propose
the function ``load_from_tsfile`` assumes that the extension is not given and (not unreasonably, given the name) appends it as ".ts"
```python
from aeon.datasets import load_from_tsfile
full = root+classification[0... | 0easy |
Title: Update Response:add_link() to support setting the crossorigin attribute
Body: | 0easy |
Title: missing `type` from `link`
Body: | 0easy |
Title: DS/DNSKEY Info Dialog
Body: To improve UI, could look somewhat like this:

| 0easy |
Title: Admin UI does not show message for deleted objects
Body: **Describe the bug**
If you delete an object via the interface, there is no message to indicate if objects were deleted.

... | 0easy |
Title: [Feature] Prefill assistant response
Body: ### Checklist
- [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [x] 2. Please use English, otherwise it will be closed.
### Motiva... | 0easy |
Title: [Feature]: Audit and Update Examples To Use `VLLM_USE_V1=1`
Body: ### 🚀 The feature, motivation and pitch
Many of the examples leverage V0 internals.
We should:
- raise `NotImplementedError` if `envs.VLLM_USE_V1` with these
- convert them to use `V1` if we can
### Alternatives
_No response_
### Additional ... | 0easy |
Title: [Bug]: vLLM ModelConfig doesn't pass hf_overrides to get_hf_image_processor_config, which could contain auth token for hugging face (not in ENV)
Body: ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
INFO 03-14 23:03:57 __init__.py:183] Automatically detec... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.