-
Many older series are included on GetComics as a zip containing the full series + annuals. In the past, I have assumed there is no alternative than to (1) manually download these (2) drop the files in…
-
Type: Bug
vscode is offline
VS Code version: Code 1.95.0 (Universal) (912bb683695358a54ae0c670461738984cbb5b95, 2024-10-28T20:16:24.561Z)
OS version: Darwin x64 22.6.0
Modes:
System Info
|Item|V…
-
@Moosems:
> @rdbende I think you might want to consider this. Currently chlorophyll highlights the entire text box. For small amounts of code of moderately sized snippets this works fine but with l…
-
### Feature request
add option to stream output from pipeline
### Motivation
using `tokenizer.apply_chat_template` then other stuff then `model.generate` is pretty repetitive and I think it's time …
-
Occasionally I do something dumb (ok, quite often) and end up in some code path that HECS didn't anticipate, throwing an error that is hard to debug.
For example:
Adding source maps to t…
-
I'm trying to be clever while bootstrapping the first run of neovim to install packer. I'd actually like to block during install so that I don't get any errors when the rest of my config is loaded aft…
-
We support [hex format](https://docs.vespa.ai/en/reference/document-json-format.html#tensor) in document JSON but not for queries.
```json
{
"put": "id:doc:doc::1",
"fields": {
…
-
When try to run request for wasm through surf ( code snippet below) and I am getting "clearTimeout' called on an object that does not implement interface Window"
I suspect following could be the is…
-
Issue Type: Bug
1. Open two tabs and set to left-right layout.
2. Select the text in the left tab.
3. Drag the text and drop it into the editor on the right.
After releasing the mouse, the text doe…
finok updated
2 years ago
-
Hello,
Is there a way to resolve all assemblies imported by a `FrameworkReference` programmatically?
Pretty much like VS does. I could use the actual paths on disk.
I'm currently working on a…