James Youngman

Results 86 issues of James Youngman

This is a trivial change, I hope it needs no explanation.

This fixes https://github.com/TianyiShi2001/audiotags/issues/5 Example FLAC metadata using this style: comment[0]: album=Chosen Lords comment[1]: discid=820d4b0a comment[2]: title=Reunion 2 comment[3]: artist=Aphex Twin comment[4]: tracknumber=2/10

I have FLAC files which look like this: ``` $ metaflac --list Aphex_Twin/Chosen_Lords/02-Reunion_2.flac METADATA block #0 type: 0 (STREAMINFO) is last: false length: 34 minimum blocksize: 4608 samples maximum blocksize:...

Make sure these boxes are checked! 📦✅ - [x] You have the latest version of `rustfmt` installed ```bash $ rustup component add rustfmt ``` - [x] You ran `cargo fmt`...

Is there any way to support multiple IP adresses for a VM? I would like to do this because I need to have more than one Apache virtual host on...

The examples all (AFAICS) use `let` to define parsers. But there are use-cases where this isn't convenient: 1. Unit testing - for more complex languages, it's helpful to expose parsers...

documentation

There are quite a lot of incompatibility warnings, but only of 2 distinct types: ``` $ cargo report future-incompatibilities --id 1 --package [email protected] | grep warning: | sort -u >...

The [web UI](https://tx-2.github.io/demo/) includes instrucitons. These are important for helping people try the simulator out for the first time. But, once the user has read them they don't need to...

enhancement
good first issue
help wanted
Web

**Describe the bug** The Unsigned36Bit type has a checked_add method which performs addition. But the semantics of this addition more-or-less match Rust's addition semantics. But on the TX-2 there are...

Opcode
missing tests