eaubin
eaubin
[Spacy 3.1](https://spacy.io/usage/v3-1#spancategorizer) introduced a new categorizer for spans of text. Could skweak be extended for handle a tokens being part of multiple labeled spans?
[connection_provider](https://github.com/duckdb/duckdb-wasm/blob/3620be46fccde1b25968c54c7f6e3bead545b9ed/packages/react-duckdb/src/connection_provider.tsx#L2) uses immutable but it's not a dependency in package.json
I had some problems getting formatting to work when trying vscode-ocaml-platform for the first time. The comment by @mnxn on r/ocaml the other day was helpful. Would it be possible...
`python -m sglang.launch_server --model-path Mistral-7B-Instruct-v0.2/` fails with ``` router init state: Traceback (most recent call last): File ".venv/lib/python3.9/site-packages/sglang/srt/managers/router/manager.py", line 68, in start_router_process model_client = ModelRpcClient(server_args, port_args) File ".venv/lib/python3.9/site-packages/sglang/srt/managers/router/model_rpc.py", line 619,...
**Problem Description** When a chat goes off the rails, its often useful to delete not just a single prompt/response, but that and everything that follows (as opposed to deleting things...
You can drag the line between the story_titles and story_pane dives to make the titles (or pane) bigger or smaller, but the line is a bit to short to be...
If an extra is misspelled or missing, tox should give an error or warning. For example when running `tox -e badextras` with ``` [testenv:badextras] extras = missing commands = python...
https://github.com/astral-sh/uv/pull/2493 added linehaul metadata to the uv user-agent string. For example, * Windows GHA: uv/0.1.21 {"installer":{"name":"uv","version":"0.1.21"},"python":"3.12.2","implementation":{"name":"CPython","version":"3.12.2"},"distro":null,"system":{"name":"Windows","release":"2022Server"},"cpu":"AMD64","openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true} I'd like to use uv at work, but this is causing my network admins...
Is there a way to view previous Fuzz Introspector reports? I'd like to check out Fuzz Introspector report for [systemd](https://introspector.oss-fuzz.com/project-profile?project=systemd), but don't necessarily need the latest. The webpage says the...
Sometimes I'll see allFunctionsWithMain yaml files with errors. For example, loading one of the sqlite files with python `yaml.safe_load()` errors with: ``` ERROR:__main__:Error reading ../oss-fuzz/build/out/sqlite3/inspector/allFunctionsWithMain-19-fa37JncCHr.yaml ERROR:root:while parsing a block mapping...