Daniel Alley

Results 91 issues of Daniel Alley

There are some build dependecies that are a bit offputting at first glance (I've trimmed this down a bit) This isn't not say that they're all invalid, but it's worth...

C-enhancement
S-help-wanted

--- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #15621 - [x] There are...

S-tests-failed
S-needs-rebase

Currently we have many examples of XML reading, and nothing for XML writing.

Using the following code: ```Rust use serde; use quick_xml; #[derive(serde::Serialize, serde::Deserialize)] pub struct Player { spawn_forced: Option } fn main() { let data = Player { spawn_forced: None, }; let...

bug
serde

Let's say I have some 3rd party library that deals with JSON but isn't capable of streaming. I have a large amount of JSON, more data than we want to...

Autofilename should not suggest files until a matching character has been typed in to the string, in order to keep consistency with vscode's normal behavior. The current behavior causes problems...

If I've got *.pyc files specified to be ignored/excluded in the vscode settings, autofilename should not suggest them.

As an example, the XML specification recommends a special encoding detection scheme in cases where the BOM doesn't exist: https://www.w3.org/TR/xml11/#sec-guessing In the event that a single-byte, ascii-compatible encoding is being...

question