Eldred Habert

Results 161 issues of Eldred Habert

As reported in https://github.com/gbdev/pandocs/pull/432#issuecomment-1250084440, some of the licensee names are ambiguous. > e.g. it’s not clear whether “Malibu” is Malibu Games (THQ subsidiary) or Malibu Interactive (Malibu Graphics/Acme Interactive merger)...

content
help wanted

Fixes #1491 Mergeable as-is, but there is optional work: - [ ] `` from `.md` file modification time? - [ ] Check that the generated file is under 50 MiB,...

This PR allows links to draft chapters that have children elements to function like the "arrow" to toggle collapsing children items when clicked. This includes styling them as "real" links...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Description Docusaurus currently allows manually altering (and even outright replacing)...

feature
domain: markdown

I use [custom](https://github.com/gbdev/pandocs/tree/master/renderer) [renderers](https://github.com/ISSOtm/gb-asm-tutorial-v2/tree/master/renderer), which serve to post-process the HTML renderer's output (this is arguably fragile, relying on implementation details of that renderer, but it seems to be the least...

I get the following error from `codespan_reporting::term::emit`: `IndexTooLarge { given: 46, max: 46 }`. This appears to be caused by an error that spans up to the end of the...

This lesson will introduce a title screen. The intent is to introduce separate "scenes", and the transitions between them. Pressing a certain button on the title screen will begin the...

good first issue
bounty-75$

- [x] Ensure each "stub" is in its own section, without padding - [ ] Put the STAT handler "inline", since the other handlers are not used - [x] Put...

For example, document why "shadow" registers are used instead of direct writes to the hardware regs. Avoid big chunks of documentation in the middle of a function, though, because those...

- [ ] Split off `header.asm` into `main.asm` where appropriate - [ ] Evaluate if some files shouldn't be split into more sub-files - [ ] Break the hierarchy into...