Sean Cross

Results 125 issues of Sean Cross

### Describe the bug I was switching to the Matrix HQ chat, when the window suddenly went blank. I'm supposed to insert a screenshot, so here's what I get when...

### Describe the problem Unread message counts have become key featuers of modern chat programs, with everything from Slack to Discord to WhatsApp adding little badges to their icons to...

The image at https://caravel-harness.readthedocs.io/en/latest/supplementary-figures.html#die-arrangement-and-pads appears to have two issues: 1. The image itself is cropped https://caravel-harness.readthedocs.io/en/latest/_images/die_pads.svg 2. The image is further cropped when displayed on the webpage: ![image](https://user-images.githubusercontent.com/238325/210972261-91cab2e5-a299-454d-883b-c8e7ba22bb0b.png)

The documentation appears to have some issues where it assumes jQuery is loaded, when in fact it isn't. This is apparent when doing things such as clicking on `v:latest` in...

There is a link at https://caravel-harness.readthedocs.io/en/latest/getting-started.html#required-directory-structure that goes to an example `info.yaml` file at https://github.com/efabless/caravel/blob/main/info.yaml. However, the file does not exist.

The documentation at https://caravel-harness.readthedocs.io/en/latest/caravel-with-openlane.html#option-1-inserting-your-design-macro-into-the-wrapper has a link to a page describing how to configure things for a special power configuration. This link goes to https://openlane.readthedocs.io/en/latest/docs/source/hardening_macros.html#power-grid-pdn which does not exist.

## Motivations The default project builds for a special version of Rust with a set of special packages to support Espressif targets. These packages mostly wrap `esp-idf`, but also include...

enhancement

The README file says that you should be able to clone the repository then run `./configure`. However, it appears to have additional dependencies -- namely it depends on something called...

HLIF is a 64-bit communication channel that exists at `tohost` and `fromhost`. This channel is used for early boot, syscalls, and for shutting down the simulator. Operations are performed by...

Spike appears to ignore the `--pc` argument, regardless of where it is placed on the command line: ``` user@Ondo:/opt/Xous/renode-ebreak-test$ /opt/Xous/spike/bin/spike -d --pc=0x80000000 -l -m1 --disable-dtb --isa=RV32IMAC target/riscv32imac-unknown-none-elf/debug/renode-ebreak-test --pc=0x80000000 warning: tohost...