mitchmindtree

Results 219 issues of mitchmindtree

This is a bit of a moonshot issue and by no means a priority, but I've been meaning to open it for a while and would likely enable some pretty...

enhancement
compiler
big
P: low
forc-pkg
forc-registry

## Overview The `fuel-debugger` is a CLI tool that acts as a FVM client and provides runtime debugging support for FVM bytecode. We should provide a `forc debugger` (or `forc...

enhancement
forc
forc-debug

*Follow-up to #94.* Currently the path passed to the right hand side argument of `abigen!` is expected to be relative to the `std::env::current_dir`: https://github.com/FuelLabs/fuels-rs/blob/f6d4cc0399829a16766a1bbdffaf31c4476ed175/fuels-core/src/source.rs#L47 This evaluates to whatever happens to...

abigen

## Motivation Currently at `fuel-indexer` we're prioritising updating to the latest versions of the `fuels-*` and `fuel-*` crates in order to catch up and stay in sync with the Fuel...

enhancement
big
ci
wasm

This issue tracks progress on the re-orientation of nannou as a suite of creative-coding oriented bevy plugins. - **GitHub Project: [Bevy Plugin Rework](https://github.com/orgs/nannou-org/projects/1/views/1)** - **Initial discussion:** #946. - **Rework branch:...

bevy

See the [Rough Plan](https://github.com/nannou-org/nannou/issues/946#issuecomment-1886375733) section of this comment for some context. In general, the idea is to enable using nannou's `Draw` abstraction (i.e. `draw.circle()`, etc) into a bevy plugin so...

bevy

#940 lands an epic final stable release of nannou prior to diving into the Great Bevy Refactor #953. However unfortunately, a recent version of `egui` changed some assumptions about the...

bug

Currently nannou redeclares quite a few of the same dependencies across its crates. We should take advantage of the recently introduced ability to declare shared dependencies (and other fields like...

After the major plugin work is complete (i.e. #954, #955 and others introduced in #952), the idea is to simplify the `nannou` crate by wrapping `bevy` with our new plugins...

bevy

This is an overarching issue for keeping track of Android support. Current known TODO: - [ ] **[CPAL](https://github.com/rustaudio/cpal) support for Android.** This is required for working with `nannou_audio`. Theoretically, users...